Skip to content

An implementation of a Fully-connected Neural Network build from Scratch - only using Numpy.

Notifications You must be signed in to change notification settings

KaleabTessera/NeuralNetwork_From_Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork_From_Scratch

A Fully-connected Neural Network, build from scratch using only Numpy (and Sklean for standardizing the data).

How to Run

python NN.py / python3 NN.py

Prerequisites

  • Numpy.
  • Python/Python3.
  • Sklearn.

Diagram can be found here

About

An implementation of a Fully-connected Neural Network build from Scratch - only using Numpy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages