Skip to content

Commit be45fe1

Browse files
committed
update image links
1 parent 8f3a583 commit be45fe1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lab1/Part1_TensorFlow.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@
2424
"source": [
2525
"<table align=\"center\">\n",
2626
" <td align=\"center\"><a target=\"_blank\" href=\"http://introtodeeplearning.com\">\n",
27-
" <img src=\"http://introtodeeplearning.com/images/colab/mit.png\" style=\"padding-bottom:5px;\" />\n",
27+
" <img src=\"https://i.ibb.co/Jr88sn2/mit.png\" style=\"padding-bottom:5px;\" />\n",
2828
" Visit MIT Deep Learning</a></td>\n",
2929
" <td align=\"center\"><a target=\"_blank\" href=\"https://colab.research.google.com/github/aamini/introtodeeplearning/blob/master/lab1/Part1_TensorFlow.ipynb\">\n",
30-
" <img src=\"http://introtodeeplearning.com/images/colab/colab.png?v2.0\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
30+
" <img src=\"https://i.ibb.co/ykzt1q7/colab.png\" style=\"padding-bottom:5px;\" />Run in Google Colab</a></td>\n",
3131
" <td align=\"center\"><a target=\"_blank\" href=\"https://github.com/aamini/introtodeeplearning/blob/master/lab1/Part1_TensorFlow.ipynb\">\n",
32-
" <img src=\"http://introtodeeplearning.com/images/colab/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
32+
" <img src=\"https://i.ibb.co/xfJbPmL/github.png\" height=\"70px\" style=\"padding-bottom:5px;\" />View Source on GitHub</a></td>\n",
3333
"</table>\n",
3434
"\n",
35+
"\n",
3536
"# Copyright Information\n"
3637
]
3738
},
@@ -69,7 +70,7 @@
6970
"\n",
7071
"## 0.1 Install TensorFlow\n",
7172
"\n",
72-
"TensorFlow is a software library extensively used in machine learning. Here we'll learn how computations are represented and how to define a simple neural network in TensorFlow. For all the labs in 6.S191 2020, we'll be using the latest version of TensorFlow, TensorFlow 2, which affords great flexibility and the ability to imperatively execute operations, just like in Python. You'll notice that TensorFlow 2 is quite similar to Python in its syntax and imperative execution. Let's install TensorFlow and a couple of dependencies.\n"
73+
"TensorFlow is a software library extensively used in machine learning. Here we'll learn how computations are represented and how to define a simple neural network in TensorFlow. For all the labs in 6.S191 2021, we'll be using the latest version of TensorFlow, TensorFlow 2, which affords great flexibility and the ability to imperatively execute operations, just like in Python. You'll notice that TensorFlow 2 is quite similar to Python in its syntax and imperative execution. Let's install TensorFlow and a couple of dependencies.\n"
7374
]
7475
},
7576
{

0 commit comments

Comments
 (0)