mandlm 2b84b8a054 | ||
---|---|---|
gui/NeuroUI | ||
.gitattributes | ||
.gitignore | ||
Layer.cpp | ||
Layer.h | ||
Net.cpp | ||
Net.h | ||
Neuro.cpp | ||
Neuro.sln | ||
Neuro.vcxproj | ||
Neuro.vcxproj.filters | ||
Neuron.cpp | ||
Neuron.h | ||
README.md |
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 while trying to wrap my brain around back-propagation, hyperplanes and life itself.