Batch Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "** ..." to "** …") |
m (Text replacement - ". ---- " to ". ---- ") |
||
Line 9: | Line 9: | ||
** [[Online Learning Algorithm]]. | ** [[Online Learning Algorithm]]. | ||
* '''See:</B> [[Batch Processing]], [[Learning Algorithm]], [[Data Record Set]]. | * '''See:</B> [[Batch Processing]], [[Learning Algorithm]], [[Data Record Set]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 22:12, 16 June 2021
A Batch Learning Algorithm is a batch algorithm that can be implemented by a bath learning system to solve a batch learning task.
- …
- Example(s):
- Counter-Example(s):
- See: Batch Processing, Learning Algorithm, Data Record Set.
References
2017
- (Sammut & Webb, 2017) ⇒ (2017) Batch Learning. In: Sammut, C., Webb, G.I. (eds) Encyclopedia of Machine Learning and Data Mining. Springer, Boston,
- QUOTE: A batch learning algorithm accepts a single input that is a set or sequence of observations. The algorithm produces its model, and does no further learning. Batch learning stands in contrast to online learning.