@@ -126,7 +126,7 @@ Here is the graph of the accuracy vs K for the whole Cifar dataset with a split

Here we can conclude that the best K is 9, (if we don't use k = 1) with a performace of 35% of accuracy.
Here we can conclude that the best K is 9, (if we don't use k = 1) with a performace of 35% of accuracy. (I tried to updtade the graph, but my kernel kept dying at each run so I kept the first version that could execute.)
The accuracy is increasing with each epochs without converging, we could increase the learning rate to speed up the training and inscrease the numbers of epoch to see what would be our maximum accuracy.
For 100 epochs and a learning rate of 0.1 we got a test accuracy of 0.13.
For 300 epochs and a learning rate of 0.1 we increased the training accuracy to 0.15991 and we got a test accuracy of 0.155