Skip to content
Snippets Groups Projects
Commit e9f7c96b authored by igraf's avatar igraf
Browse files

Unify casing in headings

parent dab396b0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
[[_TOC_]]
## Description & motivation
## Description & Motivation
This folder contains the work for our final project of the EML Proseminar. The project is about classifying different types of fruit based on their images (:arrow_right: **multi-class image classification**)
......@@ -165,7 +165,7 @@ CNNs are composed of multiple layers, including convolutional layers, pooling la
The CNN model is expected to outperform the baseline models and the basic classifiers (Naive Bayes, Decision Trees, and Random Forest) due to its higher capacity to learn complex features from images. CNNs are particularly effective for image classification tasks, and we anticipate that our CNN model will achieve the highest accuracy among all the models we've implemented.
## Experiments and results
## Experiments & Results
### Overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment