Yet another neural network implementation. I can explain ! It was only to learn how it works and the theory behind it
Go to file
Adrien Marquès be55de113c backprop (?) | refactor methods (?) 2018-10-11 23:28:52 +02:00
.gitignore network structure (t) | feed-forward (t) | cost calculation (?) | backprop (!) 2018-10-11 21:37:24 +02:00
LICENSE network structure (t) | feed-forward (t) | cost calculation (?) | backprop (!) 2018-10-11 21:37:24 +02:00
README.md network structure (t) | feed-forward (t) | cost calculation (?) | backprop (!) 2018-10-11 21:37:24 +02:00
errors.go network structure (t) | feed-forward (t) | cost calculation (?) | backprop (!) 2018-10-11 21:37:24 +02:00
funcs.go network structure (t) | feed-forward (t) | cost calculation (?) | backprop (!) 2018-10-11 21:37:24 +02:00
network.go backprop (?) | refactor methods (?) 2018-10-11 23:28:52 +02:00
network_test.go backprop (?) | refactor methods (?) 2018-10-11 23:28:52 +02:00

README.md

Go N N

Go version License: MIT Go Report Card Go doc

Another neural-network implementation featuring back-propagation.