A collection of my AI/ML projects and research work
Built a complete neural network framework from scratch using only Python and NumPy. Implemented backpropagation, various activation functions, and optimization algorithms including SGD, Adam, and RMSprop. This project demonstrates a deep understanding of the mathematical foundations of deep learning.
Developed a real-time object detection application using YOLO architecture and PyTorch. Optimized for edge devices with model quantization and pruning techniques. Achieved 60+ FPS on standard hardware while maintaining high accuracy.
Created a sophisticated sentiment analysis system using transformer architecture (BERT). Fine-tuned on multiple datasets for social media text classification, achieving state-of-the-art performance on benchmark datasets.
Implemented U-Net architecture for medical image segmentation tasks. Focused on tumor detection and organ segmentation from MRI and CT scans. Collaborated with medical professionals to validate results.
Developed RL agents using Deep Q-Networks (DQN) and Policy Gradient methods. Trained agents to play complex games and solve optimization problems. Implemented experience replay and target networks for stable learning.
Built a GPT-style language model from scratch to understand transformer architecture. Implemented multi-head attention, positional encoding, and trained on custom datasets. Capable of text generation and completion tasks.