Programming Assignment
To implement the K-NN algorithm to solve the following problems:
1) Iris data set, and
2) Your own choice of any data set.
You may write your code in a contemporary language of your choice; typical languages would include C/C++, Python, Java, Ada, Pascal, Smalltalk, Lisp, and Prolog. A GUI interface is mandatory.
Submit a PDF file of your well-commented source program, your design and your printed outputs (or screen shots). Please include your codes in your PDF file. Please do not take codes from the website if possible. Try to understand the algorithm and implement the algorithm by your own.
You CANNOT use any libraries or built-in functions of KNN. You have to implement it.
Datasets;
1)https://www.kaggle.com/arshid/iris-flower-dataset
2)https://github.com/zalandoresearch/fashion-mnist
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here