An open API service indexing awesome lists of open source software.

https://github.com/coderham/neural_net_scratch

An artificial neural network from scratch coded in python, using numpy and scikit-learn.
https://github.com/coderham/neural_net_scratch

Last synced: about 1 year ago
JSON representation

An artificial neural network from scratch coded in python, using numpy and scikit-learn.

Awesome Lists containing this project

README

          

# Neural_Net_scratch
An artificial neural network from scratch coded in python, using numpy and scikit-learn.

The above neural network was trained using backpropagation with gradient descent. The loss function being used is negative log likelihood and the activation function being used is tanh.