File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
" <td align=\" center\" ><a target=\" _blank\" href=\" http://introtodeeplearning.com\" >\n " ,
27
27
" <img src=\" https://i.ibb.co/Jr88sn2/mit.png\" style=\" padding-bottom:5px;\" />\n " ,
28
28
" Visit MIT Deep Learning</a></td>\n " ,
29
- " <td align=\" center\" ><a target=\" _blank\" href=\" https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master /lab1/solutions/Part1_TensorFlow_Solution.ipynb\" >\n " ,
29
+ " <td align=\" center\" ><a target=\" _blank\" href=\" https://colab.research.google.com/github/aamini/introtodeeplearning/blob/2023 /lab1/solutions/Part1_TensorFlow_Solution.ipynb\" >\n " ,
30
30
" <img src=\" https://i.ibb.co/2P3SLwK/colab.png\" style=\" padding-bottom:5px;\" />Run in Google Colab</a></td>\n " ,
31
- " <td align=\" center\" ><a target=\" _blank\" href=\" https://github.com/aamini/introtodeeplearning/blob/master /lab1/solutions/Part1_TensorFlow_solution.ipynb\" >\n " ,
31
+ " <td align=\" center\" ><a target=\" _blank\" href=\" https://github.com/aamini/introtodeeplearning/blob/2023 /lab1/solutions/Part1_TensorFlow_solution.ipynb\" >\n " ,
32
32
" <img src=\" https://i.ibb.co/xfJbPmL/github.png\" height=\" 70px\" style=\" padding-bottom:5px;\" />View Source on GitHub</a></td>\n " ,
33
33
" </table>\n " ,
34
34
" \n " ,
81
81
" %tensorflow_version 2.x\n " ,
82
82
" import tensorflow as tf\n " ,
83
83
" \n " ,
84
- " # Download and import the MIT Introduction to Deep Learning package\n " ,
84
+ " # Download and import the MIT 6.S191 package\n " ,
85
85
" !pip install mitdeeplearning\n " ,
86
86
" import mitdeeplearning as mdl\n " ,
87
87
" \n " ,
You can’t perform that action at this time.
0 commit comments