ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

346 results

Solve Computer Science
Smart way to create matrix in Python

This video shows you how to create square matrices in Python using normal lists and NumPy. Using NumPy has the advantage to ...

5:52
Smart way to create matrix in Python

132 views

2 years ago

OpenMDAO
Understanding XDSM diagrams

XDSM diagrams are a good tool for visualizing models, understanding solver loops, and specifying interfaces between models ...

16:40
Understanding XDSM diagrams

5,120 views

3 years ago

OpenMDAO
Solving coupled systems

When you have a coupled or implicit system, you must use a solver to converge that system. Take time to recognize those systems ...

9:36
Solving coupled systems

2,130 views

3 years ago

Jian Wei Tay
Modifying and deleting matrix elements

Learn how to modify and delete matrix elements.

4:08
Modifying and deleting matrix elements

397 views

5 years ago

OpenMDAO
What solver convergence looks like

A system is converged when the residuals are close to 0 within a tolerance. How this is achieved depends on what solver you use, ...

14:50
What solver convergence looks like

1,147 views

3 years ago

BioniChaos
Train Machine Learning Models with Confusion Matrices & Data Visualization Using Python and Plotly

In this video, I walk through the process of training a machine learning model using Python, specifically focusing on generating a ...

13:47
Train Machine Learning Models with Confusion Matrices & Data Visualization Using Python and Plotly

81 views

1 year ago

Tyler Caraza-Harter
CS 320 Nov 9 (Part 2) - Matrix Multiplication
14:45
CS 320 Nov 9 (Part 2) - Matrix Multiplication

413 views

5 years ago

J David Eisenberg
Chapter 6: Multi-dimensional Arrays

Learn how to declare and iterate over two-dimensional arrays.

8:38
Chapter 6: Multi-dimensional Arrays

192 views

4 years ago

Jian Wei Tay
Addressing multiple elements

Learn how to index multiple elements using the colon operator.

4:32
Addressing multiple elements

77 views

5 years ago

Wonder Bytes
Control the MATRIX with Python like a PRO: the DRONE plants TREES 🌳🤖 | The Farmer Was Replaced Ep.3

🤖 The Farmer Was Replaced, FREE Python COURSE in English for students 🤯 Episode 3: The POWER of the MATRIX! The drone plants ...

12:55
Control the MATRIX with Python like a PRO: the DRONE plants TREES 🌳🤖 | The Farmer Was Replaced Ep.3

539 views

4 weeks ago

Cody Anderson
2.5 Pre-filling Arrays

Initializing arrays: giving them a starting set of rows and columns, all filled with zeros or ones. Colon operator for incremented ...

4:19
2.5 Pre-filling Arrays

724 views

5 years ago

MOOC de l'IMT
4. Representing Graphs 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

4:27
4. Representing Graphs 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

3,645 views

7 years ago

J David Eisenberg
Chapter 8: Two-dimensional Arrays

Handling a two-dimensional arrays that represent a matrix of rows and columns.

7:47
Chapter 8: Two-dimensional Arrays

388 views

6 years ago

Rolando Coto
tf-idf Matrix (Accelerated Computational Linguistics 2020.W03.04)

Accelerated Computational Linguistics Dartmouth College LING48/COSC72 Spring 2020. Week 03, Video 04: tf-idf Matrix.

13:45
tf-idf Matrix (Accelerated Computational Linguistics 2020.W03.04)

499 views

5 years ago

J David Eisenberg
Chapter 7: Arrays

Learn how to declare, initialize, and iterate through arrays.

11:32
Chapter 7: Arrays

569 views

4 years ago

Tyler Caraza-Harter
CS 320 Nov 13 (Part 1) - Projection Matrices

... how we can reason about what it's doing and then actually write python code for it so this projection matrix that we have uh does ...

18:00
CS 320 Nov 13 (Part 1) - Projection Matrices

601 views

5 years ago

Cours Python
7.4 numpy: vectorisation

Errata : à 3:50 je fais un lapsus et dis 82 ms au lieu de 5 ms.

9:21
7.4 numpy: vectorisation

3,986 views

7 years ago

Tyler Caraza-Harter
CS 320 Nov 25 (Part 2) - Recall and Precision

in the last video we learned a little bit about confusion matrices and confusion matrices give you the whole picture but often we ...

14:10
CS 320 Nov 25 (Part 2) - Recall and Precision

222 views

5 years ago

Chris Potts
CS224u - Distributed word representations: matrix reweighting

The focus of this lecture is matrix reweighting: the mechanics of it, and also the motivations for doing it. The goal of reweighting, ...

15:59
CS224u - Distributed word representations: matrix reweighting

3,591 views

10 years ago

J David Eisenberg
Chapter 8: Complex Structures

You can build arrays of structures, or use arrays as structure members; you can even have structures that contain other structures ...

5:00
Chapter 8: Complex Structures

179 views

4 years ago