- NumPy
- NumPy array manipulation
- NumPy calculation (linalg, matmul, etc.)
- Matplotlib
- Simple plot
- Plot styles
- Subplots
- 3D plot
- Linear Model
- LASSO and Ridge
- Feature exploration and visualization
- Bias and variance decomposition
- MLE on Normal Distribution
- Compare biased and unbiased estimators
- Gradient decent
- Newton's method
- Perceptron
- Logistic Regression
- Softmax Regression
- kNN
- Decision Tree
- The curse of dimensionality
- Bootstrap Aggregation (Bagging)
- Random Forest Regression
- Adaptive Boosting (AdaBoost)
- Gradient Boost
- PCA
- k-Means