Iterative Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "** ..." to "** …") |
m (Text replacement - ". ----" to ". ----") |
||
Line 9: | Line 9: | ||
** [[C4.5 Algorithm]]. | ** [[C4.5 Algorithm]]. | ||
* <B>See:</B> [[Online Learning Algorithm]], [[Evolutionary Learning Algorithm]], [[Iterative Supervised Classification Algorithm]]. | * <B>See:</B> [[Online Learning Algorithm]], [[Evolutionary Learning Algorithm]], [[Iterative Supervised Classification Algorithm]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 18:39, 17 September 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.