Added regression analysis

This commit is contained in:
mhjensen
2018-06-20 17:47:18 -04:00
parent 3623c27425
commit b184c6b5d6
2 changed files with 1340 additions and 0 deletions
+4
View File
@@ -824,3 +824,7 @@ def vectorized_result(j):
net=network.Network([784,30,30])
net.SGD(training_data,30,10,3,test_data=test_data)
!ec
!split
===== Using Tensorflow =====
File diff suppressed because one or more lines are too long