6 ms·
I once implemented a simple back propagation algorithm in Haskell (without any libraries) that could identify the pattern (one amoung 'A', 'B', 'C' or 'D') repr
by imakesnowflakes 10y ago
I once implemented a simple back propagation algorithm in Haskell (without any libraries) that could identify the pattern (one amoung 'A', 'B', 'C' or 'D') represented on an 8x8 matrix...
Here is the code..
https://bitbucket.org/sras/haskell-stuff/src/b58f3fc017ce303fd9733184f599e916739f6ed2/snn.hs?at=default&fileviewer=file-view-default https://bitbucket.org/sras/haskell-stuff/src/b58f3fc017ce303...