Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Tensorflow Tutorial: Hands-on AI development with Tensorflow
Rating: 3.8 out of 5(6 ratings)
139 students

Tensorflow Tutorial: Hands-on AI development with Tensorflow

Get a hands-on TensorFlow 2.0 experience with our in-depth practical course
Last updated 2/2020
English
English [Auto],

What you'll learn

  • Basics of TensorFlow 2.0
  • Decision Trees and Linear Regression in TensorFlow
  • Keras
  • Foundational algorithms

Course content

6 sections40 lectures7h 5m total length
  • What is TensorFlow 2 Preview10:18

    Learn what TensorFlow 2 is, why it powers deep neural network training, and how to install it on Windows or Mac using Anaconda and Jupyter Notebook.

  • Basics of TensorFlow10:03

    Explore the basics of tensor flow by understanding tensors, creating constants and variables, and performing core operations like add, subtract, multiply, and divide, and data types, printing values.

  • Graphs12:23

    Explore how TensorFlow builds computation graphs to enable graph optimization and lazy execution, compare it with eager mode, and learn to convert to graph mode with tf.function for automatic differentiation.

  • Automatic Differentiation9:42

    Explore automatic differentiation and implement it in TensorFlow using a gradient tape to compute derivatives, minimize the loss, and iteratively update x in a simple a x = b example.

  • Keras and TensorFlow6:01

    Explore the high-level API of TensorFlow and the Keras integration. Apply TensorFlow and Keras to speech recognition, image processing, and sentiment analysis.

  • Intro to Machine Learning9:39

    Explore machine learning concepts through a practical breakdown of supervised and unsupervised learning, using labeled and unlabeled data, training, and performance improvement.

  • Types of Supervised Learning3:00

    Explore supervised learning, where labeled data trains models to map inputs to outputs, and distinguish regression (continuous) from classification (discrete) with cat or dog and house-price examples.

Requirements

  • Basic Programmng Knowledge

Description

Undoubtedly, TensorFlow is one of the most popular & widely used open-source libraries for machine learning applications. Apart from it, TensorFlow is also heavily used for dataflow and differentiable programming across a range of tasks. Because of this and a lot of other promises, hundreds of individuals are keen on exploring TensorFlow for AI & ML, Data Science, text-based application, video detection & others.

In order to cater to all our student’s needs for learning TensorFlow, we have curated this exclusive practical guide. It will teach you Practical TensorFlow with more from a training perspective rather than just the theoretical knowledge.


What makes this course so unique?

It will help you in understanding both basics and the advanced concepts of TensorFlow along with the codes in a practical manner! Upon completing this course, you will be able to learn various essential aspects of this famous library. It will unfold with the basic introduction covering graphs, Keras, supervised learning and others.

In the later sections, you will learn more about AI & ML models like decision trees, linear regression & logistic regression along with evaluating models, gradient descent & digit classification. Concepts of CNN are also covered along with its architectures, layers, K-means algorithm, K-means implementation, facial recognition & others.


This course includes:

Section 1- TensorFlow 2.0, Graphs, Automatic Differentiation, Keras and TensorFlow, Intro to Machine Learning, Types of Supervised Learning.

Section 2- Decision Trees, Linear Regression, Logistic Regression, Model Evaluation.

Section 3- Gates and Forward Propagation, Complex Decision Boundaries, Backpropagation, Gradient Descent Type and Softmax, Digit Classification.

Section 4- CNN, Layers of CNN, Famous CNN Architectures.

Section 5- K-Means Algorithm, Centroid Initialization, K-Means ++, Number of Clusters, K-Means Implementation, Principal Component Analysis, Facial Recognition using PCA.


Searching for the online course that will teach you TensorFlow practically? Search no more!! Begin with this course today to get your hands dirty with TensorFlow!!

Who this course is for:

  • Students who want to learn practical implementation of algorithms in TensorFlow