Offline learning
{{short description|Training approach for learning algorithms}}
{{confuse|online and offline}}
Offline learning is a machine learning training approach in which a model is trained on a fixed dataset that is not updated during the learning process.{{Cite book |last=Bishop |first=Christopher M. |title=Pattern Recognition and Machine Learning |date=2006-08-17 |publisher=Springer |isbn=978-0-387-31073-2 |location=New York |language=English}} This dataset is collected beforehand, and the learning typically occurs in a batch mode (i.e., the model is updated using batches of data, rather than a single input-output pair at a time). Once the model is trained, it can make predictions on new, unseen data.
In online learning, only the set of possible elements is known, whereas in offline learning, the learner also knows the order in which they are presented.{{Cite journal|last1=Ben-David|first1=Shai|last2=Kushilevitz|first2=Eyal|last3=Mansour|first3=Yishay|date=1997-10-01|title=Online Learning versus Offline Learning|journal=Machine Learning|language=en|volume=29|issue=1|pages=45–63|doi=10.1023/A:1007465907571|issn=0885-6125|doi-access=free}}