Open main menu

CDOT Wiki β

Changes

SLEEPy

297 bytes added, 18:59, 10 April 2016
Intel Data Analytics Acceleration Library (DAAL)
* Optimized for all kinds of Intel based devices (from data center to home computers)
DAAL supports offline3 processing modes* Offline Processing (Batch) - Data can fit in memory, data can be processed all at once.* Online Processing (Streaming) - Data is too big for memory, online DAAL processes the data in chunks and distributed combine the partial results for the final result.* Distributed processing - Distributes data processing. DAAL has not bound the communication method and leaves it to the developer (Hadoop, Spark, MPI etc).
DAAL works with different BIG Data frameworks:
* Hadoop
* Spark
* MPI
1
edit