From c23fd14771fdb7c2ad250e717bd62798f7d94347 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 10 Sep 2016 01:22:09 +0430 Subject: [PATCH] chore: section --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47cec01..cf2ce5e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ sibe ==== A simple Machine Learning library. -notMNIST dataset, cross-entropy loss, learning rate decay and sgd: -![notMNIST](https://github.com/mdibaiee/sibe/blob/master/notmnist.png?raw=true) - ## Simple neural network ```haskell let a = (sigmoid, sigmoid') -- activation function @@ -60,3 +57,8 @@ stack exec example-notmnist stack exec example-naivebayes-doc-classifier -- --verbose stack exec example-naivebayes-doc-classifier -- --verbose --top-ten ``` + +### notMNIST + +notMNIST dataset, cross-entropy loss, learning rate decay and sgd ([`notmnist.hs`](https://github.com/mdibaiee/sibe/blob/master/examples/notmnist.hs)): +![notMNIST](https://github.com/mdibaiee/sibe/blob/master/notmnist.png?raw=true)