你将学到什么
Explain what GPU is, how it can speed up the computation, and its advantages in comparison with CPUs.
Implement deep learning networks on GPUs.
Train and deploy deep learning networks for image and video classification as well as for object recognition.
课程概况
Training acomplex deep learning model with a very large datasetcan take hours, days and occasionally weeks to train. So, what is the solution? Accelerated hardware.
Youcan use accelerated hardware such as Google’s Tensor Processing Unit(TPU) or Nvidia GPU to accelerateyourconvolutional neural network computations timeon the Cloud. These chips arespecifically designed to support the training of neural networks, as well as the use of trained networks(inference).Accelerated hardware has recently been proven to significantly reduce training time.
But the problem is that your datamight be sensitiveand you may not feel comfortable uploading iton apublic cloud, preferring to analyze it on-premise.In this case, youneed to use an in-house system withGPU support. One solution isto useIBM’s Power SystemswithNvidia GPU andPowerAI. ThePowerAIplatform supports popular machine learning libraries and dependencies including Tensorflow, Caffe, Torch, and Theano.
In this course, you’ll understand what GPU-based accelerated hardware is and how it can benefit your deep learning scaling needs. You’ll also deploydeep learning networks on GPU accelerated hardware for several problems, including the classification ofimages and videos.
课程大纲
Module 1 – Quick review of Deep Learning
Intro to Deep Learning
Deep Learning Pipeline
Module 2 – Hardware Accelerated Deep Learning
How to accelerate a deep learning model?
Running TensorFlow operations on CPUs vs. GPUs
Convolutional Neural Networks on GPUs
Recurrent Neural Networks on GPUs
Module 3 – Deep Learning in the Cloud
Deep Learning in the Cloud
How does one use a GPU
Module 4 – Distributed Deep Learning
* Distributed Deep Learning
Module 5 – PowerAI vision
Computer vision
Image Classification
* Object recognition in Videos.