Search for tag: "x."
Section 9/21/21: Linear algebra and gradient descentZoom Recording ID: 95071859677 UUID: nT8Aut2JRImFyH9dmksS/w== Meeting Time: 2021-09-21T18:31:09Z
From Madeleine Udell
107 plays
|
|
Live Lecture with Dr Smith -- Intro StatsZoom Recording ID: 99931886983 UUID: ZYlRnmrcRkiNVudrDttnqQ== Meeting Time: 2021-05-10T14:01:31Z
From Melissa Smith
4 plays
|
|
L11Zoom Recording ID: 2690923470 UUID: zAna9GekTlOMWB9tdp5KjQ== Meeting Time: 2021-03-18T19:48:07Z
From Ilya Amburg
3 plays
|
|
L10Zoom Recording ID: 2690923470 UUID: oRRTJATjSt2I/lO4gW5X+A== Meeting Time: 2021-03-17T21:03:23Z
From Ilya Amburg
19 plays
|
|
L9Zoom Recording ID: 2690923470 UUID: Y0QcHR1JRdKTUfq6+2wtPA== Meeting Time: 2021-03-11T20:49:50Z
From Ilya Amburg
8 plays
|
|
L8Zoom Recording ID: 2690923470 UUID: qvzotOaRRbe2q+VFDpiDbg== Meeting Time: 2021-03-10T22:02:59Z
From Ilya Amburg
10 plays
|
|
L6Zoom Recording ID: 2690923470 UUID: RidTMpmST3qc/eR1ZU5B1g== Meeting Time: 2021-02-25T20:47:43Z
From Ilya Amburg
3 plays
|
|
L5Zoom Recording ID: 2690923470 UUID: DLDddyi3Rkuyfpx59+u/Fg== Meeting Time: 2021-02-24T22:02:29Z
From Ilya Amburg
13 plays
|
|
LECTUREZoom Recording ID: 96071157995 UUID: 3oiG70TdT62EFlil5OOfJw== Meeting Time: 2021-02-12T18:16:53Z
From Andy Ruina
4 plays
|
|
L3Zoom Recording ID: 2690923470 UUID: 8/62s3eLQviDpU0p6XdARw== Meeting Time: 2021-02-10T22:02:16Z
From Ilya Amburg
14 plays
|
|
L2Zoom Recording ID: 2690923470 UUID: 6I3h0OBbQNi62SC9ZSOyaw== Meeting Time: 2021-02-04T20:46:56Z
From Ilya Amburg
29 plays
|
|
Lesson 30.6 The Partition algorithmIn 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
38 plays
|
|
Lesson 29.4 The yield StatementWhile 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
61 plays
|
|
Lesson 26.2 While-Loop TracesWhile-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
88 plays
|
|
Lesson 18.4 Nested SlicingSlicing 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
83 plays
|
|
Lesson 18.1 List of ObjectsLists 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
73 plays
|