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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
El Alimi Sara
Image Classification
Commits
0f4bfedf
Commit
0f4bfedf
authored
1 year ago
by
selalimi
Browse files
Options
Downloads
Patches
Plain Diff
update Readme
parent
48ec7d69
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-3
5 additions, 3 deletions
README.md
with
5 additions
and
3 deletions
README.md
+
5
−
3
View file @
0f4bfedf
...
@@ -51,18 +51,20 @@ The effectiveness of the KNN algorithm was evaluated based on the number of neig
...
@@ -51,18 +51,20 @@ The effectiveness of the KNN algorithm was evaluated based on the number of neig
### Running the Code
### Running the Code
To execute the models, follow these steps in the terminal:
To execute the models, follow these steps in the terminal:
```
# Ensure requirements are installed before running KNN or MLP
# Ensure requirements are installed before running KNN or MLP
pip install -r requirements.txt
pip install -r requirements.txt
1.
KNN Model:
#
KNN Model:
python knn.py
python knn.py
2.
MLP Model:
#
MLP Model:
python mlp.py
python mlp.py
```
## Results
## Results
### Generating the Graph
### Generating the Graph
1.
Results using KNN:
1.
Results using KNN:
...
...
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