Pinned Repositories
bernoulli-bandits
An exploration of multi-armed Bernoulli bandits in reinforcement learning, complete with experiments and observations.
captcha-breaker
Extracting text out of CAPTCHA images using Keras.
character-lstm
A character-based LSTM trained to generate words from a given list.
dc-gan
A DCGAN trained to generate images of flowers using Keras.
dinosaur-game-bot
A bot that automatically plays the dinosaur game from Chrome offline mode using PyAutoGUI.
ElianBelot.github.io
Personal website.
handcrafted-backdoors
Introducing backdoors in neural networks through parameter-level manipulation.
natural_language_inference
Finetuning BERT to classify textual entailment on the Stanford NLI corpus.
resnet50-segmentation
Image segmentation on the AI4MARS dataset using ResNet50 and PyTorch Lightning.
web-voyager
A continuously learning web-browsing AI agent that generalizes the Voyager architecture.
ElianBelot's Repositories
ElianBelot/web-voyager
A continuously learning web-browsing AI agent that generalizes the Voyager architecture.
ElianBelot/natural_language_inference
Finetuning BERT to classify textual entailment on the Stanford NLI corpus.
ElianBelot/captcha-breaker
Extracting text out of CAPTCHA images using Keras.
ElianBelot/bernoulli-bandits
An exploration of multi-armed Bernoulli bandits in reinforcement learning, complete with experiments and observations.
ElianBelot/dc-gan
A DCGAN trained to generate images of flowers using Keras.
ElianBelot/handcrafted-backdoors
Introducing backdoors in neural networks through parameter-level manipulation.
ElianBelot/character-lstm
A character-based LSTM trained to generate words from a given list.
ElianBelot/dinosaur-game-bot
A bot that automatically plays the dinosaur game from Chrome offline mode using PyAutoGUI.
ElianBelot/ElianBelot.github.io
Personal website.
ElianBelot/resnet50-segmentation
Image segmentation on the AI4MARS dataset using ResNet50 and PyTorch Lightning.
ElianBelot/focus-assistant
Won “Best AI Hack for Education” at MAIS Hacks 2021.
ElianBelot/piano_notes_frequencies
A short script to compute the frequencies and wavelenghts of all the notes of a piano
ElianBelot/pima-indians-diabetes-prediction
A binary classification problem solved using logistic regression and a neural network, implemented from scratch for educational purposes.
ElianBelot/word2vec-embedding
An NLP word embedding model using Word2Vec that visualizes words as a cluster using the t-SNE dimensionality reduction algorithm.