@@ -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)


...
@@ -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.