Changes

Jump to: navigation, search

GPU621/Intel DAAL

129 bytes added, 12:37, 7 December 2022
Intel DAAL
[[File:alow6.jpg]]
The '''data management''' part of the system is critical to the overall structure, since data must be formatted in such a way that the algorithmic functions will be able to operate on them swiftly and efficiently. This section is the part of the system which deals in extracting long csv files and putting the data in models where they can be accessed by the algorithms. Additionally, this part of the system handles the data in such a way that even if parts of data are missing the algorithmic section will still be able to understand.The following image is an example of how data management structures data, by putting it within a "data set": [[File:alow9.jpg]]
The '''algorithmic portion''' of the library supports three different methods of computing. These are in turn batch processing, online processing and distributed processing, which will be discussed later. To optimize performance the intel DAAL library takes and uses algorithms from the Math Kernel Library as well as the Intel Integrated Performance Primitives.
42
edits

Navigation menu