Tuesday¶
Objectives¶
- Dive into the Radix Sort algorithm
- Learn about when and why to re-scale data
- Use K-Nearest Neighbors to predict categories by distance
- Become familiar with K-Means Clustering
- Walk through a brief introduction to the scikit-learn Python package
Readings¶
Sorting¶
Machine Learning¶
- Supervised and Unsupervised Machine Learning Algorithms
- Supervised and Unsupervised Learning
- K-Means Clustering
- Feature Scaling and Normalization
- A Detailed Introduction to K-Nearest Neighbors
- K-Nearest Neighbors Algorithm (Wikipedia)
- How KNN Works (video)
Review¶
None unless asked for.