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

https://github.com/randomicecube/ml-exercises

ML exercise resolutions
https://github.com/randomicecube/ml-exercises

Last synced: about 1 year ago
JSON representation

ML exercise resolutions

Awesome Lists containing this project

README

          

# ml-exercises

Where I'll be adding my $\LaTeX$ solutions for IST's ML course's exercises.

Generally speaking, I'll probably be spending more time with explanations than
with showing every single calculation in the resolutions.
_However_, every calculation performed will be shown in each sheet's respective `.ipynb` file.

## To-do list

- [ ] Sheet 1 - Univariate Data Analysis (probably won't be done)
- [x] Sheet 2 - Decision Trees
- [x] Sheet 3 - Bayesian Learning
- [x] Sheet 4 - Linear Regression, kNN
- [x] Sheet 5-6 - Gradient Descent
- [x] Sheet 7-8 - Neural Networks
- [x] Sheet 9 - Clustering
- [x] Sheet 10 - Dimensionality Reduction