ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103,735 results

Tom S
The Art of Linear Programming

A visual-heavy introduction to Linear Programming including basic definitions, solution via the Simplex method, the principle of ...

18:56
The Art of Linear Programming

896,346 views

2 years ago

MIT OpenCourseWare
24. Linear Programming and Two-Person Games

MIT 18.065 Matrix Methods in Data Analysis, Signal Processing, and Machine Learning, Spring 2018 Instructor: Gilbert Strang ...

53:34
24. Linear Programming and Two-Person Games

81,337 views

6 years ago

CS50
Optimization - Lecture 3 - CS50's Introduction to Artificial Intelligence with Python 2020

... 00:29:43 - Simulated Annealing 00:40:43 - Linear Programming 00:51:03 - Constraint Satisfaction 00:59:17 - Node Consistency ...

1:44:45
Optimization - Lecture 3 - CS50's Introduction to Artificial Intelligence with Python 2020

165,941 views

2 years ago

MIT OpenCourseWare
15. Linear Programming: LP, reductions, Simplex

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:22:27
15. Linear Programming: LP, reductions, Simplex

228,223 views

9 years ago

Joshua Emmanuel
Intro to Simplex Method | Solve LP | Simplex Tableau

This video shows how to solve a basic maximization LP using simplex tableau. 00:00 Standard form 00:32 Basic and non-basic ...

12:40
Intro to Simplex Method | Solve LP | Simplex Tableau

836,550 views

3 years ago

OptWhiz
What in the world is a linear program?

The most fundamental topic in optimization is linear programming, which is where the objective and the constraints are linear ...

12:19
What in the world is a linear program?

9,685 views

3 years ago

Joshua Emmanuel
Transportation Problem - LP Formulation

An introduction to the basic transportation problem and its linear programming formulation: The Assignment Problem: ...

6:41
Transportation Problem - LP Formulation

594,337 views

10 years ago

Joshua Emmanuel
Linear Programming 1: Maximization -Extreme/Corner Points (LP)

This video explains the components of a linear programming model and shows how to solve a basic linear programming problem ...

5:43
Linear Programming 1: Maximization -Extreme/Corner Points (LP)

1,163,933 views

10 years ago

Coding Perspective
Linear Programming - Optimization in Python with Gurobi (Part 2)

In this video, we introduce Linear Programming (LP) and show how to implement it in Python by using gurobipy. This video series ...

7:37
Linear Programming - Optimization in Python with Gurobi (Part 2)

22,518 views

5 years ago

Data-Based Optimization
Optimization using Python and PuLP #shorts  #education #python #optimization  #coding

In this video you will learn about linear programs and how to solve them using python and pulp. For further information on PuLP, ...

0:45
Optimization using Python and PuLP #shorts #education #python #optimization #coding

403 views

1 year ago

Joshua Emmanuel
Solve Linear Program problem in Excel (Solver)

This video shows how to solve a linear programming problem using Excel's Solver add-in. 00:00 Installing Solver 00:41 Setting up ...

5:22
Solve Linear Program problem in Excel (Solver)

316,402 views

4 years ago

Optym
Linear & Mixed Integer Programming

Travel to 1941 and meet Dr. George Dantzig, the Father of Optimization, whose work during World War II led to the creation of ...

4:38
Linear & Mixed Integer Programming

3,101 views

2 years ago

IIT Madras - B.S. Degree Programme
Operations Research: Linear Programming and Duality in Spreadsheets and Python

"1. Operations Research 2. Linear Programming 3. Duality 4. Excel Implementation 5. Python Implementation 6.

43:33
Operations Research: Linear Programming and Duality in Spreadsheets and Python

13,026 views

4 years ago

Joshua Emmanuel
Integer Linear Programming - Binary (0-1) Variables 1, Fixed Cost

This video shows how to formulate integer linear programming (ILP) models involving Binary or 0-1 variables.

6:00
Integer Linear Programming - Binary (0-1) Variables 1, Fixed Cost

303,343 views

9 years ago

Joshua Emmanuel
LP Graphical Method (Multiple/Alternative Optimal Solutions)

This video shows how to solve the following linear programming problem (involving multiple/alternative solutions) using graphical ...

5:27
LP Graphical Method (Multiple/Alternative Optimal Solutions)

335,346 views

7 years ago

Algorithms Lab
Linear Programming: Introduction and Examples

An introduction to linear programming, largely consisting of examples. It follows the book "Understanding and Using Linear ...

40:56
Linear Programming: Introduction and Examples

2,362 views

2 years ago

StudySession
Spline Interpolation In Python (Linear, Quadratic, Cubic, etc…) | Numerical Methods

Welcome to our YouTube tutorial on "Spline Interpolation in Python!" In this video, we'll explore various types of spline ...

8:02
Spline Interpolation In Python (Linear, Quadratic, Cubic, etc…) | Numerical Methods

20,857 views

2 years ago

Udacity
Linear Programming

This video is part of the Udacity course "Reinforcement Learning". Watch the full course at https://www.udacity.com/course/ud600.

4:20
Linear Programming

2,722 views

10 years ago

Coding Perspective
Linear Programming - Optimization in Python with CPLEX (Part 2)

In this video, we introduce Linear Programming (LP) and show how to implement it in Python by using docplex. This video series ...

8:14
Linear Programming - Optimization in Python with CPLEX (Part 2)

16,065 views

4 years ago

Coding Perspective
Mixed Integer Linear Programming - Optimization in Python with Gurobi (Part 3)

In this video, we introduce Mixed Integer Linear Programming (MILP) and show how to implement it in Python by using gurobipy.

9:48
Mixed Integer Linear Programming - Optimization in Python with Gurobi (Part 3)

17,020 views

5 years ago

IIT KANPUR-NPTEL
noc18-ee31-Lec 48 | Applied Optimization | Linear Program  and its Application | IIT Kanpur

Want to learn Machine Learning, Quantum Computing with PYTHON? Check out our program!

32:14
noc18-ee31-Lec 48 | Applied Optimization | Linear Program and its Application | IIT Kanpur

2,656 views

7 years ago

Joshua Emmanuel
Linear Programming 2: Graphical Solution - Minimization Problem

This video shows how to solve a minimization LP model graphically using the objective function line method. ~~~~~~~~~~~ The ...

4:48
Linear Programming 2: Graphical Solution - Minimization Problem

667,810 views

10 years ago

The Programmers Realm
Python Basics: VARIABLES in Under a Minute! 🐍

Today, we're diving into Python variables and mastering them in under a minute. ✨ Variables are the building blocks of any ...

0:29
Python Basics: VARIABLES in Under a Minute! 🐍

115,027 views

1 year ago

Sai Code Labs
Coding Supervised Learning! - Linear Regression

In this video, I will code a basic linear regression AI Model. #artificialintelligence #ai.

0:36
Coding Supervised Learning! - Linear Regression

139 views

2 years ago

Sebastian Raschka
4.9 NumPy Linear Algebra Basics (L04: Scientific Computing in Python)

Sebastian's books: https://sebastianraschka.com/books/ At its core, NumPy is an array library that implements tensors (including ...

11:47
4.9 NumPy Linear Algebra Basics (L04: Scientific Computing in Python)

7,085 views

5 years ago