.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
Fixed feed-forward algo
2015-10-22 16:02:27 +02:00
Layer.h
Backprop seems to be working, yay
2015-10-18 21:20:37 +02:00
Net.cpp
Implemented dynamic learning
2015-10-18 22:05:18 +02:00
Net.h
Added 64-bit configuration and support
2015-10-15 22:37:13 +02:00
Neuro.cpp
Implemented dynamic learning
2015-10-18 22:05:18 +02: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
Fixed feed-forward algo
2015-10-22 16:02:27 +02:00
Neuron.h
Fixed feed-forward algo
2015-10-22 16:02:27 +02:00
README.md
Added README to vcxproj
2015-10-15 22:30:53 +02:00