Skip to content

carlo98/Artificial_Intelligence_and_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial_Intelligence_and_ML

Folder for AI&ML related projects.

Linear Regressor

Linear regressor implemented in python, with mathematical proof in "LinearRegressor.pdf".

Perceptron

Perceptron implemented in python, with pseudocode and short algorithm explanation in "Perceptron.pdf".

Homework_AIML

Homeworks for the course "Machine Learning & Artificial Intelligence" of Politecnico di Torino.

k Nearest Neighbour

Python implementation of kNN.

Small neural network

Small neural network implemented in C for fun.