Building and Deploying Generative AI Models
Key Takeaways
Builds and deploys generative AI models using Large Language Models (LLMs)
Original Description
Transition from theoretical concepts to production-ready engineering in this hands-on course which is the final part in "Fundamentals of Generative AI" specialization. Designed for learners ready to move beyond the theory, this course focuses entirely on construction: you won't just learn about Large Language Models (LLMs); you will build, refine, and deploy them.
We start at the foundational level, coding different types of Transformer architectures from scratch using PyTorch. Through high-performance training with Automatic Mixed Precision and ROUGE/BLEU evaluation, you will learn the techniques to scale custom components into optimized systems. By utilizing pre-trained models and weighing performance trade-offs, you will gain the insight needed to select the most efficient path for large-scale deployment.
Moving to applied architecture, you will master Retrieval Augmented Generation (RAG) using LangChain, learning to evaluate pipelines and apply advanced techniques such as different chunking strategies, reranking and compression, and query transformation. You'll also navigate model selection as well as the critical trade-offs between RAG and Fine-tuning.
Finally, you will step into the future of AI by developing autonomous Agents. You will bridge the gap between development and production by setting up a professional workflow with Poetry and deploying a Summarizer AI Agent directly to the Google Cloud Platform (Vertex AI). By the end of this course, you will possess a tangible portfolio of code and a live deployment, proving your ability to engineer robust Generative AI solutions.
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →
More on: LLM Engineering
View skill →Related Reads
📰
📰
📰
📰
ChatGPT Still Can't Read YouTube Links. Here's the Copy-Paste That Actually Works.
Dev.to AI
You Tuned It Until Your Own Examples Passed
Dev.to · Serguey Asael Shinder
LLM, RAG & MCP: 100 Detailed Questions and Answers
Medium · RAG
The 21× number: I chased a viral fact and found a three-way splice
Medium · LLM
🎓
Tutor Explanation
DeepCamp AI