Parallel Iterative Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Parallel Iterative Algorithm is a Parallel Algorithm that is an Iterative Algorithm. * <B>See:</B> Parallel Single-Run Algorithm, YARN Framework. ---- ----") |
m (Text replacement - "]]↵↵----↵" to "]]. ---- ") |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A [[Parallel Iterative Algorithm]] is a [[ | A [[Parallel Iterative Algorithm]] is a [[parallel algorithm]] that is an [[iterative algorithm]]. | ||
* <B> | * <B>Example(s):</B> | ||
** [[Parallel Neural Networks]]. | |||
** [[Parallel Linear Regression]]. | |||
** [[Parallel Logistic Regression]]. | |||
** [[Parallel K-means]]. | |||
** [[Parallel Deep Belief Networks]]. | |||
** … | |||
* <B>Counter-Example(s):</B> | |||
** a [[Parallel Single-Batch Algorithm]]. | |||
* <B>See:</B> [[YARN Framework]]. | |||
---- | ---- | ||
---- | ---- | ||
== References == | |||
=== 2014 === | |||
* https://github.com/jpatanooga/Metronome | |||
** [[Metronome]] is a suite of [[Parallel Iterative Algorithm|parallel iterative algorithm]]s that run natively on [[Hadoop's Next Generation YARN platform]]. | |||
** Algorithms | |||
*** [[Parallel Neural Networks]]. | |||
*** [[Parallel linear regression]]. | |||
*** [[Parallel logistic regression]]. | |||
*** [[Parallel K-means]]. | |||
*** [[Restricted Boltzmann Machines]]. | |||
*** [[Parallel Deep Belief Networks]]. | |||
---- | |||
__NOTOC__ | |||
[[Category:Concept]] |
Latest revision as of 03:50, 8 May 2024
A Parallel Iterative Algorithm is a parallel algorithm that is an iterative algorithm.
- Example(s):
- Counter-Example(s):
- See: YARN Framework.
References
2014
- https://github.com/jpatanooga/Metronome
- Metronome is a suite of parallel iterative algorithms that run natively on Hadoop's Next Generation YARN platform.
- Algorithms