Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radinshahdaei/multi-layered-perceptron

Implementation of an MLP from scratch.
https://github.com/radinshahdaei/multi-layered-perceptron

jupyter-notebook python pytorch

Last synced: about 3 hours ago
JSON representation

Implementation of an MLP from scratch.

Awesome Lists containing this project

README

        

# Multi-Layered Perceptron

In this repository, you'll find a Jupyter Notebook in which I succesfully programmed a MLP from scratch by using PyTorch. This neural network accurately classifies the handwritten digits within the MNIST dataset. This mini-project was part of our practical assignments for the Artificial Intelligence course in University. Below there is an image of the correct predictions the model made:

![image](https://github.com/user-attachments/assets/601858d9-c3b6-4031-ab27-2212a77a4edf)