SOM for Cell Broadband Engine Petr Hafner (hafnep1@fel.cvut.cz) SOM - - PowerPoint PPT Presentation

som for cell broadband
SMART_READER_LITE
LIVE PREVIEW

SOM for Cell Broadband Engine Petr Hafner (hafnep1@fel.cvut.cz) SOM - - PowerPoint PPT Presentation

IBM - CVUT Student Research Projects SOM for Cell Broadband Engine Petr Hafner (hafnep1@fel.cvut.cz) SOM self organizing maps About Illustration a subtype of artificial neural networks unsupervised learning vector quantization


slide-1
SLIDE 1

SOM for Cell Broadband Engine

Petr Hafner (hafnep1@fel.cvut.cz)

IBM - CVUT Student Research Projects

slide-2
SLIDE 2

SOM – self organizing maps

About

  • a subtype of artificial

neural networks

  • unsupervised learning
  • vector quantization
  • first described by the

Finnish professor Teuvo Kohonen Illustration

IBM - CVUT Student Research Projects 2

slide-3
SLIDE 3

Application

  • Speech, audio, video … processing
  • Face identification system
  • Hand-writing text transcription
  • Searching similarities in an unknown

signals

  • Unknown noise reduction
  • Automatic sorting

IBM - CVUT Student Research Projects 3

slide-4
SLIDE 4

Principle

  • Randomize the map's nodes' weight vectors
  • Grab an input vector
  • Traverse each node in the map

– Use Euclidean distance formula to find similarity between the input vector and the map's node's weight vector – Track the node that produces the smallest distance (so-called Best Matching Unit – BMU)

  • Update the nodes in the neighbourhood of BMU

– Wv(t + 1) = Wv(t) + Θ(t)α(t)(D(t) - Wv(t))

IBM - CVUT Student Research Projects 4

slide-5
SLIDE 5

Goals of the project

  • To study the

architecture of the Cell Broadband Engine

  • To create effective

vector implementation

  • f the SOM on the

Cell

IBM - CVUT Student Research Projects 5

slide-6
SLIDE 6

What’s done?

  • Understanding and orientation in Cell

Broadband Engine architecture

IBM - CVUT Student Research Projects 6

slide-7
SLIDE 7

What is to be done?

  • Multithreaded solution
  • Vector multithreaded solution

IBM - CVUT Student Research Projects 7

slide-8
SLIDE 8

Thank you for your attention

IBM - CVUT Student Research Projects 8