Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 408 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 408 Bytes

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.