Skip to content

Rahandi/MLP-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages