Online learning is effective for large volumes of data streams, allowing simultaneous training and prediction without distinct phases. Unlike batch learning, where a complete dataset is used for training before making predictions, online learning utilizes the same input for both purposes. The document also mentions the Online Perceptron Algorithm as a method within this learning framework.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views5 pages
Online Learning
Online learning is effective for large volumes of data streams, allowing simultaneous training and prediction without distinct phases. Unlike batch learning, where a complete dataset is used for training before making predictions, online learning utilizes the same input for both purposes. The document also mentions the Online Perceptron Algorithm as a method within this learning framework.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5
ONLINE LEARNING
• When there is large volume of data streams – Online
Learning is suitable Batch Learning Vs Online Learning • In batch learning, the learner first receives a batch of training examples, uses the training set to learn a hypothesis. • And only when learning is completed uses the learned hypothesis for predicting the label of new examples.
• In contrast, in online learning there is no separation
between a training phase and a prediction phase
• The same input is used as both testing and training
example. First time for testing and then for training Online Perceptron Algorithm