Parallel Iterative Algorithm: Difference between revisions

From GM-RKB
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 [[Parallel Algorithm]] that is an [[Iterative Algorithm]].
A [[Parallel Iterative Algorithm]] is a [[parallel algorithm]] that is an [[iterative algorithm]].
* <B>See:</B> [[Parallel Single-Run Algorithm]], [[YARN Framework]].
* <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