Skip to content

denisvstepanov/MachineLearningLectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Lectures

Themes to cover:

  • Introduction to Probability: Discrete and continuous probability distributions, Likelihood function, Bayes theorem, Limit theorems, Smirnov's theorem and Inverse method for random variables generation, Acceptance-Rejection method for random variables generation, Dependence and Copulas, Entropy;
  • Introduction to Machine Learning: Iris dataset for classification and clusterization tasks;
  • Chapter 1 - Perceptrons (batch and on-line learning);
  • Chapter 2 - Bayes classifiers;
  • Chapter 3 - Regression classifier and Maximum A Posteriori estimates;
  • Chapter 4 - Mean-Squares estimation, Gradient descent, Gauss-Newton algorithms;
  • Chapter 5 - Multilayer Perceptron;
  • Chapter 6 - K-Means clustering algorithm and variants;
  • Chapter 7 - Kernel methods introduction (kernel trick, kernel classifier, feature space);
  • Chapter 8 - Radial-Basis interpolation (a bit of regularization), RBF networks for classification;
  • Chapter 9 - Wisdom of crowds and Ensemble learning;
  • Chapter 10 - ARIMA (time series analysis) + Kalman filter;
  • Chapter 11 - Singular Spectrum Analysis (seasonal time series analysis);
  • Chapter 12 - Bayesian Inference;

Links for datasets:

Blogs:

Books:

Articles:

About

Machine learning lectures as a collection of ipynb workbooks

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors