GitHunt
BH

Very basic and simple implementation of NN in Python only using NumPy.

This NN uses the sigmoid activation function and the sigmoid derivative as the activation functions for the hidden and output layers. The hyperparameters for the neural network are defined at the top of the code and can be adjusted as needed.

Languages

Python100.0%

Contributors

Created March 24, 2023
Updated September 13, 2023
bhaskarrijal/neural | GitHunt