Skip to content

This is a Neural Network I made from scratch in python using only numpy and pythons standard libraries. This file can be imported and its classes and functions have been designed to be used similarly to other neural network libraries. I have also included a worked example of the file in use

Notifications You must be signed in to change notification settings

ismaeelbashir03/Neural-Network-from-scratch-Python

Repository files navigation

Neural-Network-from-scratch-Python

This is a Neural Network I made from scratch in python using only numpy and pythons standard libraries thanks to the help of the nnfs book which helped me understand all the mathematical concepts. This file can be imported and its classes and functions have been designed to be used similarly to other neural network libraries. I have also included a worked example of the file in use

To Use this code you can check out the test.py file, which contains a worked example of the NN.py file in action, or you can just put the NN.py file in your directory and import it.

About

This is a Neural Network I made from scratch in python using only numpy and pythons standard libraries. This file can be imported and its classes and functions have been designed to be used similarly to other neural network libraries. I have also included a worked example of the file in use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages