15

Day Streak

8

Projects Completed

45

Commits This Month

120+

Hours Learned

November 2025

Nov 16, 2025
Learning

Completed Vision Transformer (ViT) Implementation

Built a complete Vision Transformer from scratch using PyTorch. Implemented multi-head attention, patch embedding, and position encoding. Achieved 85% accuracy on CIFAR-10.

Computer Vision Transformers PyTorch
Nov 15, 2025
Learning

LLM Fine-tuning with PEFT and LoRA

Studied Parameter-Efficient Fine-Tuning techniques. Implemented LoRA for fine-tuning LLaMA-7B on custom dataset with 10x memory reduction.

LLM Fine-tuning LoRA
Nov 13, 2025
Project

Object Detection Pipeline with YOLOv8

Developed an end-to-end object detection system using YOLOv8. Trained on custom dataset with 5000+ annotated images. Deployed with FastAPI backend.

Computer Vision YOLO Deployment
Nov 10, 2025
Achievement

Completed Deep Learning for Computer Vision Course

Successfully completed Columbia University's DLCV course. Covered CNNs, object detection, semantic segmentation, GANs, and diffusion models.

Course Computer Vision
Nov 8, 2025
Learning

Diffusion Models and Stable Diffusion

Deep dive into diffusion probabilistic models. Implemented DDPM from scratch and fine-tuned Stable Diffusion on custom art dataset.

Generative AI Diffusion Image Generation
Nov 5, 2025
Project

RAG-based Chatbot with LangChain

Built a Retrieval-Augmented Generation chatbot using LangChain, ChromaDB, and OpenAI API. Indexed 1000+ technical documents for domain-specific Q&A.

NLP LangChain RAG

October 2025

Oct 28, 2025
Learning

Semantic Segmentation with U-Net

Implemented U-Net architecture for medical image segmentation. Trained on brain MRI dataset with Dice coefficient of 0.92.

Segmentation Medical AI U-Net
Oct 20, 2025
Project

Multi-modal Sentiment Analysis

Developed a multi-modal model combining text (BERT) and image (ResNet) features for social media sentiment analysis. Achieved 88% accuracy.

Multi-modal NLP Vision
Oct 15, 2025
Achievement

Published First ML Blog Post

Published comprehensive guide on "Understanding Attention Mechanisms in Deep Learning" - received 500+ views in first week.

Writing Community
Oct 10, 2025
Learning

MLOps with Weights & Biases

Learned experiment tracking, hyperparameter tuning, and model versioning. Set up automated ML pipeline with W&B sweeps.

MLOps W&B Automation
Oct 5, 2025
Project

Time Series Forecasting with LSTM

Built stock price prediction model using LSTM networks. Implemented attention mechanism for improved long-term dependency capture.

Time Series LSTM Finance
Oct 1, 2025
Learning

Started Learning Reinforcement Learning

Began Stanford's RL course. Implemented Q-learning and DQN for simple game environments (CartPole, Atari).

RL Q-learning DQN