fix(notmnist): notmnist sigmoid chart with 10 epochs

This commit is contained in:
Mahdi Dibaiee
2016-09-13 10:04:30 +04:30
parent 6b9cb1fa3e
commit c0083f5c05
5 changed files with 11 additions and 4 deletions

View File

@ -43,7 +43,7 @@ module Main where
let session = def { learningRate = 0.5
, batchSize = 32
, epochs = 9
, epochs = 10
, network = rnetwork
, training = zip trinputs trlabels
, test = zip teinputs telabels