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

https://github.com/leonardogemin/machinelearning_unipd

Collection of homework from the course "Machine Learning" - University of Padua.
https://github.com/leonardogemin/machinelearning_unipd

jupiter-notebook machine-learning python

Last synced: 3 months ago
JSON representation

Collection of homework from the course "Machine Learning" - University of Padua.

Awesome Lists containing this project

README

        

# Machine Learning
MSc homework experiences at UNIPD.


## Homework 1: Regression and Classification
>### Content:
>- Classification on Wine Dataset

Instruction: [link](/Homework1/ML2021_HW1_instructions.pdf)

External data: [link](https://archive.ics.uci.edu/ml/datasets/wine)

Notebook: [LC_LeonardoGemin_2023860](/Homework1/LC_LeonardoGemin_2023860.ipynb)


## Homework 2: Linear Regression and SVM for Classification
>### Content:
>- SVM vs Logistic Regression on MNIST

Instruction: [link](/Homework2/HW2_and_HW3_Vandin_instructions.pdf)

External data: [link1](http://yann.lecun.com/exdb/mnist/) and [link2](https://www.openml.org/d/554)

Notebook: [SVM_LeonardoGemin_2023860](/Homework2/SVM_LeonardoGemin_2023860.ipynb)


## Homework 3: Neural Networks and Clustering
>### Content:
>- Neural Networks for Classification
>- Clustering with K-means

Instruction: [link](/Homework3/HW2_and_HW3_Vandin_instructions.pdf)

External data: [link1](https://pravarmahajan.github.io/fashion/) and [link2](/Homework3/data/)

Notebook: [NN_LeonardoGemin_2023860](/Homework3/NN_LeonardoGemin_2023860.ipynb)