Parallel Iterative Algorithm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "]]↵↵----↵" to "]]. ---- ") |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
** [[Parallel K-means]]. | ** [[Parallel K-means]]. | ||
** [[Parallel Deep Belief Networks]]. | ** [[Parallel Deep Belief Networks]]. | ||
** … | |||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[Parallel Single-Batch Algorithm]]. | ** a [[Parallel Single-Batch Algorithm]]. | ||
* <B>See:</B> [[YARN Framework]]. | * <B>See:</B> [[YARN Framework]]. | ||
---- | ---- | ||
---- | ---- | ||
==References== | |||
== References == | |||
=== 2014 === | === 2014 === | ||
* https://github.com/jpatanooga/Metronome | * https://github.com/jpatanooga/Metronome | ||
** [[Metronome]] is a suite of [[parallel iterative algorithm]]s that run natively on [[Hadoop's Next Generation YARN platform]]. | ** [[Metronome]] is a suite of [[Parallel Iterative Algorithm|parallel iterative algorithm]]s that run natively on [[Hadoop's Next Generation YARN platform]]. | ||
** Algorithms | ** Algorithms | ||
*** [[Parallel Neural Networks]] | *** [[Parallel Neural Networks]]. | ||
*** [[Parallel linear regression]] | *** [[Parallel linear regression]]. | ||
*** [[Parallel logistic regression]] | *** [[Parallel logistic regression]]. | ||
*** [[Parallel K-means]] | *** [[Parallel K-means]]. | ||
*** [[Restricted Boltzmann Machines]] | *** [[Restricted Boltzmann Machines]]. | ||
*** [[Parallel Deep Belief Networks]] | *** [[Parallel Deep Belief Networks]]. | ||
---- | ---- | ||
__NOTOC__ | __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