💣 Machine learning which might blow up in your face 💣

Small fix to example network in readme

authored by

sholland1 and committed by
GitHub
577e6d79 b6135029

+1 -1
+1 -1
README.md
··· 24 24 type MNIST 25 25 = Network 26 26 '[ Convolution 1 10 5 5 1 1, Pooling 2 2 2 2, Relu 27 - , Convolution 10 16 5 5 1 1, Pooling 2 2 2 2, FlattenLayer, Relu 27 + , Convolution 10 16 5 5 1 1, Pooling 2 2 2 2, Reshape, Relu 28 28 , FullyConnected 256 80, Logit, FullyConnected 80 10, Logit] 29 29 '[ 'D2 28 28, 'D3 24 24 10, 'D3 12 12 10, 'D3 12 12 10 30 30 , 'D3 8 8 16, 'D3 4 4 16, 'D1 256, 'D1 256