Open In Colab   Open in Kaggle

Intro#

Week 2, Day 5: Mysteries

By Neuromatch Academy

Content creators: Megan Peters, Joseph LeDoux, Matthias Michel, Daniel Dennett

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 = "W2D5_Intro"

Prerequisites#

For this day, the prerequisites are your sincere inner-child curiosity, flexibility in collaborative discussion, and willingness to discover intriguing ideas! Be prepared to actively participate in the activities as the quality of the insights you will get from this day crucially depends on the joint interaction.

Video#

Intro Video#

Submit your feedback#

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

Slides#

Intro Video Slides#