Changes between Version 4 and Version 5 of PDAD


Ignore:
Timestamp:
Nov 29, 2009, 11:30:55 PM (14 years ago)
Author:
cristina.basescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAD

    v4 v5  
    2020
    2121== Proposed Data Analysis Applications ==
    22  * '''Image filters and metadata processing''' - this is a scenario where people upload pictures on an website and want to apply a filter (such as blurr, sharpen, emboss etc) on them, while the company would like to make statistics regarding the pictures' metadata, such as camera type, shutter speed, ambient light levels, whether the flash was used, etc. This is a typical map-reduce application, especially for the metadata phase: map jobs extract the necessary metadata information and group it, for example, by producer, and the reduce jobs count the number of occurences. For the filter phase, the map job applies the filter, while the reduce job is an idempotent one.[[BR]]
    23 // ''TODO'': find source for downloading data
     22 * '''Image filters and metadata processing''' - this is a scenario where people upload pictures on an website and want to apply a filter (such as blurr, sharpen, emboss etc) on them, while the company would like to make statistics regarding the pictures' metadata, such as camera type, shutter speed, ambient light levels, whether the flash was used, etc. This is a typical map-reduce application, especially for the metadata phase: map jobs extract the necessary metadata information and group it, for example, by producer, and the reduce jobs count the number of occurences. For the filter phase, the map job applies the filter, while the reduce job is an idempotent one.
     23   * // ''TODO'': find source for downloading data
    2424
    25  * '''Inverted-index for e-mails'''[[BR]]
    26 // ''TODO'' Add description
     25 * '''Inverted-index for e-mails'''
     26   * // ''TODO'' Add description
    2727
    28  * '''Semantic web - Reccomendation system'''[[BR]]
    29 // ''TODO'' Add description
     28 * '''Semantic web - Reccomendation system'''
     29   * // ''TODO'' Add description
    3030
     31 * '''Weather Analysis'''
     32   * Issue - what could we analyse more precisely?
     33   * // ''TODO'' Complete description
     34