Projects
Here is a list of some data science and A.I. projects I have worked on either on my own or for school courses.
I have performed multiple small projects spanning most areas of NLP. Some topics are word embedding, word counting, word correction and n-gram models. I am familiar with multiple NLP libraries such as NLTK and spaCy. Click here to see some of my NLP projects!
This was my attempt at writing the attention mechanism in https://arxiv.org/abs/1706.03762 from scratch to become familiar with it. The code can be found here .
This is an implementation of a sentiment analysis model for online reviews with huggingface and bert-base-multilingual-uncased-sentiment. The code can be found here .
This is an implementation of a bert model from huggingface for question-answering task. The code can be found here .
The purpose of this project was to perform a time series analysis. This was done with a recurrent neural network from the Keras library. The code can be found here .
This is my implementation of the cycleGAN from https://arxiv.org/abs/1703.10593 . The code can be found here. I also had to present this project for the class ift6164 at MILA with some slides.
This project is an implementation of an imitation from observation algorithm. The algorithm trains an agent to learn to imitate an expert performing some tasks, by using videos of this expert. We use the DrQv2 from https://arxiv.org/abs/2107.09645 . This was a project for class ift6163 and we had to do a presentation. The code can be found here. We tried to apply this algorithm to a real-life robot hand, check out this video.