ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,039 results

J David Eisenberg
Chapter 9: List Aliasing

Variables in Python are *references*. When you assign a list variable to another list variable, you get a copy of the reference, not ...

2:28
Chapter 9: List Aliasing

478 views

2 years ago

NPTEL IIT Bombay
Lecture 9 : Loops in various applications Part 1 :  Brute force algorithms

Loops in various applications Part 1 : Loops in various applications brute force algorithms.

17:09
Lecture 9 : Loops in various applications Part 1 : Brute force algorithms

9,222 views

6 years ago

Concepts Illuminated
The Verhoeff-Gumm Check Digit Algorithm #SoME3

Rediscover and explore the Verhoeff-Gumm algorithm, a check digit formula which is more resilient to common errors than the ...

17:00
The Verhoeff-Gumm Check Digit Algorithm #SoME3

197,293 views

2 years ago

MITK12Videos
What Is A Fractal (and what are they good for)?

Fractals are complex, never-ending patterns created by repeating mathematical equations. Yuliya, a undergrad in Math at MIT, ...

4:13
What Is A Fractal (and what are they good for)?

757,466 views

10 years ago

Sprouts
Darwin's Theory of Evolution: Natural Selection

Most people in the western world used to have a solid idea about our origins: all living organisms were deliberately formed by a ...

5:56
Darwin's Theory of Evolution: Natural Selection

253,238 views

2 years ago

York Library, Archives and Learning Services
Introduction to coding: what is an algorithm?

As part of our 'Introduction to coding' session, we look at what an algorithm is and why which instructions you give a computer is ...

10:46
Introduction to coding: what is an algorithm?

3,732 views

4 years ago

J David Eisenberg
Chapter 9: Primitive and Reference Types

Primitives (int, double, etc.) have values stored in their memory locations. Objects have references to the memory where the data ...

1:42
Chapter 9: Primitive and Reference Types

201 views

4 years ago

J David Eisenberg
Mini-Lecture: Objects (Chapter 9)

Well, most of Chapter 9. Not sure I should have talked so much about the Scanner and command-line arguments, but they're ...

44:38
Mini-Lecture: Objects (Chapter 9)

46 views

1 year ago

J David Eisenberg
Chapter 9: Static Variables and Methods

You can create properties and methods that are independent of any specific instance of the class, but rather belong to the class as ...

4:59
Chapter 9: Static Variables and Methods

242 views

6 years ago

J David Eisenberg
Chapter 9: UML Diagrams

Design classes with Unified Modeling Language Diagrams.

1:17
Chapter 9: UML Diagrams

362 views

6 years ago

PurdueX CS180.1x
Introduction to Problem Solving

Purdue AP Computer Science A.

4:51
Introduction to Problem Solving

12,352 views

9 years ago

NPTEL IIT Bombay
Week 9-Lecture 75 : Graphical handling of data

Week 9-Lecture 75 : Graphical handling of data.

21:37
Week 9-Lecture 75 : Graphical handling of data

300 views

5 years ago

J David Eisenberg
Chapter 9: split and join

These two methods let you separate a string into a list of strings, and join a list of strings back into a single string. But you probably ...

4:48
Chapter 9: split and join

86 views

2 years ago

J David Eisenberg
Chapter 9: Passing Objects to Methods

When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...

2:07
Chapter 9: Passing Objects to Methods

1,013 views

6 years ago

J David Eisenberg
Chapter 9: Strings (part 1)

Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...

11:20
Chapter 9: Strings (part 1)

257 views

7 years ago

Jeremy Howard
Lesson 9: Cutting Edge Deep Learning for Coders

Today we'll learn about the extraordinarily powerful and widely useful technique of generative models. These are models that ...

2:02:42
Lesson 9: Cutting Edge Deep Learning for Coders

15,928 views

8 years ago

Shaale
9. Computing π - The Indian Method

Mathematics in Metrical form by Prof. K Ramasubramanian (IIT Bombay) www.shaale.com Follow us on ...

7:38
9. Computing π - The Indian Method

37,649 views

8 years ago

STEM RTCL TV
Effect of Training Class Label Noise on Classification Performances for Land Cover Ma... | RTCL.TV

Keywords ### #classlabelnoise #mislabeledtrainingdata #satelliteimagetimeseries #classification #landcovermapping ...

0:44
Effect of Training Class Label Noise on Classification Performances for Land Cover Ma... | RTCL.TV

16 views

2 years ago

Jeremy Howard
Lesson 4: Practical Deep Learning for Coders

COLLABORATIVE FILTERING, EMBEDDINGS, AND MORE When we ran this class at the Data Institute, we asked what students ...

2:03:47
Lesson 4: Practical Deep Learning for Coders

58,670 views

9 years ago

The Beauty and Joy of Computing
[BJC.2x] Algorithms Part 3 : Expressing

Procedures are the more general class of things that are blocks, any blocks in general procedures. Algorithms are kind of the ...

7:01
[BJC.2x] Algorithms Part 3 : Expressing

116 views

4 years ago