About me
Felix Rojas
Felix Rojas, Comp-Sci graduate. Most of my experience is writing C++ and Python code.
I am a passionate programmer and active learner who loves going above and beyond expectations.
- MEPSO experimental framework
- A modular C++ experimentation framework for solving the Capacitated Vehicle Routing Problem (CVRP) with a Micro-Evolutionary Particle Swarm Optimization (MEPSO) approach. Tech StackC++CLIPythonCMake
- Air Quality Deep Learning
- A deep learning project that utilizes LSTM and Seq2Seq models to forecast PM2.5 air quality levels. Tech StackPythonJupyterKerasDeep Learning
- Zuustento Project
- Web application for logging and production control of insect-breeding and insect products production. Tech StackNextJSAWSGraphQLTypeScript
- Java parser using LL(1) grammars
- A parser implementation designed to process a subset of Java syntax, including main declarations, nested scopes, expressions, and assignments, using an LL(1) grammar approach. Tech StackPythonJava