Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Getting Started with Tensorflow 2.0

via Pluralsight

Overview

Prepare for a new career with $100 off Coursera Plus
Gear up for jobs in high-demand fields: data analytics, digital marketing, and more.
This course focuses on introducing the TensorFlow 2.0 framework - exploring the features and functionality that it offers for building and training neural networks. This course discusses how TensorFlow 2.0 differs from TensorFlow 1.x and how the use of the Keras high-level API and eager execution makes TensorFlow 2.0 a very easy to work with even for complex models.

TensorFlow has long been a powerful and widely used framework for building and training neural network models. In recent years though other frameworks such as PyTorch have gained popularity specifically due to their intuitive programming model which uses dynamic execution graphs. Now TensorFlow 2.0 offers all the ease of use of other frameworks along with TensorFlow's performance and functionality. TensorFlow's use of the Keras high-level API makes designing and training neural networks very straightforward while eager execution makes prototyping and debugging models simple. First, you will explore the basic features in TensorFlow 2.0 and how its programming model differs from TensorFlow 1.x versions. You will understand the basic working of a neural network and its active 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 models When you’re finished with this course, you will have the skills and knowledge to harness the computational power of the TensorFlow 2.0 framework and choose between the different model-building strategies available in Keras.

Taught by

Janani Ravi

Reviews

4.5 rating at Pluralsight based on 57 ratings

Start your review of Getting Started with Tensorflow 2.0

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.