A neural net simulator. First attempt.
 
 
Go to file
mandlm 2f556d1b92 Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
.gitattributes 🎊 Added .gitattributes & .gitignore files 2015-03-23 19:28:10 +01:00
.gitignore 🎊 Added .gitattributes & .gitignore files 2015-03-23 19:28:10 +01:00
Layer.cpp Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
Layer.h Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00
Net.cpp Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
Net.h Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00
Neuro.cpp Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
Neuro.sln Initial forward-feeding net 2015-03-23 19:28:29 +01:00
Neuro.vcxproj Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00
Neuro.vcxproj.filters Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00
Neuron.cpp Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
Neuron.h Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00