Personnal implementation of neural network in Haskell
  • Haskell 94.9%
  • Makefile 5.1%
Find a file
2015-09-29 10:52:49 +02:00
ann.hs Make a specific rule for the first layer to not have biais neither weight 2015-09-29 10:52:49 +02:00
layer.hs Make a specific rule for the first layer to not have biais neither weight 2015-09-29 10:52:49 +02:00
main.hs [Removed] IO into neuron, layer and ann modules 2015-06-19 20:21:09 +02:00
Makefile [Add] Network 2015-05-30 17:16:19 +02:00
maths.hs [Add] Threshold function 2015-05-30 13:17:46 +02:00
neuron.hs Make a specific rule for the first layer to not have biais neither weight 2015-09-29 10:52:49 +02:00