ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,751,837 results

Related queries

r tree

ball tree

segment tree

quadtree

b tree

knn

Computerphile
K-d Trees - Computerphile

One of the cleanest ways to cut down a search space when working out point proximity! Mike Pound explains K-Dimension Trees.

13:20
K-d Trees - Computerphile

260,379 views

3 years ago

Stable Sort
KD-Tree Nearest Neighbor Data Structure

KD-Tree is a data structure useful when organizing data by several criteria all at once. Consider an example where you have a set ...

6:39
KD-Tree Nearest Neighbor Data Structure

164,033 views

5 years ago

Victor Lavrenko
KD tree algorithm: how it works

http://bit.ly/k-NN] K-D trees allow us to quickly find approximate nearest neighbours in a (relatively) low-dimensional real-valued ...

3:08
KD tree algorithm: how it works

204,402 views

11 years ago

Mason Dixon
K-D Tree

In this video, I break down how K-D Trees (k-dimensional trees) work and help visualise how they organise and search ...

9:17
K-D Tree

1,192 views

6 months ago

Algokodabra
K-D Tree: build and search for the nearest neighbor

Build k-dimensional tree from a set of 2D points and use it to efficiently search for the nearest neighbor.

5:07
K-D Tree: build and search for the nearest neighbor

29,818 views

5 years ago

Victor Lavrenko
kNN.15 K-d tree algorithm

So let's talk about them in detail uh KD trees so uh suppose that this is our data set uh two-dimensional uh instances and what I ...

5:50
kNN.15 K-d tree algorithm

86,255 views

10 years ago

Niklas Lundström
KD-Trees and Range search

Explanation of how to build a KD-tree and how to use it for Range search Music: Colorful Spots (Ukulele/Guitar Background ...

4:20
KD-Trees and Range search

67,224 views

9 years ago

Niema Moshiri
Advanced Data Structures: K-D Trees

A KD tree or k dimensional tree is a k dimensional extension of a binary search tree so what does this mean well first of all it ...

8:47
Advanced Data Structures: K-D Trees

47,907 views

5 years ago

Mark Lewis
kD-Trees

In this video we motivate and describe the basics of kD-trees. This video is part of a series of learning support material for ...

6:55
kD-Trees

21,250 views

12 years ago

AlgoStalk
🔍 KD-Tree & Ball-Tree for Faster Predictions! | Understand the concept with K Nearest Neighbour

Welcome to another exciting episode of AlgoStalk! 🕵️‍♂️ Today, we're cracking the case of K-Nearest Neighbors (KNN) ...

22:47
🔍 KD-Tree & Ball-Tree for Faster Predictions! | Understand the concept with K Nearest Neighbour

1,979 views

9 months ago

Tsoding
K-d Tree in Python #1 — NNS Problem and Parsing SVG

Music: http://www.bensound.com/ Source code and SVG file: https://github.com/tsoding/kdtree-in-python.

11:31
K-d Tree in Python #1 — NNS Problem and Parsing SVG

41,201 views

8 years ago

Brewing a cup of data
Tutorial 5: K-NN Part 7  KD-Trees

In this video we see and example to understand how to find the nearest neighbor using the KD-Tree built in the previous video.

8:07
Tutorial 5: K-NN Part 7 KD-Trees

11,672 views

5 years ago

cs225uiuc
mp6 - kdtree : 2D example

I did this sucker in one take.

4:04
mp6 - kdtree : 2D example

54,765 views

15 years ago

Josue Contreras (Josu)
KD Tree : Advanced Data Structure Java Implementation

K-D trees are a simple and efficient space partitioning data structure. This tree structure is widely used in numerous applications ...

10:00
KD Tree : Advanced Data Structure Java Implementation

1,231 views

5 years ago

Shockwave
2D k-d tree demo

A visualization of my 2D k-d tree data structure. Programmed in C++. OpenGL library was used to create the visualizations. Further ...

2:35
2D k-d tree demo

338 views

3 years ago

DIVVELA SRINIVASA RAO
K-D TREE | K-DIMENSIONAL TREE | APPLICATIONS OF K-D TREE | EXAMPLES ON 2-D TREE | 2-D TREE |

This video contains a description about 1. Introduction to K-D tree or K-Dimensional Tree. 2. Applications of K-D tree 3. Example ...

21:54
K-D TREE | K-DIMENSIONAL TREE | APPLICATIONS OF K-D TREE | EXAMPLES ON 2-D TREE | 2-D TREE |

30,146 views

5 years ago

Brewing a cup of data
Tutorial 5: K-NN: Part 5 KD Trees

In this video we introduce the KD-Tree data structure, to speed up the nearest neighbor search. In particular, I explain the structure ...

10:14
Tutorial 5: K-NN: Part 5 KD Trees

4,392 views

5 years ago

Justin Murray
KD Tree Generation and Visualization in Vulkan
2:18
KD Tree Generation and Visualization in Vulkan

60 views

2 years ago

Fabrizio Tonietti
Space Partitioning - KD Tree
1:46
Space Partitioning - KD Tree

204 views

7 years ago

NPTEL - Special Lecture Series
Range Searching (KD Tree)

... to how to build the KD tree I will find the median x-coordinate divided into two and recursively build the KD t for two set of points.

1:01:13
Range Searching (KD Tree)

5,512 views

6 years ago

Josh Hug
Multidimensional Data, Video 8 - k-d tree nearest PseudoCode
2:35
Multidimensional Data, Video 8 - k-d tree nearest PseudoCode

10,777 views

6 years ago

DitzelGames
Unity Trick: Find closest Object fast! (k-d Tree)

Here is a k-d Tree implementation for Unity: https://gist.github.com/ditzel/194ec800053ce7083b73faa1be9101b0 The k-d tree is a ...

4:36
Unity Trick: Find closest Object fast! (k-d Tree)

60,922 views

7 years ago

D Anitha
kd tree deletion  examples
18:20
kd tree deletion examples

3,901 views

4 years ago

Tsoding
K-d Tree in Python #2 — Build the Tree

Source code and SVG files: https://github.com/tsoding/kdtree-in-python Music: - http://www.bensound.com/ - Alexey Kutepov.

8:22
K-d Tree in Python #2 — Build the Tree

25,180 views

8 years ago