Machine Learning
2021
Contents:
1. Mathematical Tools
2. Probability and Statistics
3. Overview of Machine Learning
4. Dimensionality Reduction
5. Regression
5.1. Linear Regression
6. Classification
7. Clustering
8. Methodology of Machine Learning
Machine Learning
5.
Regression
View page source
5.
Regression
5.1. Linear Regression
5.1.1. Univariate Linear Regression
5.1.1.1. One Learning Examples at a Time
5.1.1.2. Vectorization of the Learning Set
5.1.2. Multivariate Linear Regression
5.1.2.1. From 1 to
\(n\)
Features
5.1.2.2. Extended Features
5.1.3. Dealing with Overfitting using Regularization
5.1.4. Analytical Solution for Linear Regression
5.1.5. Linear Regression from Basic Principles
5.1.5.1. A Statistical View on Regression
5.1.5.2. Maximum Likelihood Estimator
5.1.6. Exercises