{ "cells": [ { "cell_type": "markdown", "metadata": { "colab_type": "text", "execution": {}, "id": "view-in-github" }, "source": [ "\"Open   \"Open" ] }, { "cell_type": "markdown", "metadata": { "execution": {}, "pycharm": { "name": "#%% md\n" } }, "source": [ "# Machine Learning Wrap-Up\n" ] }, { "cell_type": "markdown", "metadata": { "execution": {} }, "source": [ "## Podcast Panel Discussion\n", "\n", "Neuromatch Academy has collaborated with Paul Middlebrooks of the podcast Brain Inspired to host a series of panel discussions on the content modules. \n", "\n", "This first session covers the Machine Learning module, featuring panelists [Athena Akrami](https://www.athenaakrami.org/), [Demba Ba](https://brain.harvard.edu/?people=demba-ba), [Gunnar Blohm](http://www.compneurosci.com/people.html), and [Kunlin Wei](https://www.psy.pku.edu.cn/english/people/faculty/professor/kunlinwei/index.htm). \n", "\n", "Listen [here](https://braininspired.co/podcast/nma-1/) or in the embedded audio below!" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "cellView": "form", "execution": {} }, "outputs": [], "source": [ "# @markdown\n", "from IPython.display import IFrame\n", "\n", "IFrame(src = 'https://braininspired.castos.com/player/560014', width = '100%', height = '150')" ] } ], "metadata": { "colab": { "collapsed_sections": [], "include_colab_link": true, "name": "MachineLearning", "provenance": [], "toc_visible": true }, "kernel": { "display_name": "Python 3", "language": "python", "name": "python3" }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.17" } }, "nbformat": 4, "nbformat_minor": 0 }