Skip to content

MaximePremont/cau-ai-knn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAU AI KNN Exercice

Informations

Basic training ( knn.model file ), and an example data set ( iris.data file ) are supplied with the project.
This project use Python3.

Training

Training will enable the data to be recorded and the best k to be found for the search. This information is stored in the file knn.model.

python3 train.py

Usage

To run the program, the knn.model file must be present.

python3 use.py <x> <y> <z> <t>

by Maxime Premont

About

KNN development exercise for the AI course at CAU

Topics

Resources

Stars

Watchers

Forks

Languages