Deep learning tutorial with PyTorch has been initiated to teach undergraduate students in SeoulTech about basic concepts of deep learning and hands-on practices with PyTorch. Even though there are so many good lectures and tutorials on deep learning, I would like to share my humble slides and examples because I also have learned many things from open and public lectures, tutorials, and articles. I hope that my slides and examples are also helpful to others.
- Download my tutorial slides
- Download my practice examples in a ZIP file
This tutorial is the last part of my four sequels of tutorials. Many examples and practices are connected each other. Please refer its neighborhood tutorials also.
- Python Review: From Beginners to Intermediate
- Programming meets Mathematics: Building Mathematical Intuition with SciPy
- Machine Learning Tutorial with Scikit-learn
- Deep Learning Tutorial with PyTorch
Source codes are enumerated in the order of my tutorial slides.
- PyTorch
- Neural Network
- Convolutional Neural Network
- Recurrent Neural Network
- The Name2Lang Dataset [homepage]
NOTE: All examples contain their basic NN architectures and hyperparameters. One of main objectives in practices will be their performance improvement by changing the architectures and selecting hyperparameters.
- Sunglok Choi (sunglok AT seoultech DOT ac DOT kr)