Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: primaryobjects/deep-learning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: primaryobjects/deep-learning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: REFACTORED
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 17 files changed
  • 1 contributor

Commits on Jan 30, 2014

  1. Configuration menu
    Copy the full SHA
    15839c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c49c1 View commit details
    Browse the repository at this point in the history
  3. Added classCount.

    primaryobjects committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    e93daea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    348f594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e52760 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. Added estimated time to finish training per layer.

    Added HiddenNeuronCount app.config parameter.
    primaryobjects committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    1cca6f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2014

  1. Added separate app.config parameters for hidden layer epochs and fine…

    …-tuning epochs. Use more epochs for unsupervised hidden training and less for the fine-tuning, just enough for classification.
    primaryobjects committed Feb 1, 2014
    Configuration menu
    Copy the full SHA
    0f388a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2014

  1. Saves network after unsupervised training, for continuation.

    Added SaveOutput method for neural network.
    primaryobjects committed Feb 2, 2014
    Configuration menu
    Copy the full SHA
    bb0eeaf View commit details
    Browse the repository at this point in the history
Loading