|
27 | 27 | " <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n", |
28 | 28 | " <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n", |
29 | 29 | " 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", |
31 | 31 | " <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", |
33 | 33 | " <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n", |
34 | 34 | "</table>\n", |
35 | 35 | "\n", |
|
42 | 42 | "id": "rNbf1pRlSDby" |
43 | 43 | }, |
44 | 44 | "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", |
46 | 46 | "#\n", |
47 | 47 | "# Licensed under the MIT License. You may not use this file except in compliance\n", |
48 | 48 | "# with the License. Use and/or modification of this code outside of 6.S191 must\n", |
|
1148 | 1148 | "* 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", |
1149 | 1149 | "* Do you have ideas for other ways to address issues of bias, particularly in terms of the training data?\n", |
1150 | 1150 | "\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", |
1152 | 1152 | "\n", |
1153 | 1153 | "* Jupyter notebook with the code you used to generate your results;\n", |
1154 | 1154 | "* copy of the bar plot from section 2.6 showing the performance of your model;\n", |
|
0 commit comments