ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58,939 results

Stanford Algorithms
8   3   Deterministic Selection   Algorithm Advanced   Optional 17 min
16:57
8 3 Deterministic Selection Algorithm Advanced Optional 17 min

15,788 views

8 years ago

Khan Academy
Algorithms and selection | Intro to CS - Python | Khan Academy

What is an algorithm? Use algorithms to plan out your programs, and evaluate approaches to a problem based on correctness, ...

4:07
Algorithms and selection | Intro to CS - Python | Khan Academy

8,289 views

1 year ago

Learn with Whiteboard
All Major Feature Selection Methods in Machine Learning Explained

Learn basic understanding of each major feature selection algorithms. - Acquire practical insights into implementing these ...

11:32
All Major Feature Selection Methods in Machine Learning Explained

17,312 views

1 year ago

Chier Hu
Quicksort vs. RANDOMIZED-SELECT: Selecting the i-th Order Statistic

The RANDOMIZED-SELECT algorithm provides a way to find the i-th smallest element in an array. Let's walk through the ...

6:34
Quicksort vs. RANDOMIZED-SELECT: Selecting the i-th Order Statistic

349 views

1 year ago

Probability And Computing - IITM
Discrete Random Variables - Randomized Selection

... the k selection problem which is a generalization of the median problem, ah provided a very simple randomized algorithm ok.

17:10
Discrete Random Variables - Randomized Selection

5,365 views

7 years ago

HappyCoders
Selection Sort Algorithmus [Einfach erklärt, Deutsch]

In diesem Video zeige ich dir, wie "Selection Sort" funktioniert – und wie du seine Zeitkomplexität bestimmen kannst – ganz ohne ...

8:13
Selection Sort Algorithmus [Einfach erklärt, Deutsch]

13,864 views

5 years ago

mycodeschool
Selection sort algorithm

See complete series on sorting algorithms here: ...

10:18
Selection sort algorithm

1,332,066 views

12 years ago

StatQuest with Josh Starmer
Machine Learning Fundamentals: Cross Validation

One of the fundamental concepts in machine learning is Cross Validation. It's how we decide which machine learning method ...

6:05
Machine Learning Fundamentals: Cross Validation

1,375,842 views

7 years ago

Sebastian Raschka
13.0 Introduction to Feature Selection (L13: Feature Selection)

Sebastian's books: https://sebastianraschka.com/books/ This video gives a brief intro of how we care about dimensionality ...

16:10
13.0 Introduction to Feature Selection (L13: Feature Selection)

6,307 views

4 years ago

GeeksforGeeks
Introduction to Greedy Algorithms | GeeksforGeeks

Explanation for the article: http://www.geeksforgeeks.org/greedy-algorithms-set-1-activity-selection-problem/ This video is ...

5:32
Introduction to Greedy Algorithms | GeeksforGeeks

836,775 views

8 years ago

Computerphile
Sorting Secret - Computerphile

Two different sorting algorithms are actually the same. Professor Graham Hutton explains. Note from Professor Hutton: It's great to ...

9:45
Sorting Secret - Computerphile

234,963 views

9 years ago

Coding with Lewis
10 Sorting Algorithms Easily Explained

Every programmer has run into sorting algorithms at one point in their career. ‍ In today's video I am going to explain 10 ...

10:48
10 Sorting Algorithms Easily Explained

270,675 views

1 year ago

Audiopedia
Selection algorithm

In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list or array; such a number is ...

11:30
Selection algorithm

4,403 views

10 years ago

Michael Sambol
Quick sort in 4 minutes

Step by step instructions showing how to run quick sort. Code: https://github.com/msambol/dsa/blob/master/sort/quick_sort.py ...

4:24
Quick sort in 4 minutes

2,380,967 views

9 years ago

BigOCast
Selection Sort Algorithm

Selection sort is a comparison sorting algorithm with quadratic (n^2) time complexity. It's famous for its simplicity and as it's an ...

4:05
Selection Sort Algorithm

515 views

3 years ago

Gate Smashers
L-3.8: Selection Sort | Time Complexity(Best, Avg & Worst) Analysis | Stable or Not | Inplace or Not

In this video, Varun sir will break down Selection Sort in the simplest way possible! Understand how it works step-by-step, and ...

11:37
L-3.8: Selection Sort | Time Complexity(Best, Avg & Worst) Analysis | Stable or Not | Inplace or Not

758,232 views

5 years ago

Christopher Penn
You Ask, I Answer: Model and Algorithm Selection?

Katherine asks, "How do you know which is the right algorithm or model to choose for any given data set?" Subscribe to my ...

6:04
You Ask, I Answer: Model and Algorithm Selection?

5 views

3 years ago

Econolytics Edge
Forward Selection Algorithm in JMP

This video walks through the process of creating a validation column in JMP Pro and carrying out feature selection using the ...

7:07
Forward Selection Algorithm in JMP

501 views

3 years ago

khanacademymedicine
Clonal selection | Immune system physiology | NCLEX-RN | Khan Academy

Created by Patrick van Nieuwenhuizen. Watch the next lesson: ...

9:49
Clonal selection | Immune system physiology | NCLEX-RN | Khan Academy

312,631 views

11 years ago

codebasics
Selection Sort in python - Data Structures & Algorithms Tutorial Python #19

Selection sort is a simple algorithm for sorting, it gives o(n^2) BIG O complexity. In this video we will go over some theory behind ...

9:07
Selection Sort in python - Data Structures & Algorithms Tutorial Python #19

55,499 views

5 years ago