Erwan DAVID's repositories

CNN_number_prediction

This Python project uses the PyTorch library to predict the value of a digit represented by an image (28x28x3). These digit images have different colorations.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

GAN_cat_image_generator

This Python project uses the PyTorch library to generate unique cat images using GAN technology.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Genetic_Algorithm-3dna

The aim of this Python project is to circularize a plasmid by optimizing the values of a table calculating the plasmid's 3D trajectory. To achieve this, 2 algorithms are used and compared: simulated annealing and genetic algorithm.

Language:PythonStargazers:0Issues:0Issues:0

Labyrinth

This Python project generates a random maze and solves it quickly and efficiently.

Language:PythonStargazers:0Issues:1Issues:0

LOTEREO-2D_arcade_platformer_game

This Unity project in C# is a 2D arcade platformer. The player's objective is to pass through the door on the last (2nd) level. To open the doors on each level, which lead to the next level, the player must kill a certain number of AIs on the map.

Language:C#Stargazers:0Issues:0Issues:0

Random_procedural_environment

The aim of this Python project is to generate a semi-random map representing a complex, realistic environment seen from above in 2D.

Language:PythonStargazers:0Issues:1Issues:0