Skip to content

Commit dea0054

Browse files
committed
base for student versions
1 parent 9439cfd commit dea0054

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lab2/TF_Part1_MNIST.ipynb

Lines changed: 5 additions & 5 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/master/lab2/solutions/Part1_MNIST_Solution.ipynb\">\n",
13+
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master/lab2/solutions/TF_Part1_MNIST_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/master/lab2/solutions/Part1_MNIST_Solution.ipynb\">\n",
15+
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/lab2/solutions/TF_Part1_MNIST_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",
@@ -27,7 +27,7 @@
2727
},
2828
"outputs": [],
2929
"source": [
30-
"# Copyright 2024 MIT Introduction to Deep Learning. All Rights Reserved.\n",
30+
"# Copyright 2025 MIT Introduction to Deep Learning. All Rights Reserved.\n",
3131
"#\n",
3232
"# Licensed under the MIT License. You may not use this file except in compliance\n",
3333
"# with the License. Use and/or modification of this code outside of MIT Introduction\n",
@@ -764,7 +764,7 @@
764764
"collapsed_sections": [
765765
"Xmf_JRJa_N8C"
766766
],
767-
"name": "Part1_MNIST_Solution.ipynb",
767+
"name": "TF_Part1_MNIST_Solution.ipynb",
768768
"provenance": []
769769
},
770770
"kernelspec": {
@@ -786,4 +786,4 @@
786786
},
787787
"nbformat": 4,
788788
"nbformat_minor": 0
789-
}
789+
}

lab2/TF_Part2_Debiasing.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"nbformat_minor": 0,
44
"metadata": {
55
"colab": {
6-
"name": "Part2_Debiasing_Solution.ipynb",
6+
"name": "TF_Part2_Debiasing_Solution.ipynb",
77
"provenance": [],
88
"collapsed_sections": [
99
"Ag_e7xtTzT1W",
@@ -27,9 +27,9 @@
2727
" <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
2828
" <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
2929
" Visit MIT Deep Learning</a></td>\n",
30-
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master/lab2/solutions/Part2_Debiasing_Solution.ipynb\">\n",
30+
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master/lab2/solutions/TF_Part2_Debiasing_Solution.ipynb\">\n",
3131
" <img src=\"https://i.ibb.co/2P3SLwK/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
32-
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/lab2/solutions/Part2_Debiasing_Solution.ipynb\">\n",
32+
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/lab2/solutions/TF_Part2_Debiasing_Solution.ipynb\">\n",
3333
" <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
3434
"</table>\n",
3535
"\n",
@@ -42,7 +42,7 @@
4242
"id": "rNbf1pRlSDby"
4343
},
4444
"source": [
45-
"# Copyright 2024 MIT 6.S191 Introduction to Deep Learning. All Rights Reserved.\n",
45+
"# Copyright 2025 MIT 6.S191 Introduction to Deep Learning. All Rights Reserved.\n",
4646
"#\n",
4747
"# Licensed under the MIT License. You may not use this file except in compliance\n",
4848
"# with the License. Use and/or modification of this code outside of 6.S191 must\n",
@@ -1148,7 +1148,7 @@
11481148
"* Do you think it should be necessary for companies to demonstrate that their models, particularly in the context of tasks like facial detection, are not biased? If so, do you have thoughts on how this could be standardized and implemented?\n",
11491149
"* Do you have ideas for other ways to address issues of bias, particularly in terms of the training data?\n",
11501150
"\n",
1151-
"**Try to optimize your model to achieve improved performance. To enter the competition, please upload the following to the lab submission site for the Debiasing Faces Lab ([submission upload link](https://www.dropbox.com/request/KGct8m2IyOBVvIoQdef3)).**\n",
1151+
"**Try to optimize your model to achieve improved performance. To enter the competition, please upload the following to the lab submission site for the Debiasing Faces Lab ([submission upload link](https://www.dropbox.com/request/dJZUEoqGLB43JEKzzqIc)).**\n",
11521152
"\n",
11531153
"* Jupyter notebook with the code you used to generate your results;\n",
11541154
"* copy of the bar plot from section 2.6 showing the performance of your model;\n",
@@ -1163,4 +1163,4 @@
11631163
]
11641164
}
11651165
]
1166-
}
1166+
}

0 commit comments

Comments
 (0)