tcrasset
Young data engineer working to make tomorrow's world a better place. Passionate about internet privacy and sustainability.
Nantes
Pinned Repositories
french-open-2019-winner-prediction
🎾 Predicting the winner of the the 2019 French Open.
movie-rating-predictor
🎬 Predicting the rating of a movie by a user using supervised learning techniques.
Breast-cancer-data-analysis
Exploratory data analysis and principal component analysis
card-game
Small Python card game using OOP principles.
french-open-2019-winner-prediction
Who will win the 2019 French Open ?
hangman
Simple Hangman game in the terminal, written in Python.
Olympic-games-ontology
Shoes-generator
Shoes generator with GAN
Wave-propagation
Modelling wave propagation at the surface of the ocean using “shallow water” equations
your-budget
Personal budgeting cross platform mobile application, using zero based budgeting. Built using Flutter.
tcrasset's Repositories
tcrasset/Olympic-games-ontology
tcrasset/french-open-2019-winner-prediction
Who will win the 2019 French Open ?
tcrasset/Breast-cancer-data-analysis
Exploratory data analysis and principal component analysis
tcrasset/Shoes-generator
Shoes generator with GAN
tcrasset/Assembly-Labyrinth
Small program in beta-assembly generating a perfect maze using a part of memory as display.
tcrasset/Bias-variance-tradeoff
tcrasset/Blockchain-key-value-store
Implementation of a decentralized Blockchain key-value store
tcrasset/Bouncing-squares
Parallel-processing using semaphores and shared memory to communicate the bouncy squares with each other in order not to have overlaps. The squares are displayed using the SDL media library.
tcrasset/Breast-cancer-supervised-classification
Supervised classification using logistic regression and multivariate ranks
tcrasset/Classification-algorithms
tcrasset/clos-network-policies
Crete 3 SDN-control policies on a small Clos-Network
tcrasset/Coding-and-compression
tcrasset/Coding-theory-project-1
tcrasset/Cryptanalysis
Implementation of an algorithm to decrypt a message encoded by substitution cipher using Monte carlo markov chains
tcrasset/Ctrl-Alt-Deloitte-BigData
tcrasset/DQN-Car-on-the-hill
tcrasset/ganhacks
starter from "How to Train a GAN?" at NIPS2016
tcrasset/IBM-Hackathon
IBM Hackathon 2018 for Belgian University students (3rd place winners)
tcrasset/Martist
Implementation of a C++ "mathematical artist" that creates images from random mathematical expressions.
tcrasset/Mastermind-Part1
First part of a Mastermind client/server game using Sockets in Java
tcrasset/Mastermind-Part2
Implementation of a server application using Java Sockets. The server uses the HTTP protocol to provide an interactive Mastermind game to its clients.
tcrasset/Movie-rating-predictor
Predict the rating of a movie by a user using supervised learning techniques
tcrasset/Numerical-optimization-Project
Data reconciliation of an industrial boiler
tcrasset/Pacman
tcrasset/Pancake-sorting
Implementation of 2 algorithms to sort a vector of integers by prefix reversal.
tcrasset/Reverse-Polish-Notation
Implementation of a C++ "parser" that takes expressions in infix notation and transforms it into a sequence of keystrokes for evaluation on an RPN calculator.
tcrasset/RL-Continuous-domain
tcrasset/RL-Discrete-domain
Reinforcement Learning in a Discrete Domain
tcrasset/Sturm-theorem
Small program in Scheme using the Sturm theorem to find the roots of a polynome.
tcrasset/the-art-of-command-line
Master the command line, in one page