MENTAL

A python framework for Neural Networks on-the-go.
Makes it fast and easy to create a simple NN:
Just input the training data and mental takes care of the rest.
(specific instructions on github)


WHAT I DID

- Implemented the logic of gradient descent and backpropagation
  (for training the NN).
- Wrapped the NN in a class that is easy to train and use for predictions.
- (future update): Testing units, more types of Neural Networks,
  more options for visualization.


SCREENSHOTS