A neural net simulator. First attempt.
 
 
Go to file
mandlm 8d01edb7a1 Removed naked double * calls 2015-10-31 14:59:10 +01:00
gui/NeuroUI Learning from and displaying of digit samples 2015-10-31 14:58:49 +01:00
.gitattributes 🎊 Added .gitattributes & .gitignore files 2015-03-23 19:28:10 +01:00
.gitignore Qt GUI initial import 2015-10-24 14:44:33 +02:00
Layer.cpp Removed naked double * calls 2015-10-31 14:59:10 +01:00
Layer.h Removed naked double * calls 2015-10-31 14:59:10 +01:00
Net.cpp Removed naked double * calls 2015-10-31 14:59:10 +01:00
Net.h Removed naked double * calls 2015-10-31 14:59:10 +01:00
Neuro.cpp Added simple (de-)serialization of (trained) nets 2015-10-25 17:40:22 +01:00
Neuro.sln Added 64-bit configuration and support 2015-10-15 22:37:13 +02:00
Neuro.vcxproj Added 64-bit configuration and support 2015-10-15 22:37:13 +02:00
Neuro.vcxproj.filters Added README to vcxproj 2015-10-15 22:30:53 +02:00
Neuron.cpp Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
Neuron.h Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
README.md Update README.md 2015-10-25 11:49:45 +01:00
mynet.nnet Added simple (de-)serialization of (trained) nets 2015-10-25 17:40:22 +01:00

README.md

Neuro

This is my neural net sandbox. Mostly, I'm following David Miller's (http://www.millermattson.com/) tutorial at https://vimeo.com/19569529. Now with GUI ;)