|
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | 7 | "\n", |
8 | | - "# 00_setup_colab.ipynb\n" |
| 8 | + "# 01_setup_colab.ipynb\n" |
9 | 9 | ] |
10 | 10 | }, |
11 | 11 | { |
|
16 | 16 | "# Setup Google Colab\n", |
17 | 17 | "\n", |
18 | 18 | "In this script, we setup a Google Colab environment. This script will only work\n", |
19 | | - "when run from [Google Colab](https://colab.research.google.com/)). You can\n", |
20 | | - "skip it if you run the tutorials on your machine.\n" |
| 19 | + "when run from [Google Colab](https://colab.research.google.com/). You can\n", |
| 20 | + "skip it if you run the tutorials on your machine.\n", |
| 21 | + "\n", |
| 22 | + "> **Note:** This script will install all the required dependencies and download the data.\n", |
| 23 | + "> It will take around 10 minutes to run, but you need to run it only once in your Colab session.\n", |
| 24 | + "> If your Colab session is disconnected, you will need to run this script again." |
21 | 25 | ] |
22 | 26 | }, |
23 | 27 | { |
|
30 | 34 | "In Google Colab you can request access to a GPU by changing the runtime type.\n", |
31 | 35 | "To do so, click the following menu options in Google Colab:\n", |
32 | 36 | "\n", |
33 | | - "(Menu) \"Runtime\" -> \"Change runtime type\" -> \"Hardware accelerator\" -> \"GPU\".\n", |
| 37 | + "> (Menu) \"Runtime\" -> \"Change runtime type\" -> \"Hardware accelerator\" -> \"GPU\".\n", |
34 | 38 | "\n" |
35 | 39 | ] |
36 | 40 | }, |
37 | 41 | { |
38 | 42 | "cell_type": "markdown", |
39 | 43 | "metadata": {}, |
40 | 44 | "source": [ |
41 | | - "## Download the data and install all required dependencies\n", |
| 45 | + "## Install all required dependencies and download the data\n", |
42 | 46 | "\n", |
43 | 47 | "Uncomment and run the following cell to download the required packages.\n", |
44 | 48 | "\n" |
|
187 | 191 | "metadata": {}, |
188 | 192 | "source": [ |
189 | 193 | "\n", |
190 | | - "# 01_plot_explainable_variance.ipynb\n" |
| 194 | + "# 03_compute_explainable_variance.ipynb\n" |
191 | 195 | ] |
192 | 196 | }, |
193 | 197 | { |
|
652 | 656 | "metadata": {}, |
653 | 657 | "source": [ |
654 | 658 | "\n", |
655 | | - "# 02_plot_ridge_regression.ipynb\n" |
| 659 | + "# 04_understand_ridge_regression.ipynb\n" |
656 | 660 | ] |
657 | 661 | }, |
658 | 662 | { |
|
670 | 674 | "Linear regression is a method to model the relation between some input\n", |
671 | 675 | "variables $X \\in \\mathbb{R}^{(n \\times p)}$ (the features) and an output\n", |
672 | 676 | "variable $y \\in \\mathbb{R}^{n}$ (the target). Specifically, linear\n", |
673 | | - "regression uses a vector of coefficient $w \\in \\mathbb{R}^{p}$` to\n", |
| 677 | + "regression uses a vector of coefficient $w \\in \\mathbb{R}^{p}$ to\n", |
674 | 678 | "predict the output\n", |
675 | 679 | "\n", |
676 | 680 | "\\begin{align}\\hat{y} = Xw\\end{align}\n", |
|
685 | 689 | "least squares* (OLS).\n" |
686 | 690 | ] |
687 | 691 | }, |
688 | | - { |
689 | | - "cell_type": "code", |
690 | | - "execution_count": null, |
691 | | - "metadata": { |
692 | | - "collapsed": false |
693 | | - }, |
694 | | - "outputs": [], |
695 | | - "source": [] |
696 | | - }, |
697 | 692 | { |
698 | 693 | "cell_type": "markdown", |
699 | 694 | "metadata": {}, |
|
1267 | 1262 | "metadata": {}, |
1268 | 1263 | "source": [ |
1269 | 1264 | "\n", |
1270 | | - "# 03_plot_wordnet_model.ipynb\n" |
| 1265 | + "# 05_fit_wordnet_model.ipynb\n" |
1271 | 1266 | ] |
1272 | 1267 | }, |
1273 | 1268 | { |
|
2268 | 2263 | "metadata": {}, |
2269 | 2264 | "source": [ |
2270 | 2265 | "\n", |
2271 | | - "# 04_plot_hemodynamic_response.ipynb\n" |
| 2266 | + "# 06_visualize_hemodynamic_response.ipynb\n" |
2272 | 2267 | ] |
2273 | 2268 | }, |
2274 | 2269 | { |
|
2855 | 2850 | "metadata": {}, |
2856 | 2851 | "source": [ |
2857 | 2852 | "\n", |
2858 | | - "# 05_plot_motion_energy_model.ipynb\n" |
| 2853 | + "# 08_fit_motion_energy_model.ipynb\n" |
2859 | 2854 | ] |
2860 | 2855 | }, |
2861 | 2856 | { |
|
3368 | 3363 | "metadata": {}, |
3369 | 3364 | "source": [ |
3370 | 3365 | "\n", |
3371 | | - "# 06_plot_banded_ridge_model.ipynb\n" |
| 3366 | + "# 09_fit_banded_ridge_model.ipynb\n" |
3372 | 3367 | ] |
3373 | 3368 | }, |
3374 | 3369 | { |
|
0 commit comments