Search for tag: "x.."

Section 9/21/21: Linear algebra and gradient descent

Zoom Recording ID: 95071859677 UUID: nT8Aut2JRImFyH9dmksS/w== Meeting Time: 2021-09-21T18:31:09Z

From  Madeleine Udell 105 plays

L11

Zoom Recording ID: 2690923470 UUID: zAna9GekTlOMWB9tdp5KjQ== Meeting Time: 2021-03-18T19:48:07Z

From  Ilya Amburg 3 plays

L10

Zoom Recording ID: 2690923470 UUID: oRRTJATjSt2I/lO4gW5X+A== Meeting Time: 2021-03-17T21:03:23Z

From  Ilya Amburg 15 plays

L9

Zoom Recording ID: 2690923470 UUID: Y0QcHR1JRdKTUfq6+2wtPA== Meeting Time: 2021-03-11T20:49:50Z

From  Ilya Amburg 8 plays

L8

Zoom Recording ID: 2690923470 UUID: qvzotOaRRbe2q+VFDpiDbg== Meeting Time: 2021-03-10T22:02:59Z

From  Ilya Amburg 9 plays

L6

Zoom Recording ID: 2690923470 UUID: RidTMpmST3qc/eR1ZU5B1g== Meeting Time: 2021-02-25T20:47:43Z

From  Ilya Amburg 3 plays

L5

Zoom Recording ID: 2690923470 UUID: DLDddyi3Rkuyfpx59+u/Fg== Meeting Time: 2021-02-24T22:02:29Z

From  Ilya Amburg 11 plays

LECTURE

Zoom Recording ID: 96071157995 UUID: 3oiG70TdT62EFlil5OOfJw== Meeting Time: 2021-02-12T18:16:53Z

From  Andy Ruina 2 plays

L3

Zoom Recording ID: 2690923470 UUID: 8/62s3eLQviDpU0p6XdARw== Meeting Time: 2021-02-10T22:02:16Z

From  Ilya Amburg 12 plays

L2

Zoom Recording ID: 2690923470 UUID: 6I3h0OBbQNi62SC9ZSOyaw== Meeting Time: 2021-02-04T20:46:56Z

From  Ilya Amburg 28 plays

Lesson 30.6 The Partition algorithm

In the previous video, we saw that nested loops are causing our sorting algorithms to be slow. To speed things up, we need to get rid of one of these loops. To do that, we will need a special…

From  Hannah Lee 33 plays

Lesson 29.4 The yield Statement

While generators are coroutines, the communication only goes one way: from the child to the calling parent. In this video we show how to reverse this communication, passing down information from the…

From  Hannah Lee 59 plays

Lesson 26.2 While-Loop Traces

While-loops can do everything that a for-loop can (and more) but they are much harder to use. That is why, in this video, we talk about how to debug a while-loop before we talk about how to write…

From  Hannah Lee 77 plays

Lesson 18.4 Nested Slicing

Slicing a list creates a copy. In this video we show what this means for nested lists. In particular, we show that sometimes a copy is not really a copy after all, and that we have to distinguish…

From  Hannah Lee 76 plays

Lesson 18.1 List of Objects

Lists require that we explicitly show the folder when visualize them. In this video we show what that means when a list contains other objects that have their own folders. The result is a chain of…

From  Hannah Lee 66 plays

Lesson 16.6 Mutable For-Loops

Lists are mutables and support mutable functions. Many of these mutable functions contain for-loops. As we show in this video, this changes how we write the for-loop. In particular, we will not use…

From  Hannah Lee 72 plays