šŸ§Ŗ

Machine Learning / AI

Machine Learning projects

2016 ML tutorials

Here are some tutorials I wrote to understand ML. You can find them on github.

ā€£
How to create an RRN in pure python, to generate random English sentences, char by char?
ā€£
What does temperature mean in the context of machine learning?
ā€£
Learning TensorFlow fundamentals, by doing a simple linear regression.
ā€£
What is a Mixture Density Network and how to use it?
ā€£
Fizz Buzz with TensorFlow.
ā€£
How to create and teach a neural network to generate MNIST Char?

2017 šŸ”„Ā Learning a model of the world by predicting the future

This video is 100% generated by an algorithm in one shot. No edit or post-processing. I used videos recorded from trains windows, with landscapes that move from right to left and trained a Machine Learning (ML) algorithm with it. First, it learns how to predict the next frame of the videos, by analyzing examples. Then it produces a frame from the first picture, then another frame from the one just generated, etc. The output becomes the input of the next calculation step. So, except the first one that I chose, all the other frames were generated by the algorithm. The results are low resolution, blurry, and not realistic most of the time. But it resonates with the feeling I have when I travel on a train. It means that the algorithm learned the patterns needed to create this feeling. Unlike classical computer-generated content, these patterns are not chosen or written by a software engineer. In this video, nobody made explicit that the foreground should move faster than the background: thanks to Machine Learning, the algorithm figured that itself. The algorithm can find patterns that a software engineer may havenā€™t noticed and is able to reproduce them in a way that would be difficult or impossible to code. What you see at the beginning is what the algorithm produces after very little learning. It learns more and more during the video, that's why there are more and more realistic details. Learnings are updated every 20s.

This video was made as side project, but was also documented later there as part as the magenta google project.

It was featured in the press manywhere, for instance here.

2017 Exploring latent space arithmetics and bias in the news, using Word2vec.

2018 Playing with CycleGan

ā€œEntrĆ©e dā€™un train en gare de la Ciotatā€ is the first movie ever recorded.

I train CycleGan to predict what it should look like today.

Here is the fun result:

2019 šŸ”„Ā 6M+ answers to "Le Grand DĆ©bat National" organized by similarity in one DataViz.

I downloaded then analyzed 6M answers to a french public debate to create a data visualization where you can see all of them by zooming into a latent space.

Try it here: šŸ‘‰šŸ» https://dh7.github.io/lgdn/ šŸ‘ˆšŸ»