Skip to content

We build and train a neural network architecture in Python without usage of deep learning frameworks.

License

Notifications You must be signed in to change notification settings

a-mhamdi/neural-network-from-scratch-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network From Scratch In Python

We build and train a neural network architecture in Python without usage of deep learning frameworks.

Detailed steps of the backpropagation algorithm are shown in the animation below (source).

BackProp

Simulation

Simulation results for a classification problem are shown below. The used dataset is breast_cancer from the sklearn library.

Simulation Graphs

The code is written in Python and can be found in the src folder. The main.py file contains the main code to run the simulation.

About

We build and train a neural network architecture in Python without usage of deep learning frameworks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages