You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2014/12/23 04:16:00 UTC

[Hama Wiki] Update of "StreamingGraphAndIncrementalLearning" by edwardyoon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "StreamingGraphAndIncrementalLearning" page has been changed by edwardyoon:
https://wiki.apache.org/hama/StreamingGraphAndIncrementalLearning

Comment:
Inital page creation.

New page:
The trend already began to drift towards focusing on real-time and streaming instead of batch. There are several models are proposed for solving the streaming graph and incremental learning problems, which requires the exchange of stream data over distributed and heterogeneous platforms such as Lambda, Push/Pull, Micro-batch.

In this page, I introduce the Baton Pass model for solving the streaming graph and incremental learning without any middleware layer, on top of BSP framework of Apache Hama project. This is achieved by pipelining streaming applications.

... writing.