lec 2
lec 2
Offline Machine
Learning
Examples
Image Recognition: Training models on large image
datasets for tasks like facial recognition or object detection.
Natural Language Processing (NLP): Developing
models for sentiment analysis or language translation
based on static corpuses of text.
Medical Diagnosis: Creating models to predict diseases
using comprehensive patient data.
What is Online Machine
Learning?
• Online machine learning is a method of machine
learning where the model continuously updates and
evolves as it is exposed to new data. Unlike
traditional machine learning methods that require
retraining on the entire dataset, online machine
learning models adapt and learn from each new data
point they receive. This makes them particularly
useful in situations where data is continuously
generated and the model needs to adapt to changing
patterns in real-time.
What is Online Machine
Learning?
• When we talk of online learning, we refer to instances
where learning occurs as the data becomes available.
Alternatively, we also mean learning by considering
one observation at a time. In this case, the model
parameters get updated each time it receives a new
observation.