Simple_NN icon indicating copy to clipboard operation
Simple_NN copied to clipboard

Simple neural network in Python

Simple_NN

Simple neural network in Python

This aims to be a very simple implementation. Therefore:

  • No dependencies
  • Gradient descent
  • ReLU as activation function
  • One hidden layer
  • Neurons hold current input for easy calculation