From f408a3e002e04ede26e7cc4d8c4c855612888a6b Mon Sep 17 00:00:00 2001 From: Choukri Ayoub <ayoub.choukri@master.ec-lyon.fr> Date: Tue, 8 Nov 2022 18:15:10 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2db19f9..7a106ec 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This algorithm consists of calculating a Euclidean distance between the training ### Usage -To understand the Knn algorithm with a simple example visit the link: https://www.makeareadme.com/ +To understand the Knn algorithm with a simple example visit the link: https://www.tutorialspoint.com/machine_learning_with_python/machine_learning_with_python_knn_algorithm_finding_nearest_neighbors.htm#:~:text=With%20the%20help%20of%20KNN,Image%20Recognition%20and%20Video%20Recognition. The precision of our Knn Model can change according to the value of K @@ -130,4 +130,4 @@ I trained the model 100 times, the following picture shows the variation of the The variation of the loss: - \ No newline at end of file + -- GitLab