Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kavaivaleri/machine-learning-assignment

This is a code for a final assignment project during my undergraduate course on machine learning. It covers topics like Bayesian inference, regularization, gradient descent. The code was written by me and my colleague Daria.
https://github.com/kavaivaleri/machine-learning-assignment

bayesian-inference gaussian-processes gradient-descent kernels network neural regularization

Last synced: about 4 hours ago
JSON representation

This is a code for a final assignment project during my undergraduate course on machine learning. It covers topics like Bayesian inference, regularization, gradient descent. The code was written by me and my colleague Daria.

Awesome Lists containing this project

README

        

Machine learning assignment includes several excercises made by me and my collegue:

- Exercise 1: Bayesian inference for the mean of Gaussian distribution
- Exercise 2: Regularized regression
- Exercise 3: Gradient descent
- Exercise 4: Gaussian process and kernels
- Exercise 5: Neural networks

Each exercise includes several questions on deriving formulas, implementing these formulas using Python and plotting the results. We also provide the interpretations of our results.