leonardohcl
🎓 Master in Computer Science | 💻 Front End developer < Vue | React > | 🤖 Occasionally making robots just for fun
São José do Rio Preto, SP - Brazil
Pinned Repositories
Pokemon-AI
Python code to create a CNN to identify a pokemon's type based on its picture
vue-2048
The 2048 game implemented using vue.js framework
GCC-Toolkit
Scripts to extract features from images, including deep features from CNNs using pytorch
2048-AI
AI trainer for solving the 2048 game using reinforcement learning with python
Ant-Colony-Optmization
ACO implementation to optimize the traveling salesman problem to the berlin52 cities dataset
Basic-Neural-Network
A basic implementation of perceptrons and neural networks to study it's behavior using the iris and wine data
Enduro-with-OpenGL
Computer Graphics class final project - Reproduce the game Enduro with the OpenGL library
Genetic-and-Evolutive-Algorithms
Genetic and other evolutive algorithms libraries for class projects and experiments
js-game-engine
A humble attempt of creating a javascript/typescript based game engine
Particle-Swarm-Optimization
Basic implementation of the PSO algorithm for f(x, y) = ((1-x)^2) + 100*((y - x^2)^2)
leonardohcl's Repositories
leonardohcl/GCC-Toolkit
Scripts to extract features from images, including deep features from CNNs using pytorch
leonardohcl/js-game-engine
A humble attempt of creating a javascript/typescript based game engine
leonardohcl/2048-AI
AI trainer for solving the 2048 game using reinforcement learning with python
leonardohcl/vue-2048
The 2048 game implemented using vue.js framework
leonardohcl/Pokemon-AI
Python code to create a CNN to identify a pokemon's type based on its picture
leonardohcl/react-bookshelf
A react study using the google books APi
leonardohcl/Particle-Swarm-Optimization
Basic implementation of the PSO algorithm for f(x, y) = ((1-x)^2) + 100*((y - x^2)^2)
leonardohcl/Ant-Colony-Optmization
ACO implementation to optimize the traveling salesman problem to the berlin52 cities dataset
leonardohcl/Basic-Neural-Network
A basic implementation of perceptrons and neural networks to study it's behavior using the iris and wine data
leonardohcl/Genetic-and-Evolutive-Algorithms
Genetic and other evolutive algorithms libraries for class projects and experiments
leonardohcl/Enduro-with-OpenGL
Computer Graphics class final project - Reproduce the game Enduro with the OpenGL library