Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 411 Bytes

Machine Learning - KNN Classifier & Noise Reduction Techniques.

Implementation of K-Nearest Neighbor ML Algorithm & Noise Reduction (Tomek Links Technique) on a set of synthetic generated random data on the 2D plane.

The libraries NumPy and Matplotlib were utilized for array-processing and generating graphs respectively.

A detailed analysis can be found here.