Here are some projects I did for my master's degree (from most to least recent).
My internship at Airbus validated my degree. I used a VAE to automate anomaly detection in Aerodynamic Data. The report contains all the details.
- NeuralNetwork : a jupyter notebook where I make a fully-connected neural network from scratch.
- C++ : a selection a exercises from the C++ course.
- DeepLearning/fashion-mnist : exploring the fashion-mnist dataset and the influence of hyper-parameters (Tensorflow)
- Heart : looking at a dataset about heart failure.
- K-means : implementing the k-means algorithm and applying it to Iris and MNIST.