Added the files.

This commit is contained in:
Batuhan Berk Başoğlu 2025-11-13 21:27:33 -05:00
commit 1dc07ec52f
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
18 changed files with 10203 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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