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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • Bayesian Optimisation
  • Neural networks (Multi-layer perceptron and Physics Informed NN)
  • K-means clustering

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

pip install -r requirements.txt

Lecture recordings on YouTube:

2024:

IMAGE ALT TEXT

2023:

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

Packages

No packages published

Languages