Skip to content
Snippets Groups Projects
Commit 0f4bfedf authored by selalimi's avatar selalimi
Browse files

update Readme

parent 48ec7d69
Branches
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment