Skip to content

a python implementation of neural networks from the scratch for studying reasons

Notifications You must be signed in to change notification settings

mrqc/rapid-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapid-neural-network

A python implementation of neural networks from the scratch for studying reasons.

In the main.py a simple nn is setup with some configuration and then its printed out.

Next steps are a simple training process as feedforward nn with logistic regression as activation function and backpropagation for learning.

Good explaination: https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/

About

a python implementation of neural networks from the scratch for studying reasons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages