Getting Started with Tensorflow 2.0
Course Features
Duration
189 minutes
Delivery Method
Online
Available on
Downloadable Courses
Accessibility
Mobile, Desktop, Laptop
Language
English
Subtitles
English
Level
Beginner
Teaching Type
Self Paced
Video Content
189 minutes
Course Description
Course Overview
International Faculty
Post Course Interactions
Hands-On Training,Instructor-Moderated Discussions
Skills You Will Gain
What You Will Learn
Learning unit, the neuron
Next, you will compare and contrast static and dynamic computation graphs and understand the advantages and disadvantages of working with each kind of graph
You will get hands-on exploring execution in TensorFlow 2
0 in eager execution mode and harness the performance efficiencies of static graphs by using the tf
Function decorator to decorate ordinary Python functions
You will then learn how a neural network is trained using gradient descent optimization and how the GradientTape() library in TensorFlow calculates gradients automatically during the training phase of your neural network model
Finally, you will learn how different APIs in Keras lend themselves to different use-cases
Sequential models consisting of layers stacked one on top of the other are simple and have long been supported by Keras
You will also explore the Functional API and model subclassing in Keras and then use these APIs to build regression as well as classification modelsWhen you’re finished with this course, you will have the skills and knowledge to harness the computational
0 framework and choose between the different model-building strategies available in Keras
Course Instructors