Skip to content

ashwin6-dev/neural-network-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.