Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pklatka/elements-of-statistical-ml-course

Solutions for elements of statistical machine learning course at AGH UST.
https://github.com/pklatka/elements-of-statistical-ml-course

Last synced: 8 days ago
JSON representation

Solutions for elements of statistical machine learning course at AGH UST.

Awesome Lists containing this project

README

        

# Elements of statistical machine learning course

This repository contains solutions for elements of statistical machine learning course at AGH UST. Every task is in a separate folder. Solutions were written using Python.

## Tasks

- [lab1](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab01.ipynb): Monte Carlo introduction to Python, NumPy and Jupyter notebooks
- [lab2](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab02.ipynb): Estimating object location from noisy radar echos
- [lab3](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab03.ipynb): Linear regression
- [lab4](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab04.ipynb): Gaussian Process Regression
- [lab5](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab05.ipynb): Logistic regression
- [lab6](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab06.ipynb): Introduction to Tensorflow and Tensorflow Probability
- [lab7](https://github.com/pklatka/elements-of-statistical-ml-course/tree/main/lab07.ipynb): MCMC Inference in Hierarchical Bayesian Models

If this repository helped you, don't forget to star ⭐️ or fork🍴.