Skip to content
/ MLP Public

MultiLayer Perceptron implemented using NumPy

Notifications You must be signed in to change notification settings

lebionick/MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLP

MultiLayer Perceptron and implemented using NumPy

This Repo contains:

  • datagen.py: Module for the generation of point clouds. Used for testing MLP
  • Data Generation.ipynb: Visualization of data obtained from the previous module
  • MLP.ipynb: Implementation and testing of MLP, w/ grid search, graph of the loss on train/dev, decision boundaries. Details are explained in the notebook.

About

MultiLayer Perceptron implemented using NumPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published