Skip to content

Commit 07e1389

Browse files
committed
Updated parameterization for the more data plots
1 parent 98b85bb commit 07e1389

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

fig/more_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[69.44, 76.13, 85.21, 88.89, 91.16, 93.54, 94.4, 95.3, 96.15]
1+
[69.09, 76.37, 85.29, 88.85, 91.27, 93.24, 94.89, 95.85, 95.97]

fig/more_data.png

-373 Bytes
Loading

fig/more_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_networks():
4040
print "\n\nTraining network with data set size %s" % size
4141
net.large_weight_initializer()
4242
num_epochs = 1500000 / size
43-
net.SGD(training_data[:size], num_epochs, 10, 0.5, lmbda = 5.0)
43+
net.SGD(training_data[:size], num_epochs, 10, 0.5, lmbda = size*0.0001)
4444
accuracy = net.accuracy(validation_data) / 100.0
4545
print "Accuracy was %s percent" % accuracy
4646
accuracies.append(accuracy)

fig/more_data_comparison.png

69 Bytes
Loading

fig/more_data_log.png

612 Bytes
Loading

0 commit comments

Comments
 (0)