Skip to content
/ nnfs Public

Neural Network from Scratch (following along a youtube tutorial)

Notifications You must be signed in to change notification settings

bradlybm/nnfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nnfs

neural networks from scratch

followinng this: https://www.youtube.com/watch?v=Wo5dMEP_BbI&list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3&index=2 tutorial i'm posting my work following the tutorial on here and any other practice challenge

I am keeping a record of what I'm learning and writing notes within the programs for future reference. I am also doing this as a way to get used to git, github and python.

p1.py -> 1st video, using raw python to simulate a neuron

p2.py -> 2nd video, formating an output layer that takes input form 4 neurons

p3.py -> 3rd video, using numpy (dot product) to simplify the code

About

Neural Network from Scratch (following along a youtube tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published