Image data classification of multilayer perceptron and convolutional neural networks made in Python.
Find a file
Batuhan Berk Başoğlu 365ab67bf9
Some checks are pending
🪞 Push to Mirrors / gitlab (push) Waiting to run
🪞 Push to Mirrors / codeberg (push) Waiting to run
🪞 Push to Mirrors / forgejo (push) Waiting to run
Remove Git LFS
2025-11-25 23:41:07 -05:00
.github Added the mirror links. 2025-11-25 23:21:28 -05:00
.idea Added the mirror links. 2025-11-25 23:21:28 -05:00
data/FashionMNIST/raw Added the experiment 8 2025-11-20 16:56:08 -05:00
FashionMNIST Added the files. 2025-11-13 21:27:33 -05:00
results Added the hyperparameter training. 2025-11-21 08:56:38 -05:00
experiment-1.py Added experiments until 5. 2025-11-16 22:00:08 -05:00
experiment-2.py Added experiments until 5. 2025-11-16 22:00:08 -05:00
experiment-3.py Added, simplified and fixed all the experiments until 5. 2025-11-16 22:40:47 -05:00
experiment-4.py Added, simplified and fixed all the experiments until 5. 2025-11-16 22:40:47 -05:00
experiment-5.py Added, simplified and fixed all the experiments until 5. 2025-11-16 22:40:47 -05:00
experiment-6-convolutional-neural-network.py Added the experiments 6 to 7 lol. 2025-11-19 01:52:17 -05:00
experiment-7.py Added the experiments 6 to 7 lol. 2025-11-19 01:52:17 -05:00
experiment-8.py Added the experiment 8 2025-11-20 16:56:08 -05:00
hyperparameter-training.py Added the hyperparameter training. 2025-11-21 08:56:38 -05:00
LICENSE.md Added the mirror links. 2025-11-25 23:21:28 -05:00
multilayer-perceptron.py Added the experiment 1. 2025-11-16 19:23:34 -05:00
README.md Added the files. 2025-11-15 19:16:15 -05:00

Classification of Image Data with MLP and CNN

This project implements both a multilayer perceptron and a convolutional neural network in Python; the perceptron comprises an input layer, one or more hidden layers, and an output layer, while the convolutional network features two convolutional layers, a fully connected hidden layer and a fully connected output layer.

Authors

  • Batuhan Berk Başoğlu, 260768350 - batuhan-basoglu
  • Jared Tritt, 260763506 - Jaredtritt