Open In Colab   Open in Kaggle

チュートリアル 4: モデルに関するディスカッション

第1週、第1日目: モデルの種類

Neuromatch Academyによる

コンテンツ作成者: Matt Laporte, Byron Galbraith, Konrad Kording

ポストプロダクションチーム: Gagana B, Spiros Chavlis


チュートリアルの目的

チュートリアルの推定所要時間: 45分

このチュートリアルでは、グループディスカッションを通じてモデルとは何か、どのように、なぜ使うのかを振り返り、モデリングに関するあなたの好みや考えを話し合います。

# @title Tutorial slides
# @markdown These are the slides for the videos in all tutorials today
from IPython.display import IFrame
link_id = "6dxwe"
print(f"If you want to download the slides: https://osf.io/download/{link_id}/")
IFrame(src=f"https://mfr.ca-1.osf.io/render?url=https://osf.io/{link_id}/?direct%26mode=render%26action=download%26mode=render", width=854, height=480)

セットアップ

# @title Install and import feedback gadget


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_cn",
            "user_key": "y1x3mpx5",
        },
    ).render()


feedback_prefix = "W1D1_T4"

セクション 1: モデルに関するディスカッション

考えてみよう!1: モデルに関するディスカッション

次の約45分間、以下の質問について話し合ってください。

# @title Submit your feedback
content_review(f"{feedback_prefix}_Model_discussions_Discussion")