Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLP From Scratch with Numpy

Perform MLP computation flow on top of Numpy library. Set of neurons is represented by Dense layer class. Forward and backward pass is handled by MultiLayerPerceptron class. Inspired by Keras API.

Setup

  1. Python3
  2. Install dependencies pip3 install -r requirements.txt

Run

python3 main.py

About

mantab

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages