chore(README): better readme, chart

This commit is contained in:
Mahdi Dibaiee
2016-09-10 01:15:38 +04:30
parent b26347e19f
commit 58851611dc
4 changed files with 8 additions and 34 deletions

View File

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