IMOKURI / neural-network-example

Neural Network Sample Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Network Sample Program

Simulate XOR

Output

==> XOR predictions:
(0,0): fromList [5.9810984e-3]
(1,0): fromList [0.9938366]
(0,1): fromList [0.9937935]
(1,1): fromList [7.574714e-3]

About

Neural Network Sample Program

License:MIT License


Languages

Language:Haskell 100.0%