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. ---- ----") |
No edit summary |
||
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]]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__ |
Revision as of 01:44, 12 January 2015
A Parallel Iterative Algorithm is a parallel algorithm that is an iterative algorithm.
- Example(s):
- Counter-Example(s):
- See: YARN Framework.