summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-22 02:30:21 +0100
committerMiguel <m.i@gmx.at>2019-03-22 02:30:21 +0100
commit58de9b5cc882326fe266d17451ea143896f4eec7 (patch)
treeb907b668f6bc442e442d1cd57d99f2ebc1e054a3 /README.md
parent0368c33cf40d264649be8ab2338aba79872762b2 (diff)
first simple neuronet, works quite nice for adding nums up to 10
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f279975..ece51c4 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ This repo holds a collection of some of my Haskell sources:
* [./calcGTK/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=calcGTK) - Parsing with Parsec and GUI with GTK
* [./freedomain/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=freedomain) - simple multithreaded domain checker based on DNS lookup
* [./hulls/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=hulls) - find convex and concave hulls for a set of points
+* [./mnist/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=mnist) - hello world of neuronal networks
* [./parser/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=parser) - experimenting with applicative and monadic parsing
* [./rfid/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=rfid) - location from signal strength
* [./simpleSVG/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=simpleSVG) - my tiny minimalistic SVG generator