Skip to content
Snippets Groups Projects
Commit bcfde583 authored by Danjou Pierre's avatar Danjou Pierre
Browse files
parents 4093c7bd d36336c2
No related branches found
No related tags found
No related merge requests found
...@@ -7,33 +7,25 @@ The objective of this tutorial is to write a complete image classification progr ...@@ -7,33 +7,25 @@ The objective of this tutorial is to write a complete image classification progr
Two classification models will be successively developed and tested: k-nearest neighbors (KNN) and neural networks (NN). Two classification models will be successively developed and tested: k-nearest neighbors (KNN) and neural networks (NN).
## Prepare the CIFAR dataset ## Prepare the CIFAR dataset
First of all, we had to prepare the CIFAR dataset. All the code can be found on the python file read_cifar.py First of all, we had to prepare the CIFAR dataset. All the code can be found on the python file read_cifar.py
## K-Nearest Neighbors (KNN) ## K-Nearest Neighbors (KNN)
All the code can be found on the python file knn.py 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:
``
## Artificial Neural Network
### Maths
## Artificial Neural Network
### Code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment