question

Louis-4194 avatar image
0 Votes"
Louis-4194 asked YutongTie-MSFT answered

What is the difference between online learning and offline learning

I am a new learner of machine learning and computer science, I wonder the difference between these two terms. I am confused on the concept, can someone answer this question?


azure-machine-learning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered

Hello,

Thanks for reaching out to us here. They are both machine learning methods for training. online machine learning is a method of machine learning in which data becomes available in a sequential order and is used to update the best predictor for future data at each step, as opposed to batch learning techniques which generate the best predictor by learning on the entire training data set at once.

Like, one more data coming in, the predictor moves once. This method is good for scenario like stock prediction, optimization...

Linear least square is a very good example to understand.
https://en.wikipedia.org/wiki/Linear_least_squares


For Machine Learning beginner, Machine Learning Designer is a very good point to start. You can try any algorithms to see the difference.
https://azure.microsoft.com/en-us/services/machine-learning/designer/

Please feel free to let us know if you have more questions.


Regards,
Yutong



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LeonLaude avatar image
0 Votes"
LeonLaude answered

Hi @Louis-4194,

Online learning normally means that your performing learning as the data comes in, while offline learning means that you use a static data.
Here's a great post about this:
https://stats.stackexchange.com/questions/897/online-vs-offline-learning


If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!


Best regards,
Leon

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.