/MultilayerPerceptron

Python program to implement the multilayer perceptron neural network.

Primary LanguagePythonMIT LicenseMIT

Multilayer Perceptron

This is a python program that implements the Multilayer Perceptron from scratch. It was done as a project to achieve a deeper understanding of the functioning of the model. You can read more about it in my blog post here.