Foundational Courses
- https://www.coursera.org/learn/generative-ai-with-llms (Google’s Intro to Generative AI)
- https://www.coursera.org/learn/chatgpt-prompt-eng (DeepLearning.AI Prompt Engineering)​
- https://www.cloudskillsboost.google/paths/118 (Google Generative AI Learning Path)​
- https://www.coursera.org/specializations/generative-ai-for-software-developers (IBM GenAI Specialization)​
- https://www.deeplearning.ai/short-courses/open-source-models-hugging-face (Hugging Face open models)​
- https://www.microsoft.com/en-us/learn (Microsoft Generative AI Fundamentals)
- https://www.simplilearn.com/free-generative-ai-course-skillup (Simplilearn free GenAI course)​
- https://ocw.mit.edu/courses/res-6-176-mobile-and-sensor-computing-spring-2019/pages/generative-ai/ (MIT GenAI OCW)​
- https://www.nvidia.com/en-us/learn/training/instructor-led-workshops/generative-ai-explained (NVIDIA Generative AI Explained)
- https://elementsofai.com (University of Helsinki Elements of AI, GenAI focus)​
Hands-On Platforms & Tracks
- https://huggingface.co/learn (Hugging Face full learning hub)​
- https://huggingface.co/learn/nlp-course (NLP/GenAI course)​
- https://www.kaggle.com/learn/generative-ai (Kaggle GenAI notebooks) [previous web]
- https://www.fast.ai (Practical Deep Learning for Coders, GenAI edition)​
- https://github.com/nitindahiya-dev/gen_ai_roadmap (20-week GenAI roadmap)​
YouTube Playlists & Tutorials
- https://www.youtube.com/playlist?list=PLZoTAELRMXVPiyueAqA_eQnsycC_DSBns (Krish Naik GenAI/LLM playlist)​
- https://www.youtube.com/watch?v=cxJ_cBuBpUU (Stable Diffusion Hugging Face Colab)​
- https://www.youtube.com/c/3blue1brown (Neural nets/GenAI visuals) [previous web]
- https://www.youtube.com/c/Sentdex (GenAI Python series) [previous web]
- https://www.youtube.com/playlist?list=PLhW3qG1BS0B_xDqEQwRBdx0XrBHR0I0p_ (Krish Naik AWS/Azure GenAI)​
Code Repos & Projects (From Scratch)
- https://github.com/FareedKhan-dev/create-stable-diffusion-from-scratch (Stable Diffusion PyTorch)​
- https://github.com/huggingface/diffusers (Diffusion models library/tutorials)​
- https://github.com/openai/openai-cookbook (OpenAI GenAI examples)​
- https://github.com/langchain-ai/langchain (LLM app building) [previous web]
- https://huggingface.co/spaces (GenAI demos to fork)​
Books & Ebooks (Free)
- https://www.deeplearningbook.org (Deep Learning, GenAI foundations) [previous web]
- https://dev.to/pavanbelagatti/learn-generative-ai-for-free-e-book-9k1 (Free GenAI Ebook)​
- https://arxiv.org/list/cs.LG/recent (GenAI papers) [previous web]
Advanced & Specialized
- https://www.coursera.org/learn/gen-ai-using-hugging-face-training (Hugging Face GenAI)​
- https://www.simplilearn.com/free-hugging-face-nlp-projects-course-skillup (Hugging Face projects)​
- https://zerotomastery.io/courses/machine-learning-with-hugging-face (Hugging Face bootcamp)​
- https://www.projectpro.io/article/learn-generative-ai/962 (GenAI projects guide)​
NVIDIA Free Courses
- https://www.nvidia.com/en-us/learn/training/instructor-led-workshops/ai-for-all (NVIDIA AI for All: Basics to GenAI)​
- https://www.nvidia.com/en-us/learn/training/self-paced-workshops/building-a-brain-in-10-minutes (Building a Brain)​
- https://www.nvidia.com/en-us/learn/training/self-paced-workshops/building-rag-agents-with-llms (RAG with LLMs)​
Start with Google’s Intro or Hugging Face hub for basics, then build diffusion models via GitHub—use NotebookLM to generate overviews from these.