Skip to content

Commit c876ff0

Browse files
committed
video tutorials
1 parent cb7b7d2 commit c876ff0

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,38 +225,42 @@ Basics
225225

226226
.. _ipythontensors: codes/ipython/1-basics/tensors.ipynb
227227
.. _pythontensors: codes/python/1-basics/tensors.py
228+
.. _videotensors: https://youtu.be/Od-VvnYUbFw
228229
.. |Tensors| image:: https://colab.research.google.com/assets/colab-badge.svg
229230
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/tensors.ipynb
230231

231232
.. _ipythonad: codes/ipython/1-basics/automatic_differentiation.ipynb
232233
.. _pythonad: codes/python/1-basics/automatic_differentiation.py
234+
.. _videoad: https://youtu.be/l-MGydWW-UE
233235
.. |AD| image:: https://colab.research.google.com/assets/colab-badge.svg
234236
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/automatic_differentiation.ipynb
235237

236238
.. _ipythongraphs: codes/ipython/1-basics/graph.ipynb
237239
.. _pythongraphs: codes/python/1-basics/graph.py
240+
.. _videographs: https://youtu.be/P9xA1s6AUNk
238241
.. |graphs| image:: https://colab.research.google.com/assets/colab-badge.svg
239242
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/graph.ipynb
240243

241244

242245
.. _ipythonmodels: codes/ipython/1-basics/models.ipynb
243246
.. _pythonmodels: codes/python/1-basics/models.py
247+
.. _videomodels: https://youtu.be/WnlUE04REOY
244248
.. |models| image:: https://colab.research.google.com/assets/colab-badge.svg
245249
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/1-basics/models.ipynb
246250

247251

248252

249-
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
250-
| # | topic | Run | Source Code |
251-
+====+===================================+==========================+========================================================================+
252-
| 1 | Tensors | |Tensors| | `Notebook <ipythontensors_>`_ / `Python <pythontensors_>`_ |
253-
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
254-
| 2 | Automatic Differentiation | |AD| | `Notebook <ipythonad_>`_ / `Python <pythonad_>`_ |
255-
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
256-
| 3 | Introduction to Graphs | |graphs| | `Notebook <ipythongraphs_>`_ / `Python <pythongraphs_>`_ |
257-
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
258-
| 4 | TensorFlow Models | |models| | `Notebook <ipythonmodels_>`_ / `Python <pythonmodels_>`_ |
259-
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+
253+
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
254+
| # | topic | Run | Source Code | |
255+
+====+===================================+==========================+========================================================================+=========================================+
256+
| 1 | Tensors | |Tensors| | `Notebook <ipythontensors_>`_ / `Python <pythontensors_>`_ | `Video Tutorial <videotensors_>`_ |
257+
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
258+
| 2 | Automatic Differentiation | |AD| | `Notebook <ipythonad_>`_ / `Python <pythonad_>`_ | `Video Tutorial <videoad_>`_ |
259+
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
260+
| 3 | Introduction to Graphs | |graphs| | `Notebook <ipythongraphs_>`_ / `Python <pythongraphs_>`_ | `Video Tutorial <videographs_>`_ |
261+
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
262+
| 4 | TensorFlow Models | |models| | `Notebook <ipythonmodels_>`_ / `Python <pythonmodels_>`_ | `Video Tutorial <videomodels_>`_ |
263+
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
260264

261265
==========================
262266

0 commit comments

Comments
 (0)