From the course: Python for AI Projects: From Data Exploration to Impact
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Data exploration - Python Tutorial
From the course: Python for AI Projects: From Data Exploration to Impact
Data exploration
- [Instructor] As we move into building our AI-powered application, our approach to data exploration starts to shift. In traditional machine learning, data exploration is mostly about preparing training data sets, understanding distributions, cleaning inputs, and building features to train a model. But in AI workflows, especially when working with retrieval-augmented generation and LLMs, exploration becomes more about identifying the right information to feed into the model at inference time. In other words, when the user is actually interacting with our system. We'll begin by exploring what documents we could use to support a retrieval component. These might include the site location descriptions from the Explore California website, rich with details about each destination. We also have the tour product information containing which locations are included in each tour, the length of the tour, and various other…
Contents
-
-
-
-
-
-
(Locked)
Data exploration2m 18s
-
(Locked)
Setting up your Coding Environment3m 35s
-
(Locked)
Setting up LLMs4m 50s
-
(Locked)
Deploy AI Web Apps using Streamlit4m 8s
-
(Locked)
Run an AI Chatbot from Explore California Dataset3m 14s
-
(Locked)
Improving GenAI performance3m 47s
-
(Locked)
Bringing It All Together: Improving your Chatbot with ML9m 31s
-
(Locked)
-