ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

109,856 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

870,745 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

80,176 views

6 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

225,758 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

787,733 views

3 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

159,722 views

2 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,609 views

3 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,146,614 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,135 views

4 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

12,986 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

585,837 views

10 years ago

Rafael Silva Pinto
Optimization with Python: all you need for LP-MILP-NLP-MINLP

In this course you will learn what is necessary to solve problems applying: Linear Programming (LP) Mixed-Integer Linear ...

3:42
Optimization with Python: all you need for LP-MILP-NLP-MINLP

2,024 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

300,225 views

9 years 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)

301,595 views

3 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

336 views

1 year 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,717 views

10 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,138 views

2 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)

15,931 views

4 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)

326,526 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

656,275 views

10 years ago

Joshua Emmanuel
Initial Simplex Tableau setup | Artificial Variables, Slack, Surplus | Iteration 0

This video shows how to set up the initial Simplex Tableau for a linear programming problem. 00:00 Intro 00:12 Example 1 (Slack ...

8:27
Initial Simplex Tableau setup | Artificial Variables, Slack, Surplus | Iteration 0

55,043 views

2 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)

16,833 views

4 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,638 views

7 years ago

Python Simplified
Linear Regression Algorithm with Code Examples - ML for Beginners!

Hi Everyone, today we will learn about one of my favorite Machine Learning algorithms - Linear Regression! We will use it to ...

10:13
Linear Regression Algorithm with Code Examples - ML for Beginners!

18,998 views

10 months ago

HackSoc
An Introduction To Constraint Programming - Jacob Allen

As a programmer, computer scientist, computer engineer etc. there are many problems for which an algorithm can easily be ...

28:03
An Introduction To Constraint Programming - Jacob Allen

21,935 views

4 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! 🐍

96,075 views

1 year ago