/gluon-tutorial

Gluon Tutorial for Deep Learning Researchers && Engineers.

Primary LanguagePythonMIT LicenseMIT


This repository provides tutorial code for deep learning researchers && engineers to learn Gluon.
In the tutorial, most of the models were implemented with less than 50 lines of code. You will find Gluon and PyTorch share lots of similarities. After reading PyTorch to MXNet, you can easily convert your project between Pytorch and Gluon and learn both of them well. Before starting this tutorial, it is recommended to finish Crash Course. Then you can read Dive into Deep Learning to get a more comprehensive study.


Table of Contents

1. Basics

2. Intermediate

3. Advanced

4. Utilities


Getting Started

$ git clone https://github.com/ybai62868/gluon-tutorial.git
$ cd gluon-tutorial/tutorials/PATH_TO_PROJECT
$ python main.py

Dependencies


Author

Yang Bai / @YangBai


Note

Inspired by the pytorch-tutorial writen by @yunjey


Code will be continued.