Builds a Neural Network that learns the position of user mouse over time. Allows user to configure their own Neural Net.
Neural Net Library
Technologies Used: C++
Neural Network library built completely in vanilla C++. Allows user to modify the network with hyper parameters such as learning rate and hidden layers. It can be used stand alone or it includes a handwritten digit classifier!