Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Image classification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Danjou Pierre
Image classification
Commits
d36336c2
Commit
d36336c2
authored
7 months ago
by
Danjou Pierre
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
fb477c85
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-15
7 additions, 15 deletions
README.md
with
7 additions
and
15 deletions
README.md
+
7
−
15
View file @
d36336c2
...
...
@@ -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).
## 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
1°
2°
3°
4°
## K-Nearest Neighbors (KNN)
All the code can be found on the python file knn.py
1°
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:
``
2°
3°
4°
## Artificial Neural Network
### Maths
1°
## Artificial Neural Network
### Code
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment