A neural net simulator. First attempt.
 
 
Go to file
mandlm 6a23b6a4ae Limited log window size 2015-11-16 17:49:40 +01:00
gui/NeuroUI Limited log window size 2015-11-16 17:49:40 +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 Layers average their output sums 2015-11-15 16:08:49 +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 ;)