ashwins-code / neural-network-library

Neural Network library made with numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Neural Network Library

Neural Network library made with numpy.

Check neural_net_example.py for neural network example

Check autograd.py for performing simple operations with tensors and finding the derivatives of tensors.