From the course: Python for AI Projects: From Data Exploration to Impact
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Model fitting - Python Tutorial
From the course: Python for AI Projects: From Data Exploration to Impact
Model fitting
- [Instructor] Let's talk about model fitting, the core step where a machine learning model actually learns from data. In traditional NLP pipelines and other supervised learning tasks, this means training a model to map inputs to outputs using labeled examples and optimization algorithms. But with LLMs, most of the learning happens upstream long before we ever interact with the model. These models are typically trained on massive collections of text using self-supervised learning, a technique where the model learns by predicting parts of the text from other parts, such as filling in missing words or generating the next sentence. Through this process, the model absorbs language structure, world knowledge, and reasoning patterns, all without requiring manually labeled data. This phase is known as pre-training, and it can involve trillions of tokens and billions of parameters, requiring enormous computational resources.…
Contents
-
-
-
-
(Locked)
Data exploration4m 48s
-
Training data pipeline4m 49s
-
(Locked)
Turning Raw Text into Business Insights with Python and NLP8m 34s
-
(Locked)
Model fitting7m 9s
-
(Locked)
Building Smarter Search: From Keywords to Semantic AI2m 33s
-
(Locked)
Model metrics10m 41s
-
(Locked)
From Search to Answers: Building AI Knowledge Solutions5m 21s
-
(Locked)
-
-
-