Generative AI, LLMs, and Advanced Applications with Python
Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.
Generative AI, LLMs, and Advanced Applications with Python
This course is part of Machine Learning, Data Science and Generative AI with Python Specialization
Included with
Learn more
Ask Coursera
Recommended experience
Recommended experience
What you'll learn
Understand and implement generative models like VAEs and GANs for synthetic data generation.
Dive deep into Transformer architecture, GPT, and ChatGPT for language-based AI applications.
Master fine-tuning and transfer learning techniques for personalized AI solutions.
Apply Retrieval Augmented Generation (RAG) and LLM Agents to create advanced AI applications.
Skills you'll gain
Details to know
7 assignments
See how employees at top companies are mastering in-demand skills
Build your subject-matter expertise
- Learn new concepts from industry experts
- Gain a foundational understanding of a subject or tool
- Develop job-relevant skills with hands-on projects
- Earn a shareable career certificate
There are 6 modules in this course
This course features Coursera Coach!
A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Delve into the world of generative AI and large language models (LLMs) with hands-on applications using Python. You'll explore the power of Variational Auto-Encoders (VAEs) and Generative Adversarial Networks (GANs) to create synthetic data, including images and music. Alongside, you'll get to grips with Transformers and self-attention mechanisms, which are foundational to models like GPT and ChatGPT, unlocking advanced AI applications. Learn the intricacies of GPT architecture, including tokenization and fine-tuning, and apply these concepts using tools like Hugging Face and Google Colab. The course also covers cutting-edge topics such as Retrieval Augmented Generation (RAG) and advanced LLM agents. Through interactive activities, youβll create powerful AI applications like chatbots and personalized systems. This course is designed for learners aiming to advance their knowledge of AI, machine learning, and Python, with a focus on generative models and LLMs. If you want to build your own AI-driven applications and deepen your understanding of state-of-the-art AI technologies, this course is for you.
In this module, we will explore the inner workings of Variational Auto-Encoders (VAEs) and Generative Adversarial Networks (GANs), two powerful generative models. You'll gain both theoretical knowledge and practical skills through hands-on exercises and demonstrations, specifically with the Fashion MNIST dataset. By the end, you'll be able to effectively understand and implement these models for generative tasks in deep learning.
What's included
6 videos2 readings1 assignment
6 videosβ’Total 73 minutes
- Variational Auto-Encoders (VAEs) - How They Workβ’10 minutes
- Variational Auto-Encoders (VAE) - Hands-On with Fashion MNISTβ’27 minutes
- Generative Adversarial Networks (GANs) - How They Workβ’8 minutes
- Generative Adversarial Networks (GANs) - Playing with Some Demosβ’11 minutes
- Generative Adversarial Networks (GANs) - Hands-On with Fashion MNISTβ’15 minutes
- Learning More about Deep Learningβ’2 minutes
2 readingsβ’Total 20 minutes
- Introduction to the Course 'Generative AI, LLMs, and Advanced Applications with Python'β’10 minutes
- Full Specialization Resourceβ’10 minutes
1 assignmentβ’Total 15 minutes
- Generative Models - Assessmentβ’15 minutes
In this module, we will dive deep into the workings of Transformer-based architectures, exploring essential concepts like self-attention, masked attention, and multi-headed attention. You'll learn how models like GPT function, focusing on tokenization, positional encoding, and fine-tuning. Additionally, hands-on activities will guide you through real-world applications, such as fine-tuning GPT models and exploring the transition from GPT to ChatGPT with reinforcement learning techniques.
What's included
13 videos1 assignment
13 videosβ’Total 83 minutes
- The Transformer Architecture (encoders, decoders, and self-attention.)β’10 minutes
- Self-Attention, Masked Self-Attention, and Multi-Headed Self Attention in depthβ’10 minutes
- Applications of Transformers (GPT)β’5 minutes
- How GPT Works, Part 1: The GPT Transformer Architectureβ’7 minutes
- How GPT Works, Part 2: Tokenization, Positional Encoding, Embeddingβ’5 minutes
- Fine Tuning / Transfer Learning with Transformersβ’2 minutes
- [Activity] Tokenization with Google CoLab and HuggingFaceβ’9 minutes
- [Activity] Positional Encodingβ’2 minutes
- [Activity] Masked, Multi-Headed Self Attention with BERT, BERTViz, and exBERTβ’6 minutes
- [Activity] Using small and large GPT models within Google CoLab and HuggingFaceβ’6 minutes
- [Activity] Fine Tuning GPT with the IMDb datasetβ’7 minutes
- From GPT to ChatGPT: Deep Reinforcement Learning, Proximal Policy Gradientsβ’7 minutes
- From GPT to ChatGPT: Reinforcement Learning from Human Feedback and Moderationβ’6 minutes
1 assignmentβ’Total 15 minutes
- Generative AI: GPT, ChatGPT, Transformers, Self-Attention Based Neural Networks - Assessmentβ’15 minutes
In this module, we will explore a range of OpenAI APIs, guiding you through the process of integrating and utilizing APIs such as chat completions, image generation, embeddings, and audio processing. You will also learn how to fine-tune GPT models for custom tasks and use moderation tools. Practical activities will give you hands-on experience in developing with OpenAIβs APIs, providing the skills necessary to build advanced applications using GPT and ChatGPT technologies.
What's included
10 videos1 assignment
10 videosβ’Total 82 minutes
- [Activity] The OpenAI Chat Completions APIβ’10 minutes
- [Activity] Using Functions in the OpenAI Chat Completion APIβ’8 minutes
- [Activity] The Images (DALL-E) API in OpenAIβ’4 minutes
- [Activity] The Embeddings API in OpenAI: Finding similarities between wordsβ’6 minutes
- [Activity] The Completions API in OpenAIβ’2 minutes
- The Legacy Fine-Tuning API for GPT Models in OpenAIβ’5 minutes
- [Demo] Fine-Tuning OpenAI's Davinci Model to simulate Data from Star Trekβ’18 minutes
- The New OpenAI Fine-Tuning API; Fine-Tuning GPT-3.5 to simulate Commander Data!β’21 minutes
- [Activity] The OpenAI Moderation APIβ’3 minutes
- [Activity] The OpenAI Audio API (speech to text)β’4 minutes
1 assignmentβ’Total 15 minutes
- The OpenAI API (Developing with GPT and ChatGPT) - Assessmentβ’15 minutes
In this module, we will dive into Retrieval Augmented Generation (RAG) and its advanced methods, focusing on improving generative outputs through retrieval-based techniques and fine-tuning strategies. You will explore key metrics like precision, recall, and relevancy, while engaging in hands-on activities using RAG and langchain to simulate data and create practical solutions. Additionally, we will explore the concept of LLM agents, building integrated systems such as chatbots with web search and math tools.
What's included
10 videos1 assignment
10 videosβ’Total 124 minutes
- Retrieval Augmented Generation (RAG): How it works, with some examplesβ’17 minutes
- Demo: Using Retrieval Augmented Generation (RAG) to simulate Data from Star Trekβ’19 minutes
- RAG Metrics: The RAG Triad, relevancy, recall, precision, accuracy, and moreβ’11 minutes
- [Activity] Evaluating our RAG-based Cdr. Data using RAGAS and langchainβ’19 minutes
- Advanced RAG: Pre-Retrieval; chunking; semantic chunking; data extractionβ’8 minutes
- Advanced RAG: Query Rewritingβ’4 minutes
- Advanced RAG: Prompt Compression, and More Tuning Opportunitiesβ’6 minutes
- [Activity] Simulating Cdr. Data with Advanced RAG and langchainβ’17 minutes
- LLM Agents and Swarms of Agentsβ’6 minutes
- [Activity] Building a Cdr. Data chatbot with LLM Agents, web search & math toolsβ’17 minutes
1 assignmentβ’Total 15 minutes
- Retrieval Augmented Generation (RAG), Advanced RAG, and LLM Agents - Assessmentβ’15 minutes
In this module, we will focus on your final project, where you'll apply your learning to classify mammogram images. The assignment will guide you through the process, from designing the model to evaluating the performance. In the final review, you'll assess your project and receive feedback to further refine your skills.
What's included
2 videos1 assignment
2 videosβ’Total 17 minutes
- Your Final Project Assignment: Mammogram Classificationβ’6 minutes
- Final Project Reviewβ’10 minutes
1 assignmentβ’Total 15 minutes
- Final Project - Assessmentβ’15 minutes
In this module, we will look at the exciting opportunities ahead of you. You'll get recommendations on valuable resources, including books and websites, to continue expanding your knowledge in data science. Additionally, weβll provide career advice to help you confidently step into the data science field and apply what you've learned to real-world projects and job prospects.
What's included
1 video1 reading2 assignments
1 videoβ’Total 3 minutes
- More to Exploreβ’3 minutes
1 readingβ’Total 10 minutes
- Conclusion to the Course 'Generative AI, LLMs, and Advanced Applications with Python'β’10 minutes
2 assignmentsβ’Total 75 minutes
- Full course assessmentβ’60 minutes
- Full course practice assessmentβ’15 minutes
Earn a career certificate
Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.
Instructor
Offered by
Explore more from Data Analysis
Course
- Status: Free Trial
Course
- Status: Free Trial
- Status: Free Trial
Course
Why people choose Coursera for their career
Frequently asked questions
Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.
If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. Youβll be able to submit assignments once the session starts.
Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. Youβll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.
More questions
Financial aid available,
