Skip to content

RichardTjokroutomo/not-tensor-flow

Repository files navigation

NotTensorFlow

The code for my article on creating MLP from scratch on Medium

Article on CNN coming soon!

Multilayer Perceptron

Getting started

first, install all the modules from requirements:

pip install -r requirements.txt

Running the code

Python3 MLP.py