Neural Network Tests

All of these projects are made with just one self-written library. It has no dependencies, other than self-written matrix and vector libraries. The drawing is all done by a rather simple self-written div manipulation library, that was improved heavily with this future project. The project began with this video from the Coding Train. I used this project as my entry to learning javascript in general, as I found this whole idea fascinating, and it pushed me to learn more. After about two weeks (almost non-stop), and learning a ton of new math, I had coded out (from scratch) a basic NN, RNN, LSTM, and a basic CNN with all the back propagation code. It was a really fun learning experience.