Batch Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". * ... * <B>Counter" to ". ** ... * <B>Counter") |
m (Text replacement - "** ..." to "** …") |
||
Line 1: | Line 1: | ||
A [[Batch Learning Algorithm]] is a [[batch algorithm]] that can be implemented by a [[bath learning system]] to solve a [[batch learning task]]. | A [[Batch Learning Algorithm]] is a [[batch algorithm]] that can be implemented by a [[bath learning system]] to solve a [[batch learning task]]. | ||
** | ** … | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** a [[C4.5 Learning Algorithm]]. | ** a [[C4.5 Learning Algorithm]]. | ||
** a [[Random Forests Learning Algorithm]]. | ** a [[Random Forests Learning Algorithm]]. | ||
** a [[SVM-based Learning Algorithm]]. | ** a [[SVM-based Learning Algorithm]]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** [[Online Learning Algorithm]]. | ** [[Online Learning Algorithm]]. |
Revision as of 23:47, 26 February 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.