Description
First, you'll gain an understanding of the basic working of a neuron and how neural networks are structured and trained. You'll study the simplest form of a model, a network for linear regression which can be built using the simple Sequential model class in Keras, along with other forms of Sequential models such as convolutional neural networks for image classification.
Next, you'll move on to recurrent neural networks and understand their ability to store state using outputs from previous time instances, and build a sequence-to-sequence RNN for language translation from English to French using Keras' functional API.
Lastly, you'll learn to build and train these models on the most popular cloud platforms, Azure, AWS and the GCP. You'll study their IaaS and PaaS offerings for machine learning and use deep learning VMs or the distributed training framework to train our models. d for training at scale.