Skip to content

We will build simple fully connected network with one hidden layer from scratch using only numpy.

Notifications You must be signed in to change notification settings

huybik/NN-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Numpy implementation of fully-connected neuron network, we will classify hand drawing numbers from MNIST dataset

  • A sample of number 4 from MNIST

Number 4

Plot feed forward network prediction real-time in IPython

Plot animation of fit process on simple feed forward linear network that try to fit a sin wave like so

You can play with live version here

alt text

About

We will build simple fully connected network with one hidden layer from scratch using only numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published