|
10 | 10 | " <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
|
11 | 11 | " <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
|
12 | 12 | " Visit MIT Deep Learning</a></td>\n",
|
13 |
| - " <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/2023/lab2/solutions/Part2_FaceDetection_Solution.ipynb\">\n", |
| 13 | + " <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/2023/lab2/solutions/Part2_Debiasing_Solution.ipynb\">\n", |
14 | 14 | " <img src=\"https://i.ibb.co/2P3SLwK/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
|
15 |
| - " <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/2023/lab2/solutions/Part2_FaceDetection_Solution.ipynb\">\n", |
| 15 | + " <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/2023/lab2/solutions/Part2_Debiasing_Solution.ipynb\">\n", |
16 | 16 | " <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
|
17 | 17 | "</table>\n",
|
18 | 18 | "\n",
|
|
965 | 965 | "ax[1].set_ylabel(\"Visualization\");\n"
|
966 | 966 | ],
|
967 | 967 | "metadata": {
|
968 |
| - "id": "8qcR9uvfCJku" |
| 968 | + "id": "8qcR9uvfCJku", |
| 969 | + "cellView": "form" |
969 | 970 | },
|
970 | 971 | "execution_count": null,
|
971 | 972 | "outputs": []
|
|
1032 | 1033 | "source": [
|
1033 | 1034 | "## 2.9 Thinking ahead\n",
|
1034 | 1035 | "\n",
|
1035 |
| - "Beyond this, we encourage you to think about the following questions as you prepare for Lab 3, which will focus on mitigating the issues of bias and uncertainty that you just uncovered! Consider:\n", |
| 1036 | + "Beyond this, we encourage you to think about the following questions as you prepare for the next lab, which will focus on mitigating the issues of bias and uncertainty that you just uncovered. Consider:\n", |
1036 | 1037 | "* How do the samples with highest reconstruction loss and samples with highest bias compare? Which features is each one highlighting? Why do you think this is?\n",
|
1037 | 1038 | "* In what ways is the dataset biased so far? Can you imagine other features that the dataset is biased against that we have not uncovered yet?\n",
|
1038 | 1039 | "* How can the performance of the supervised VAE classifier be improved?\n",
|
|
0 commit comments