Skip to content

Recordings, slides and code demos used in postgraduate lecture on Machine Learning, focusing on regression and inference tasks.

Notifications You must be signed in to change notification settings

aidancrilly/ML_Lecture_Demos

Repository files navigation

Code demos from "Machine Learning Basics" Lecture from PG series

Author : Aidan Crilly

Repository storing Python code examples from lecture and copy of slides.

Demonstrations include:

  • Ordinary least squares in spectral analysis
  • Deconvolution and Tikonhov regularisation
  • Non-linear least squares and optimisation
  • Laplace's method of uncertainty quantification (using differentiable programming)
  • Markov Chain Monte Carlo with Metropolis algorithm
  • Gaussian processes
  • Neural networks (Multi-layer perceptron)

The required python library requirements are given in requirements.txt which can be pip installed:

pip install -r requirements.txt

Lecture recording on YouTube:

IMAGE ALT TEXT

About

Recordings, slides and code demos used in postgraduate lecture on Machine Learning, focusing on regression and inference tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages