Iterative Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]]. * <B>Counter-Example" to "]]. ** ... * <B>Counter-Example") |
m (Text replacement - "** ..." to "** …") |
||
Line 5: | Line 5: | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** an [[AdaBoost Algorithm]]. | ** an [[AdaBoost Algorithm]]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** [[C4.5 Algorithm]]. | ** [[C4.5 Algorithm]]. |
Revision as of 22:31, 1 March 2021
An Iterative Learning Algorithm is a learning algorithm that is an iterative algorithm and can be implemented into an iterative learning system (to solve an iterative learning task).
- Context:
- It can range from being an Iterative Classification Algorithm to being an Iterative Ranking Algorithm to being an Iterative Estimation Algorithm.
- It can range from being an Iterative Supervised Algorithm to being an Iterative Unsupervised Learning Algorithm (such as an Iterative Clustering Algorithm).
- Example(s):
- an AdaBoost Algorithm.
- …
- Counter-Example(s):
- See: Online Learning Algorithm, Evolutionary Learning Algorithm, Iterative Supervised Classification Algorithm.