ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

90,902 results

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 1: Intro to Dynamic Programming

In the first video in this series on dynamic programming, we cover all the core theory of dynamic programming: what it is, how to ...

1:34:52
Dynamic Programming Part 1: Intro to Dynamic Programming

3,712 views

6 years ago

Abhishek Gupta
Lec 34: Approximate Dynamic Programming for Large Horizons, Model Predictive Control & many more

In this lecture on Nonlinear Programming, we take a deep dive into Approximate Dynamic Programming for large horizons.

52:28
Lec 34: Approximate Dynamic Programming for Large Horizons, Model Predictive Control & many more

260 views

4 years ago

Coding with Minmer
Meta asks Dynamic Programming Questions??

Contrary to what one may think, Meta DOES ask DP questions in their interviews. Would you pass? Watch Minh try. Timestamps: ...

40:59
Meta asks Dynamic Programming Questions??

4,422 views

7 months ago

Abhishek Gupta
Lec 28: Dynamic Optimization, Closed-Loop and Open-Loop Policies, and Pontryagin Minimum Principle

In this lecture on Nonlinear Programming, we delve into the world of Dynamic Optimization problems, exploring the concepts of ...

56:34
Lec 28: Dynamic Optimization, Closed-Loop and Open-Loop Policies, and Pontryagin Minimum Principle

352 views

4 years ago

Abhishek Gupta
Lecture 33: Fundamentals of Approximate Dynamic Programming

In this lecture on Nonlinear Programming, we delve into the fundamentals of Approximate Dynamic Programming. We begin by ...

51:43
Lecture 33: Fundamentals of Approximate Dynamic Programming

405 views

4 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 2: Basic Problem Solving

We deepen our understanding of dynamic programming by looking at some basic problems, including one that has two ...

1:12:01
Dynamic Programming Part 2: Basic Problem Solving

2,013 views

6 years ago

Paderborn University - Department LEA
Lecture 03: Dynamic Programming

Third lecture video on the course "Reinforcement Learning" at Paderborn University during the summer term 2020. Source files ...

1:22:30
Lecture 03: Dynamic Programming

1,162 views

5 years ago

Himanshu Kaushik | DigiiMento GATE, NET, CSE Prep
01 Introduction to Dynamic Programming

These videos are helpful for the following Examinations - GATE Computer Science, GATE Electronics and Communication, NTA ...

22:42
01 Introduction to Dynamic Programming

20,464 views

9 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 7: Subtle Issues In Choosing Top-Down or Bottom-Up

We look at how top-down and bottom-up methods may end up having different time complexities because of implementation ...

1:26:36
Dynamic Programming Part 7: Subtle Issues In Choosing Top-Down or Bottom-Up

418 views

6 years ago

Max Hailperin
Developing a Java Dynamic Programming Solution for Longest Common Subsequence

This video demonstrates how to systematically construct a dynamic programming solution to the Longest Common Subsequence ...

40:36
Developing a Java Dynamic Programming Solution for Longest Common Subsequence

6,588 views

10 years ago

Abhishek Gupta
ECE 5500 Lec 29: Differential dynamic programming, optimization of singularly perturbed system

Perfect so this is uh uh an important algorithm for approximate dynamic programming the next algorithm that I want to talk about is ...

57:02
ECE 5500 Lec 29: Differential dynamic programming, optimization of singularly perturbed system

150 views

2 months ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 3: Representing State

We discuss extensively the concept of "state" or "history", the notion that a DP recurrence needs to capture as function parameters ...

2:30:12
Dynamic Programming Part 3: Representing State

2,500 views

6 years ago

Nando de Freitas
Deep Learning Lecture 16: Reinforcement learning and neuro-dynamic programming

Slides available at: https://www.cs.ox.ac.uk/people/nando.defreitas/machinelearning/ Course taught in 2015 at the University of ...

56:04
Deep Learning Lecture 16: Reinforcement learning and neuro-dynamic programming

121,538 views

10 years ago

Top Notch Nerds
Traveling Salesman (TSP) Made Easy! with Dynamic Programming (DP) Held-Karp + SOLVED Example ✅

CS2 class - Algorithms Traveling Salesman Problem with Dynamic Programming! Master TSP Optimization! In this video, we ...

29:11
Traveling Salesman (TSP) Made Easy! with Dynamic Programming (DP) Held-Karp + SOLVED Example ✅

227 views

8 months ago

Paderborn University - Department LEA
Dynamic Programming (Lecture 03,  Summer 2023)

Third lecture video on the course "Reinforcement Learning" at Paderborn University during the summer term 2023. Source files ...

1:36:52
Dynamic Programming (Lecture 03, Summer 2023)

1,174 views

2 years ago

Jukuinc
Lec 13 | MIT 6.00 Introduction to Computer Science and Programming | Dynamic programming

Juku.org | Help us change Learning forever. Lecture Description: Dynamic programming: overlapping subproblems, optimal ...

48:56
Lec 13 | MIT 6.00 Introduction to Computer Science and Programming | Dynamic programming

664 views

14 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 8: Easy Problem Solving

This video discusses the first two ("easy") problems of the following problem set, which you should review first: ...

30:59
Dynamic Programming Part 8: Easy Problem Solving

289 views

5 years ago

CS Talks
11. Dynamic Programming I

ADUni Algorithms View the complete course: http://www.aduni.org/courses/algorithms Instructor: Shai Simonson License: Creative ...

1:27:46
11. Dynamic Programming I

6 views

8 years ago

CS Talks
12. Dynamic programming II

ADUni Algorithms View the complete course: http://www.aduni.org/courses/algorithms Instructor: Shai Simonson License: Creative ...

1:21:35
12. Dynamic programming II

6 views

8 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 4: The Knapsack Problem

In this video, I discuss the knapsack problem and show some other variations of it. This is Dynamic Programming: The Knapsack ...

1:24:23
Dynamic Programming Part 4: The Knapsack Problem

931 views

6 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 6: Tree Problems Involving DP

We look at some dynamic programming problems involving trees. In one problem, the DP function variable is a node (rather than ...

1:29:49
Dynamic Programming Part 6: Tree Problems Involving DP

2,039 views

6 years ago

Hack Code
LeetCode 322. Coin Change 💰 | BruteForce to Dynamic Programming Approaches Explained with Basics!  🚀

Welcome back to Hack Code! In this video, we'll walk through an important problem for coding interviews: Coin Change from ...

20:09
LeetCode 322. Coin Change 💰 | BruteForce to Dynamic Programming Approaches Explained with Basics! 🚀

184 views

1 year ago

ExamBytes
Competitive Coding : Dynamic Programming:(1-Dimensional):  Lecture 1: Fibonacci Series

Competitive Coding Dynamic Programming Generating Fibonacci series using recursion Generating Fibonacci series using ...

21:49
Competitive Coding : Dynamic Programming:(1-Dimensional): Lecture 1: Fibonacci Series

293 views

5 years ago

Mechpro classes
Introduction To Dynamic Programming | Bellman's Principle of optimality | Operations Research |

In this video session we have learnt the basic concepts behind dynamic programming, how it differs from Linear programming, ...

1:07:00
Introduction To Dynamic Programming | Bellman's Principle of optimality | Operations Research |

845 views

5 years ago

@geekdenz
Competitive and Dynamic Programming with TypeScript and TwoSum

Want to learn TypeScript, Dynamic Programming, Test Driven Development, Big O Notation, Mocha, NPM and Competitive ...

31:56
Competitive and Dynamic Programming with TypeScript and TwoSum

333 views

5 years ago