/mlp-from-scratch

Implementation of Regression and MLP from scratch using numpy

Primary LanguageJupyter Notebook

mlp-from-scratch


This repository is python implementation of simple linear regression, logistic regression and MLP.
This small project is part of assignment from 2021 JBNU CSE Machine Learning course.

If you want to refer to this project, write the following in the terminal.

git clone https://github.com/geonwooko/mlp-from-scratch.git
cd mlp-from-scratch
jupyter-notebook mlp_from_scratch.ipynb