Search for tag: "instance"

Systems Conversations on 2/28/2020: Dr. Bilal Farooq

From  Michael Bell 0 plays

Systems Conversation on 9/7/2018: Denis Dochain

From  E. Cornelius 1 plays

Section 11/17/21: AutoML in practice

Zoom Recording ID: 95071859677 UUID: 7SwHgWAPSYeW0s+5BsZyUg== Meeting Time: 2021-11-17T16:16:44Z

From  Madeleine Udell 27 plays

Section: post-hoc interpretability (LIME, SHAP)

Zoom Recording ID: 95071859677 UUID: 8jQJz7E4RLS27UeD6NpZ6w== Meeting Time: 2021-11-03T15:17:11Z

From  Madeleine Udell 16 plays

Section 10/19/21: data structures for trees

Zoom Recording ID: 95071859677 UUID: I9oDNFt7Sfm4q0Y1iLzJTg== Meeting Time: 2021-10-19T18:31:00Z

From  Madeleine Udell 31 plays

Section 9/8/21

Zoom Recording ID: 91739230861 UUID: dn/JnDAMQE6P41kFx5xwnA== Meeting Time: 2021-09-08T15:19:44Z

From  Madeleine Udell 75 plays

PARADIM Summer School 2021 - DFT of Quantum Magnets

PARADIM Summer School 2021 Materials Growth and Design - Frustrated and Quantum Magnetism: DFT of Quantum Magnets

From  Brenda Fisher 13 plays

Informal Theory Seminar

Zoom Recording ID: 96116630382 UUID: ZYw6T6tSRXiQF/g8W8vKzQ== Meeting Time: 2021-05-27T18:56:25Z

From  Eunah Kim 0 plays

SOIL Seminar: Project Everest: Verified Secure Compenents in WebAssembly

Title: Project Everest: Verified Secure Compenents in WebAssembly Speaker: Jonathan Protzenko Summary: Project Everest is a multi-institutional effort that aims to build a stack of formally verified…

From  Ross Tate 10 plays

Zoom Nov. 12. Dynamic Typing

Our last presentation on classes reviews the issue of typing, and why this has become much trickier with the introduction of subclasses. This is the last material covered in the second exam.The…

From  Hannah Lee 31 plays

Lesson 25.2 Error-Specific Recovery

In this video we show how to use the error type to give you more control over a try-except statement. You can chose to recover from some errors, while completely ignoring other errors.

From  Hannah Lee 67 plays

Lesson 25.1 Error Types

In this video we revisit error messages in Python and show how to read the error type. This type is a class, which means that you can construct your own error objects.

From  Hannah Lee 71 plays

Lesson 24.4 Duck Typing

This partial typing from the previous video has a name. It is called duck typing. In this video we show both why this is so popular among Python programmers and also why it is so controversial.

From  Hannah Lee 74 plays

Lesson 24.2 The isinstance Function

In this video, we show that we can solve the problem of strict typing by using the isinstance function. This function will be our preferred way for enforcing preconditions going forward.

From  Hannah Lee 69 plays

SOIL Seminar: Interface Types Introduction and Update

Title: Interface Types Introduction and Update Speaker: Luke Wagner—Fastly Summary: The presentation will recap the motivation and requirements for the Interface Types proposal as well as the…

From  Ross Tate 63 plays

Lesson 22.3 The object Class

Every class must be a subclass of something, and that parent class goes inside of the parentheses. That means that the word object we have been using in all of class definitions is actually a class.…

From  Hannah Lee 72 plays