A neural net simulator. First attempt.
 
 
Go to file
mandlm e3a804242c Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +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 Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +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 Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +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 Initial forward-feeding net 2015-03-23 19:28:29 +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 Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00
Neuron.h Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00