Skip to content

Commit

Permalink
Updated parameterization for the more data plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mnielsen committed May 17, 2014
1 parent 98b85bb commit 07e1389
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fig/more_data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[69.44, 76.13, 85.21, 88.89, 91.16, 93.54, 94.4, 95.3, 96.15]
[69.09, 76.37, 85.29, 88.85, 91.27, 93.24, 94.89, 95.85, 95.97]
Binary file modified fig/more_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fig/more_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_networks():
print "\n\nTraining network with data set size %s" % size
net.large_weight_initializer()
num_epochs = 1500000 / size
net.SGD(training_data[:size], num_epochs, 10, 0.5, lmbda = 5.0)
net.SGD(training_data[:size], num_epochs, 10, 0.5, lmbda = size*0.0001)
accuracy = net.accuracy(validation_data) / 100.0
print "Accuracy was %s percent" % accuracy
accuracies.append(accuracy)
Expand Down
Binary file modified fig/more_data_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fig/more_data_log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07e1389

Please sign in to comment.