Implementation of Locally Weighted Learning - PowerPoint PPT Presentation

1 / 8
About This Presentation
Title:

Implementation of Locally Weighted Learning

Description:

Layer i modulo k discriminates regarding dimension I. 2-d Tree: Points = tupel (x,y) ... Layer with odd number: every key = x every key x ... – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 9
Provided by: Jens70
Category:

less

Transcript and Presenter's Notes

Title: Implementation of Locally Weighted Learning


1
Implementation of Locally Weighted Learning
2
k-d Trees
  • Binary search tree
  • k of dimensions/attributes
  • of data points
  • Search for nearest neighbor in k-dimensional
    space
  • Used in Database systems
  • Very fast (distance computations less than n)

3
k-d Trees
  • Layer i modulo k discriminates regarding
    dimension I
  • 2-d Tree
  • Points tupel (x,y)
  • left son
    right son
  • Layer with odd number every key lt x
    every key gt x
  • Layer with even number every key lty
    every key gty

4
Insertion into k-d Tree
5
2-d Tree
6
2-d-Tree nearest neighbor search(shrinking range
query)
Best match for P(7/3).
7
2-d Tree nearest neighbor search
  • Only a few nodes need to be inspected
  • Problem, when Data is uniformly distributed

8
References
  • C.G.Atkeson, A.W.Moore, S.Schaal, Locally
    Weighted Learning, Artificial Intelligence
    Review, 1111-73, 1997
Write a Comment
User Comments (0)
About PowerShow.com