Skip to content

A neural network with 3 layers made with just numpy as dependency

Notifications You must be signed in to change notification settings

jiexunsee/Neural-Network-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3 Layer Neural Network

In response to Siraj Raval's "How to Make a Neural Network - Intro to Deep Learning #2".

This is a neural network with 3 layers (2 hidden), made using just numpy. It's an adapted version of Siraj's code which had just one layer. The activation function used in this network is the sigmoid function.

Here is a pictorial illustration:

Illustration of neural network

A screenshot of the code where the weights are updated after running the backpropagation adjustments.

screenshot

About

A neural network with 3 layers made with just numpy as dependency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages