Je m'appelle Jason, j'ai 26 ans, et je suis développeur fullstack. Depuis mes débuts, j'ai toujours été attiré par la construction — imaginer une solution, la concevoir, la coder, la voir fonctionner. C'est cette envie qui guide chacun de mes projets.
Fraîchement diplômé d'un Master en Ingénierie Web et Innovations Digitales à l'IIM, avec 4 ans d'expérience en alternance chez Fives Maintenance et Netatmo, je cherche maintenant à relever un nouveau défi. Un collectif, un projet où continuer d'apprendre et de construire des choses qui ont du sens.
Below you can see all my current and completed projects.
I am creating a chess game inspired by Chess.com. My main objective with this project is to implement the complex rules of chess in an interactive web-based game. At the beginning, I am focusing on the movement of each piece and the two-player local game system. After that, I want to implement online multiplayer so you can play with friends, and possibly I will train an artificial intelligence for solo players.
This is my first artificial intelligence project, trained by myself using the PyTorch model "CIFAR-10" and its dataset for training and testing. I achieved around 75% accuracy with the provided dataset using a CNN (Convolutional Neural Network). The model is designed to recognize certain objects and animals, as stated on the website. Through this project, I learned that AI requires more data to train effectively than what a single dataset provides. This is because there is a lot of variation in objects and animals. For example, if the model is trained on specific dog breeds and encounters a new one, its accuracy will drop significantly. I will probably improve this model one day or create a new one based on a bigger idea :)