Open In Colab   Open in Kaggle

Intro#

Install and import feedback gadget#

Hide code cell source
# @title Install and import feedback gadget

!pip install vibecheck datatops --quiet

from vibecheck import DatatopsContentReviewContainer
def content_review(notebook_section: str):
    return DatatopsContentReviewContainer(
        "",  # No text prompt
        notebook_section,
        {
            "url": "https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab",
            "name": "neuromatch_neuroai",
            "user_key": "wb2cxze8",
        },
    ).render()

feedback_prefix = "W1D3_Intro"

Prerequisites#

Though it is not required, you will benefit from these tutorials more if you have had the opportunity to take linear algebra and multivariate statistics courses in the past, as most of the computations and expressed ideas use the tools from these disciplines.

Note that the intro video for this day is longer than usual; it is the only day that has this property - feel free to return to it later if you don’t have enough time before taking the tutorials.

Video#

Intro Video#

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_intro_video")

Slides#