Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 241 Bytes

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