Posts

Showing posts from August, 2025

My Summer Internship

Image
This summer wasn’t about beaches or binge‑watching — it was about stepping into the world of Artificial Intelligence and Machine Learning . I enrolled in the IBM AI Engineering Professional Certificate , and my days quickly turned into Python notebooks, late‑night debugging, and the joy of models working as expected. 🏗️ Building Blocks of My Journey Machine Learning: regression, classification, clustering, Decision Trees, Random Forest, KNN Deep Learning: CNNs, RNNs/LSTMs, Transformers, TensorFlow, PyTorch, Keras Generative AI: GPT, BERT, fine‑tuning (LoRA, QLoRA), LangChain + vector DB 🤖 Highlight Project: Knowledge‑Aware Bot Built an AI agent that reads documents and answers questions. Tech used: LangChain, Vector DB, Gradio . It wasn’t flawless (sometimes hallucinated) but proved the power of Retrieval + LLMs. 🌟 Skills I Gained Programming: Python, scikit‑learn, TensorFlow, PyTorch AI Concepts: Neural nets, embeddings, Transformers, RAG D...