-
-
xm-retrievers Public
🌏 Modular retrievers for zero-shot multilingual IR.
-
netbert Public
📶 NetBERT: a domain-specific BERT model for computer networking.
-
mathematical-artist Public
Implementing a "mathematical artist" that creates images from random mathematical expressions.
C++ UpdatedApr 29, 2022 -
awesome-dense-text-retrieval Public
📖 A curated list of Dense Text Retrieval resources from all around the web.
-
netbert-search Public
⌨️ A neural search engine for RFC documents that uses NetBERT.
-
belgpt2 Public
🇧🇪 BelGPT-2: the 1st GPT model pretrained in French.
-
🎾 Predicting the winner of the the 2019 French Open.
-
🌎 Visualisation of the carbon footprint of your meat consumption.
Jupyter Notebook UpdatedApr 9, 2020 -
junction-hackathon Public
💻 Junction Hackathon 2019, Helsinki (Finland).
-
graph-partitioning Public
Designing and implementing my own method to partition a graph into communities.
Python UpdatedApr 8, 2020 -
big-data-platform Public
Designing and implementing my own Big Data Platform.
-
olympic-games-ontology Public
Forked from tcrasset/Olympic-games-ontology🏅 Designing and implementing an ontology about Olympic Games in OWL.
HTML UpdatedApr 8, 2020 -
coding-and-compression Public
Forked from tcrasset/Coding-and-compressionImplementing source coding, channel coding and data compression.
Python UpdatedApr 8, 2020 -
gan-shoes-generator Public
👞 Implementing a shoes generator with GANs.
-
mountain-car-problem Public
🚗 Solving the Mountain Car Problem with Fitted Q-Iteration.
-
q-learning Public
Implementing the Q-learning algorithm in a discrete domain.
Python UpdatedApr 8, 2020 -
breast-cancer-data-analysis Public
Forked from tcrasset/Breast-cancer-data-analysis🩺 Exploratory data analysis and principal component analysis
R UpdatedApr 8, 2020 -
pacman-agent Public
Forked from tcrasset/Pacman👻 Implementation of intelligent agents for the Pacman game.
-
breast-cancer-detection Public
🩺 Breast cancer detection using logistic regression and multivariate ranks.
-
blockchain-key-value-store Public
⛓️ Implementing a decentralized Blockchain key-value store.
-
movie-rating-predictor Public
🎬 Predicting the rating of a movie by a user using supervised learning techniques.
-
ibm-hackathon Public
💻 IBM Hackathon 2018, Brussels (Belgium).
-
-
-
sturm-theorem Public
Implementing the Sturm Theorem to count the number of roots of a rational polynomial on a given interval.
-
perfect-maze Public
Implementing an algorithm in beta assembly to draw a perfect maze in the machine's dynamic memory.
Assembly UpdatedApr 8, 2020 -
infix-to-rpn Public
Implementing a parser that transforms expressions in infix notation into keystrokes for evaluation on an RPN calculator.
C++ UpdatedApr 8, 2020 -
pancakes-sorting Public
Implementing of 2 algorithms to sort a vector of integers by prefix reversal.
C++ UpdatedApr 8, 2020 -
mastermind-game Public
Mastermind Game as a server application.