From 683ce9f3dc564766c2b3be3d9e186c222d843332 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 22 Mar 2019 12:23:19 +0100 Subject: first experiments with MNIST --- mnist/Neuronet.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mnist/Neuronet.hs') diff --git a/mnist/Neuronet.hs b/mnist/Neuronet.hs index 7a3a159..517f3b8 100644 --- a/mnist/Neuronet.hs +++ b/mnist/Neuronet.hs @@ -3,7 +3,8 @@ N E U R O T I C U S A small and straight forward neural network coded in Haskell - from scratch. It uses the beatuiful backpropagation for learning. + from scratch. It uses gradient descent and the beatuiful + backpropagation for learning. Michal Idziorek March 2019 @@ -11,7 +12,8 @@ -} module Neuronet - ( neuronet -- initalize neuronet + ( Neuronet -- the neuronet + ,neuronet -- initalize neuronet ,train -- train with one sample ,trainBatch -- train with batch ,asknet -- ask the neuroal net -- cgit v1.2.3