Machine Learning 101
April 3, 2025
Definitions
Machine Learning
- Supervised: learn from labeled inputs
- Regression; Classification
- eg. Logistic Regression;
- Unsupervised: learn from unlabeled inputs to discover patterns in the data
- Clustering
- eg. k-Means
Gradient descent is an algorithm for finding values of parameters w and b that minimize the cost function J. Repeat the following until convergence
alpha: learning rate