Difference between revisions of "SLEEPy"
(→Intro) |
(→Canadian National Tornado Database: Verified Events (1980-2009)) |
||
Line 1: | Line 1: | ||
{{GPU621/DPS921 Index | 20161}} | {{GPU621/DPS921 Index | 20161}} | ||
− | = | + | = Intel Data Analytics Acceleration Library (DAAL) = |
== Team Member == | == Team Member == | ||
− | # [mailto:lvchuong@senecacollege.ca?subject=dps921 Luong Chuong] | + | # [mailto:lvchuong@senecacollege.ca?subject=dps921 Luong Chuong] |
− | # [mailto:jsiu3@senecacollege.ca?subject=dps921 Jacky Siu] | + | # [mailto:jsiu3@senecacollege.ca?subject=dps921 Jacky Siu] |
− | # [mailto:wdelhia@senecacollege.ca?subject=dps921 Woodson Delhia] | + | # [mailto:wdelhia@senecacollege.ca?subject=dps921 Woodson Delhia] |
− | == Intro == | + | == Intro OLD == |
Local DAAL Examples Location: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\daal\examples | Local DAAL Examples Location: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\daal\examples | ||
Line 19: | Line 19: | ||
Our goal is to parse & process this crime data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them via the DAAL library. | Our goal is to parse & process this crime data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them via the DAAL library. | ||
− | == | + | == Introduction == |
− | + | ||
− | + | == Parallel == | |
− | + | ||
− | + | == Code Examples == | |
+ | === Batch Sorting === | ||
== Useful Link == | == Useful Link == | ||
# https://software.intel.com/en-us/daal | # https://software.intel.com/en-us/daal | ||
− | |||
− |
Revision as of 16:58, 10 April 2016
GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary
Contents
Intel Data Analytics Acceleration Library (DAAL)
Team Member
Intro OLD
Local DAAL Examples Location: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\daal\examples
Data: http://open.canada.ca/data/en/dataset/cad804cd-454e-4bd7-9f22-fcee64f60719
New Data: http://open.canada.ca/data/en/dataset/be3880f2-0d04-4583-8265-611b231ebce8
Parser code: https://software.intel.com/en-us/node/610127
Low Order Moments: https://software.intel.com/en-us/node/599561
Our goal is to parse & process this crime data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them via the DAAL library.