This workshop will introduce participants to Generative Adversarial Networks (GANs). We will demonstrate the core techniques of GANs, including how to use Deep Convolutional GANs (DCGANs) to generate images using…
Read More
PyTorch
Learning Convolutional Neural Networks (2)
This workshop will be the second lecture in our introduction to convolutional neural networks (CNNs). We will continue our learning by applying data augmentation and transfer learning techniques to improve…
Read More
Learning Convolutional Neural Networks (1)
This workshop will provide an introduction to convolutional neural networks (CNNs). We will begin by using PyTorch to perform image processing on the classic Dogs-vs-Cats problem. Basic knowledge of the…
Read More
Learning PyTorch
We will give a general introduction to PyTorch, a popular deep learning framework, with practical illustrations on the primary usage of tensors and automatic differentiation, and on solving a simple…
Read More
Learning Deep Learning with PyTorch (6) Generative Adversarial Networks
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the sixth session of the series, we will introduce Generative Adversarial Networks (GANs) and illustrate the fundamental GAN techniques on how to use DCGANs to generate dog images with PyTorch…
Learning Deep Learning with PyTorch (5) Improving CNNs Performance
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the fifth session of the series, we will introduce data augmentation and transfer learning techniques to get a better solution for deep learning projects with PyTorch…
Learning Deep Learning with PyTorch (4) Convolutional Neural Networks
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the fourth session of the series, we will introduce convolutional neural network and learn how to use PyTorch to do image processing for classic Dogs-vs-Cats problem…
Learning Deep Learning with PyTorch (3) Knowing PyTorch
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the third session of the series, we will introduce PyTorch deep learning framework, illustrate the basic usage of tensors and automatic differentiation, and solve a simple temperature-conversion problem using PyTorch…
Learning Deep Learning with PyTorch (2) Mechanics of Learning
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the second session of the series, we will look into the procedures of working on a general deep learning project, especially on how to train a deep neural network…
Learning Deep Learning with PyTorch (1) Introduction
This workshop series is to present overviews to the exciting deep learning techniques and to provide a practical guide for general audience to step into the field. It will be primarily appropriate for the beginners who want to learn the techniques and apply to their future research activities. Researchers with deep learning experiences are expected to get benefits from related discussions as well. In the first session of the series, we will give a broad introduction about deep learning and neural network. No specific prerequisite is required.