IoT project using kNN based algorithm written in Python
One of my favorite projects I completed for my B.S. Fundamentally this program simply compares one input article to a set of training data and percieves the input article as similar to a section of training articles. (Depending on the training articles contained in the "training" file that will determine your result)
Input articles are in "testing" folder and must be taken out of folder before use. (Program currently doesnt search the testing folder)
More information in "CS366 Final Assignment Tests.pdf"
Created by Kevin Kemmerer for Internet of Things
- Program displays distance vector of which the input "CovidExample.txt" is close to each training article.
- Training data that is most similar (nearest neighbor) will have smallest distance vector.

