Book Image

TensorFlow 2.0 New Features [Video]

By : Radhika Datar
1 (1)
Book Image

TensorFlow 2.0 New Features [Video]

1 (1)
By: Radhika Datar

Overview of this book

<p>TensorFlow is a popular and widely-adopted open-source Machine Learning library. It is Python-friendly and used in various AI areas such as deep learning, numeric computation, and large-scale Machine Learning. The newest version of TensorFlow includes major highlights such as improved eager execution, improved compatibility, support for major platforms and languages, and more; it also removes deprecated APIs. The new features will make TensorFlow easier to learn and apply.</p> <p>In this course, you will cover all of the new features that have been introduced in TensorFlow 2.0 especially the major highlight including Eager Execution and more. You will learn how to make the best use of these features and how it improves and simplifies the way you use TensorFlow.</p> <p>By the end of the course, you will have an understanding of the new features introduced in TensorFlow 2.0 and will be able to apply them in your work.</p> <h1>Style and Approach</h1> <p>This is an introductory course specially designed for programmers who are already working with the older version of TensorFlow and want to explore the new features in TensorFlow 2.0. Every module includes an illustration to help you understand concepts in depth and execute them in real-world case studies.</p>
Table of Contents (5 chapters)
Chapter 3
Training and Validating Model
Content Locked
Section 1
Introduction to Training Data for Deep Learning
Focusing on model building aspects. - What is model building? - Implement TensorFlow in model building - Demonstrate