Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yoc00lig/elements-of-statistical-machine-learning

Elements of statistical machine learning course at AGH UST in 2023
https://github.com/yoc00lig/elements-of-statistical-machine-learning

gaussian-models gaussian-processes linear-regression machine-learning monte-carlo python statistics

Last synced: about 1 month ago
JSON representation

Elements of statistical machine learning course at AGH UST in 2023

Awesome Lists containing this project

README

        

# 📊 Elements of statistical machine learning
The repository contains solutions to the laboratories from the 'Elements of Statistical Machine Learning' course at AGH in 2023.

The leading programming language during this course - Python 🐍.

# 📋 Table of contents:

🧩 lab01 - Monte Carlo introduction to Python, NumPy and Jupyter notebooks

🧩 lab02 - Gaussian models

🧩 lab03 - Linear Regression

🧩 lab04 - Gaussian Processes Regresion and its Applications

🧩 lab05 - Multinomial logistic regression

🧩 lab06 - Introduction to Tensorflow and Tensorflow Probability

🧩 lab07 - MCMC Inference in Hierarchical Bayesian Models