From e9f7c96b1226d151cc8c7e5a5811e158392d05b4 Mon Sep 17 00:00:00 2001
From: igraf <igraf@cl.uni-heidelberg.de>
Date: Fri, 23 Feb 2024 17:09:28 +0100
Subject: [PATCH] Unify casing in headings

---
 project/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/README.md b/project/README.md
index 86153b5..ddb63a3 100644
--- a/project/README.md
+++ b/project/README.md
@@ -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
 
-- 
GitLab