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
Category: Python / Deep Learning |
Watchers: 8 |
Star: 64 |
Fork: 6 |
Last update: Jul 3, 2022 |
Simple neural network in Python
This aims to be a very simple implementation. Therefore:
added boiler template if name = main statement