Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This sections shows how general used ML algorithms are implemented with the iteration API

Synchronized Offline Training with Bounded Iteration




Implementation Plan

Logically all the iteration types would support both BATCH and STREAM execution mode. However, according to the algorithms' requirements, we would implement 

...