This repository contains three sets of exercises completed for Machine Learning course offered by the University of Padova in Autumn 2022 (academic year 2022-2023). The exercises cover the following topics:
- Manual implementation of perceptron, logistic regression using scikit-learn, and linear regression using scikit-learn.
- Support Vector Machines.
- Image classification using Neural Networks.