Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motykatomasz/multivariate-data-analysis

Repository for the lab assignments for "Multivariate Data Analysis" Course at TU Delft.
https://github.com/motykatomasz/multivariate-data-analysis

bayesian-inference gaussian-processes mcmc online-linear-regression python

Last synced: 21 days ago
JSON representation

Repository for the lab assignments for "Multivariate Data Analysis" Course at TU Delft.

Awesome Lists containing this project

README

        

# Multivariate Data Analysis

This repository contains the implementations of the lab assignments done for the MSc Course *Multivariate Data Analysis* at TU Delft. All the algorithms are implemented from scratch.

## 1st Assignment

The first lab assignment contains the implementation of the simple **online linear regression** algorithm where mean and covaraince of the posterior are updated with every new data sample..

## 2nd Assignment

The second lab assignment contains the implementation of different algorithms for computing the posterior when closed-form solution isn't possible: **Laplace approximation**, **Markov Chain Monte Carlo**, **Gibb's Sampling**.

## 3rd Assignment

The third lab assignment contais some example realisations of Gaussian Processes with different kernels and the algorithm for **Gaussian Process classification using Gibb's Sampling**.