Skip to content
Snippets Groups Projects
Commit cac7d65d authored by Chang-Uk Jeong's avatar Chang-Uk Jeong
Browse files

Update colabs.rst

parent 471bfcd9
No related branches found
No related tags found
No related merge requests found
Colab Notebooks and Video Tutorials 코랩 노트북과 비디오 튜토리얼
=================================== ===================================
Official Examples 공식 예제
----------------- -----------------
We have prepared a list of :colab:`Colab` notebooks that practically introduces you to the world of **Graph Neural Networks** with :pyg:`PyG`: 저희가 `PyG` 와 함께 **Graph Neural Networks** 세계를 실질적으로 소개할 수 있는 `Colab` 노트북 리스트를 준비했습니다:
1. `Introduction: Hands-on Graph Neural Networks <https://colab.research.google.com/drive/1h3-vJGRVloF5zStxL5I0rSy4ZUPNsjy8?usp=sharing>`__ 1. `Introduction: Hands-on Graph Neural Networks <https://colab.research.google.com/drive/1h3-vJGRVloF5zStxL5I0rSy4ZUPNsjy8?usp=sharing>`__
2. `Node Classification with Graph Neural Networks <https://colab.research.google.com/drive/14OvFnAXggxB8vM4e8vSURUp1TaKnovzX?usp=sharing>`__ 2. `Node Classification with Graph Neural Networks <https://colab.research.google.com/drive/14OvFnAXggxB8vM4e8vSURUp1TaKnovzX?usp=sharing>`__
...@@ -18,9 +18,9 @@ We have prepared a list of :colab:`Colab` notebooks that practically introduces ...@@ -18,9 +18,9 @@ We have prepared a list of :colab:`Colab` notebooks that practically introduces
10. `Link Prediction on MovieLens <https://colab.research.google.com/drive/1xpzn1Nvai1ygd_P5Yambc_oe4VBPK_ZT?usp=sharing>`__ 10. `Link Prediction on MovieLens <https://colab.research.google.com/drive/1xpzn1Nvai1ygd_P5Yambc_oe4VBPK_ZT?usp=sharing>`__
11. `Link Regression on MovieLens <https://colab.research.google.com/drive/1N3LvAO0AXV4kBPbTMX866OwJM9YS6Ji2?usp=sharing>`__ 11. `Link Regression on MovieLens <https://colab.research.google.com/drive/1N3LvAO0AXV4kBPbTMX866OwJM9YS6Ji2?usp=sharing>`__
All :colab:`Colab` notebooks are released under the MIT license. 모든 `Colab` 노트북은 MIT 라이선스에 따라 출시됩니다.
Stanford CS224W Tutorials Stanford CS224W 튜토리얼
------------------------- -------------------------
.. image:: https://data.pyg.org/img/cs224w_tutorials.png .. image:: https://data.pyg.org/img/cs224w_tutorials.png
...@@ -32,14 +32,14 @@ Stanford CS224W Tutorials ...@@ -32,14 +32,14 @@ Stanford CS224W Tutorials
<br/> <br/>
The :stanford:`null` `Stanford CS224W <http://web.stanford.edu/class/cs224w/>`__ course has collected a set of `graph machine learning tutorial blog posts <https://medium.com/stanford-cs224w>`__, fully realized with :pyg:`PyG`. `Stanford CS224W <http://web.stanford.edu/class/cs224w/>`__ 과정은 `PyG` 로 완벽하게 구현된 `그래프 머신러닝 튜토리얼 블로그 게시물 <https://medium.com/stanford-cs224w>`__ 을 모았습니다.
Students worked on projects spanning all kinds of tasks, model architectures and applications. 이 과정의 학생들은 모든 모든 종류의 태스크(task), 모델 설계와 응용을 아우르는 프로젝트들을 수행했습니다.
All tutorials also link to a :colab:`Colab` with the code in the tutorial for you to follow along with as you read it! 모든 튜토리얼은 튜토리얼의 코드와 함께 `Colab` 에 링크되어 있어 여러분들이 읽으면서 따라할 수 있습니다!
PyTorch Geometric Tutorial Project PyTorch Geometric 튜토리얼 프로젝트트
---------------------------------- ----------------------------------
The :pyg:`null` `PyTorch Geometric Tutorial <https://github.com/AntonioLonga/PytorchGeometricTutorial>`__ project provides **video tutorials and** :colab:`null` **Colab notebooks** for a variety of different methods in :pyg:`PyG`: `PyTorch Geometric 튜토리얼 <https://github.com/AntonioLonga/PytorchGeometricTutorial>`__ 프로젝트는 `PyG` 의 다양한 메소드(method)에 대한 **비디오 튜토리얼** 과 **코랩 노트북** 을 제공합합니다:
1. Introduction [:youtube:`null` `YouTube <https://www.youtube.com/watch?v=JtDgmmQ60x8>`__, :colab:`null` `Colab <https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial1/Tutorial1.ipynb>`__] 1. Introduction [:youtube:`null` `YouTube <https://www.youtube.com/watch?v=JtDgmmQ60x8>`__, :colab:`null` `Colab <https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial1/Tutorial1.ipynb>`__]
2. :pytorch:`PyTorch` basics [:youtube:`null` `YouTube <https://www.youtube.com/watch?v=UHrhp2l_knU>`__, :colab:`null` `Colab <https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial2/Tutorial2.ipynb>`__] 2. :pytorch:`PyTorch` basics [:youtube:`null` `YouTube <https://www.youtube.com/watch?v=UHrhp2l_knU>`__, :colab:`null` `Colab <https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial2/Tutorial2.ipynb>`__]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment