A neural net simulator. First attempt.
 
 
Go to file
mandlm 37b5153d6a Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
gui/NeuroUI Reduced the progress update messages to take load from the UI, 2015-10-26 19:50:01 +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 Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
Layer.h Replaced a few int with size_t to fix 64 bit warnings. 2015-10-26 07:33:45 +01:00
Net.cpp Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
Net.h Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +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 ;)