Mar 15, 2024 0YOLOv3 Polyp DetectionOptimized real-time polyp detection for gastrointestinal endoscopy using pruning.Read more →
Mar 15, 2024 0CycleGAN Face Sketch ConverterTransforming face sketches into realistic portraits using a custom-modified UNet architecture.
Mar 15, 2024 0Self-Driving Car with Genetic AlgorithmsAn AI-powered autonomous driving simulation using a genetic algorithm for evolving control strategies.
Mar 19, 2025 0Fine-Tuning CoT: GRPO vs. PPO vs. Few-Shot PromptingImplementation 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 0Implementing Mamba Model from Scratch in PyTorchBuilding the Mamba model from scratch based on the research paper https://arxiv.org/pdf/2312.00752 using PyTorch.
Nov 1, 2024 0Stock Market Prediction Using Sentiment AnalysisPredicting stock prices using bidirectional LSTMs with sentiment analysis from tweets and historical stock data.