Skip to content

Commit 7e1e3bd

Browse files
committed
connect to lab 3 in text
1 parent 14567de commit 7e1e3bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lab2/solutions/Part2_FaceDetection_Solution.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
" <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
1111
" <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
1212
" 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",
1414
" <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",
1616
" <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
1717
"</table>\n",
1818
"\n",
@@ -965,7 +965,8 @@
965965
"ax[1].set_ylabel(\"Visualization\");\n"
966966
],
967967
"metadata": {
968-
"id": "8qcR9uvfCJku"
968+
"id": "8qcR9uvfCJku",
969+
"cellView": "form"
969970
},
970971
"execution_count": null,
971972
"outputs": []
@@ -1032,7 +1033,7 @@
10321033
"source": [
10331034
"## 2.9 Thinking ahead\n",
10341035
"\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",
10361037
"* 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",
10371038
"* 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",
10381039
"* How can the performance of the supervised VAE classifier be improved?\n",

0 commit comments

Comments
 (0)