Folder for AI&ML related projects.
Linear regressor implemented in python, with mathematical proof in "LinearRegressor.pdf".
Perceptron implemented in python, with pseudocode and short algorithm explanation in "Perceptron.pdf".
Homeworks for the course "Machine Learning & Artificial Intelligence" of Politecnico di Torino.
Python implementation of kNN.
Small neural network implemented in C for fun.