Nonlinear ML AlgorithmsIntroduces nonlinear ML algorithms, covering nearest neighbor, k-NN, polynomial curve fitting, model complexity, overfitting, and regularization.
Probabilistic Linear RegressionExplores probabilistic linear regression, covering joint and conditional probability, ridge regression, and overfitting mitigation.
Kernel Methods: Machine LearningExplores kernel methods in machine learning, emphasizing their application in regression tasks and the prevention of overfitting.
Linear RegressionCovers the concept of linear regression, including polynomial regression and hyperparameters selection.
Regularization in Machine LearningExplores Ridge and Lasso Regression for regularization in machine learning models, emphasizing hyperparameter tuning and visualization of parameter coefficients.