About MeExperienceProjectsRésuméContact

Projects

Some of the projects are from work and some are on my own time.

Mar 15, 2024
0

YOLOv3 Polyp Detection

Optimized real-time polyp detection for gastrointestinal endoscopy using pruning.

Read more →

Mar 15, 2024 0

CycleGAN Face Sketch Converter

Transforming face sketches into realistic portraits using a custom-modified UNet architecture.

Mar 15, 2024 0

Self-Driving Car with Genetic Algorithms

An AI-powered autonomous driving simulation using a genetic algorithm for evolving control strategies.

Mar 19, 2025 0

Fine-Tuning CoT: GRPO vs. PPO vs. Few-Shot Prompting

Implementation of GRPO, PPO, and CoT few-shot prompting from scratch to compare fine-tuning approaches for Chain-of-Thought reasoning in GPT-Neo using the GSM8K dataset.

Mar 19, 2025 0

Implementing Mamba Model from Scratch in PyTorch

Building the Mamba model from scratch based on the research paper https://arxiv.org/pdf/2312.00752 using PyTorch.

Nov 1, 2024 0

Stock Market Prediction Using Sentiment Analysis

Predicting stock prices using bidirectional LSTMs with sentiment analysis from tweets and historical stock data.