Skip to content

Commit 4ff2557

Browse files
committed
video tutorials
1 parent c876ff0 commit 4ff2557

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.rst

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Warm-up
192192

193193

194194
+----+---------------------+--------------------------+------------------------------------------------------------------------+--------------------------------------+
195-
| # | topic | Run | Source Code | |
195+
| # | topic | Run | Source Code | Media |
196196
+====+=====================+==========================+========================================================================+======================================+
197197
| 1 | Start-up | |Welcome| | `Notebook <ipythonwelcome_>`_ / `Python <pythonwelcome_>`_ | `Video Tutorial <videowelcome_>`_ |
198198
+----+---------------------+--------------------------+------------------------------------------------------------------------+--------------------------------------+
@@ -251,7 +251,7 @@ Basics
251251

252252

253253
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
254-
| # | topic | Run | Source Code | |
254+
| # | topic | Run | Source Code | Media |
255255
+====+===================================+==========================+========================================================================+=========================================+
256256
| 1 | Tensors | |Tensors| | `Notebook <ipythontensors_>`_ / `Python <pythontensors_>`_ | `Video Tutorial <videotensors_>`_ |
257257
+----+-----------------------------------+--------------------------+------------------------------------------------------------------------+-----------------------------------------+
@@ -347,9 +347,11 @@ Neural Networks
347347

348348
.. _ipythonmlp: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/neural_networks/mlp.ipynb
349349
.. _pythonmlp: https://github.com/instillai/TensorFlow-Course/blob/master/codes/python/neural_networks/mlp.py
350+
.. _videomlp: https://youtu.be/w20efZqSK2Y
350351

351352
.. _ipythoncnn: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/neural_networks/CNNs.ipynb
352353
.. _pythoncnn: https://github.com/instillai/TensorFlow-Course/blob/master/codes/python/neural_networks/cnns.py
354+
.. _videocnn: https://youtu.be/WVifZBCRz8g
353355

354356

355357
.. |mlp| image:: https://colab.research.google.com/assets/colab-badge.svg
@@ -358,13 +360,13 @@ Neural Networks
358360
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/neural_networks/CNNs.ipynb
359361

360362

361-
+----+------------------------------------------+--------------------------+------------------------------------------------------+
362-
| # | topic | Run | Source Code |
363-
+====+==========================================+==========================+======================================================+
364-
| 1 | *Multi Layer Perceptron* | |mlp| | `Notebook <ipythonmlp_>`_ / `Python <pythonmlp_>`_ |
365-
+----+------------------------------------------+--------------------------+------------------------------------------------------+
366-
| 2 | *Convolutional Neural Networks* | |cnn| | `Notebook <ipythoncnn_>`_ / `Python <pythoncnn_>`_ |
367-
+----+------------------------------------------+--------------------------+------------------------------------------------------+
363+
+----+------------------------------------------+--------------------------+------------------------------------------------------+------------------------------------+
364+
| # | topic | Run | Source Code | Media |
365+
+====+==========================================+==========================+======================================================+====================================+
366+
| 1 | *Multi Layer Perceptron* | |mlp| | `Notebook <ipythonmlp_>`_ / `Python <pythonmlp_>`_ | `Video Tutorial <videomlp_>`_ |
367+
+----+------------------------------------------+--------------------------+------------------------------------------------------+------------------------------------+
368+
| 2 | *Convolutional Neural Networks* | |cnn| | `Notebook <ipythoncnn_>`_ / `Python <pythoncnn_>`_ | `Video Tutorial <videocnn_>`_ |
369+
+----+------------------------------------------+--------------------------+------------------------------------------------------+------------------------------------+
368370

369371
==========================
370372

@@ -396,9 +398,11 @@ Advanced
396398

397399
.. _ipythoncustomtr: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/advanced/custom_training.ipynb
398400
.. _pythoncustomtr: https://github.com/instillai/TensorFlow-Course/blob/master/codes/python/advanced/custom_training.py
401+
.. _videocustomtr: https://youtu.be/z5gcabfyPfA
399402

400403
.. _ipythondgenerator: https://github.com/instillai/TensorFlow-Course/blob/master/codes/ipython/advanced/dataset_generator.ipynb
401404
.. _pythondgenerator: https://github.com/instillai/TensorFlow-Course/blob/master/codes/python/advanced/dataset_generator.py
405+
.. _videodgenerator: https://youtu.be/-YsgMdDPu3g
402406

403407

404408
.. |ctraining| image:: https://colab.research.google.com/assets/colab-badge.svg
@@ -408,16 +412,13 @@ Advanced
408412
:target: https://colab.research.google.com/github/instillai/TensorFlow-Course/blob/master/codes/ipython/advanced/dataset_generator.ipynb
409413

410414

411-
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+
412-
| # | topic | Run | Source Code |
413-
+====+==========================================+==========================+====================================================================+
414-
| 1 | *Custom Training* | |ctraining| | `Notebook <ipythoncustomtr_>`_ / `Python <pythoncustomtr_>`_ |
415-
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+
416-
| 2 | *Dataset Generator* | |dgenerator| | `Notebook <ipythondgenerator_>`_ / `Python <pythondgenerator_>`_ |
417-
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+
418-
419-
420-
415+
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+----------------------------------------+
416+
| # | topic | Run | Source Code | Media |
417+
+====+==========================================+==========================+====================================================================+========================================+
418+
| 1 | *Custom Training* | |ctraining| | `Notebook <ipythoncustomtr_>`_ / `Python <pythoncustomtr_>`_ | `Video Tutorial <videocustomtr_>`_ |
419+
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+----------------------------------------+
420+
| 2 | *Dataset Generator* | |dgenerator| | `Notebook <ipythondgenerator_>`_ / `Python <pythondgenerator_>`_ | `Video Tutorial <videodgenerator_>`_ |
421+
+----+------------------------------------------+--------------------------+--------------------------------------------------------------------+----------------------------------------+
421422

422423

423424

0 commit comments

Comments
 (0)