Skip to content
Snippets Groups Projects
Commit f12c49a2 authored by Danjou Pierre's avatar Danjou Pierre
Browse files

Update README.md

parent d1a08122
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ All the code can be found on the python file knn.py ...@@ -17,6 +17,8 @@ All the code can be found on the python file knn.py
Here is the graph of the accuracy of my knn code epending on the value of k for the Cifar dataset with a split factor of 0.9: Here is the graph of the accuracy of my knn code epending on the value of k for the Cifar dataset with a split factor of 0.9:
![knn](results/knn.png) ![knn](results/knn.png)
Here we can conclude that the best K is 5, (if we don't use k = 1) with a performace of 34,5% of accuracy.
## Artificial Neural Network ## Artificial Neural Network
### Maths ### Maths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment