top of page

MACHINE LEARNING

This is not AI on power point but some confusing algorithm running by utilizing statistical tools and probability.

KNN.png

KNN.png

1.jpg

1.jpg

3.jpg

3.jpg

2.jpg

2.jpg

KNN

KNN can be used for classification — the output is a class membership (predicts a class — a discrete value). An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common among its k nearest neighbors. It can also be used for regression — output is the value for the object (predicts continuous values). This value is the average (or median) of the values of its k nearest neighbors.

Machine Learning_Cornell: Research
bottom of page