⌛ Work in Progress
built with 💗
🔒 Signed using GPG
Neural Network in C++
- rendered using Github Pages
- built by TravisCI
- RawGit
- RawGit is being retired
Taking my knowledge of neural network and artificial intelligence and designing a more versatile and generic neural network is something I have always wanted to do. I have decided this summer to finally set things in motion using C++.
No external dependencies yet!
Not supported on Windows. If you would like to port this project to Windows, please shoot me an email.
make sure all dependencies are satisfied before building
make
to build for release
make debug
to build for debugging
- Mr. Smore
Decide on memory management and add in copy constructors and destructors as soon as possible.
What things are going to be classes? Structs? Simple functions?
What inline functions can I use to optimize certain calculations?
Should I use the linear algebra library from Facial Recognition?