Practical guide for a DS attempting GenAI
This repo is a practical, structured guide for data scientists transitioning into Generative AI β built from scratch to go from traditional ML to deploying GenAI applications.
If youβre familiar with machine learning and want to ramp up on GenAI without getting lost in research papers, this is for you.
This is not a polished course or GenAI hype repo. Itβs a deliberate, hands-on learning path. The goal: arrive at practical readiness to work with modern GenAI stacks β from Nueral Network fundamentals to real genAI app deployments.
Each notebook is self-contained and builds on the prior:
Neural Networks
β Foundations of neural networksDeep Learning
β Concepts like depth, activations, backpropTransformers Architecture
β The core building block of LLMsLarge Language Models
β What makes a model an LLMPrompt Engineering
β How to use models effectivelyFine Tuning LLMs
β When and how to fine-tuneHuggingface Workflows
β Real-world tooling and workflowsGenAI Use Cases
β Common applied patterns (Q&A, summarization, etc.)Deploying GenAI Models
β Serve your own GenAI-powered apps