This is a repo containing few of my jupyter notebooks covering different topics.
Machine Learning
-
TicTacToeQlearning: Implementation of a Q-learning agent that learns how to play Tic Tac Toe by playing several matches vs a random player
-
MNIST_CNN: Convolutional neural network (CNN) performing image classification of the MNIST handwritten digits dataset.
Others
-
COVID-19 Italy data visualization: Visualization of the data about the COVID-19 epidemic in Italy.
-
Elephant: John von Neumann once said "With four parameters I can fit an elephant, and with five I can make him wiggle his trunk". Is that true?