Skip to content
Snippets Groups Projects
Commit 6e60ac04 authored by De Simeis Theo's avatar De Simeis Theo
Browse files

Update README.md

parent 0b7eac4f
Branches
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ To access the CIFAR-10 database and obtain the necessary data, you can visit htt ...@@ -11,6 +11,7 @@ To access the CIFAR-10 database and obtain the necessary data, you can visit htt
**KNN** **KNN**
The result obtained from the k-nearest neighbors (KNN) is presented as the accuracy, showcasing how it varies with changes in the value of k, ranging from 1 to 20. The result obtained from the k-nearest neighbors (KNN) is presented as the accuracy, showcasing how it varies with changes in the value of k, ranging from 1 to 20.
Here we can see that the graph decrease, with a mean accuracy of 35% which is not very good,but expected, because images are not always the same ( not only cats or cars but all mixed)
![training accuracy knn](results/KNN.png) ![training accuracy knn](results/KNN.png)
...@@ -18,6 +19,7 @@ The result obtained from the k-nearest neighbors (KNN) is presented as the accur ...@@ -18,6 +19,7 @@ The result obtained from the k-nearest neighbors (KNN) is presented as the accur
**NN** **NN**
The output from the neural networks (NN) illustrates the progression of learning accuracy over different learning epochs. The output from the neural networks (NN) illustrates the progression of learning accuracy over different learning epochs.
Here we can see that the graph increase, because all along the epochs, the system is training with the same type of image, at the contrary to the first case.
![Training accuracy mlp](results/mlp_training_accuracy.png) ![Training accuracy mlp](results/mlp_training_accuracy.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment