Multi-layered perceptron
Project attribution: Project done solo.
Source: The project’s source code is available here.
Short description: Multi-layered perceptron from scratch in Python that distinguishes between 2 classes.
Technologies: Python, Numpy
What I did: I implemented the MLP and trained it, obtaining and accuracy of 97%.