A Complete Guide on TensorFlow 2.0 using Keras API (Udemy.com)

Build Amazing Applications of Deep Learning and Artificial Intelligence in TensorFlow 2.0

Created by: Hadelin de Ponteves

Produced in 2021

icon
What you will learn

  • How to use Tensorflow 2.0 in Data Science
  • Important differences between Tensorflow 1.x and Tensorflow 2.0
  • How to implement Artificial Neural Networks in Tensorflow 2.0
  • How to implement Convolutional Neural Networks in Tensorflow 2.0
  • How to implement Recurrent Neural Networks in Tensorflow 2.0
  • How to build your own Transfer Learning application in Tensorflow 2.0
  • How to build a stock market trading bot using Reinforcement Learning (Deep-Q Network)
  • How to build Machine Learning Pipeline in Tensorflow 2.0
  • How to conduct Data Validation and Dataset Preprocessing using TensorFlow Data Validation and TensorFlow Transform.
  • Putting a TensorFlow 2.0 model into production
  • How to create a Fashion API with Flask and TensorFlow 2.0
  • How to serve a TensorFlow model with RESTful API

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 80 / 100

icon
Course Description

Welcome to Tensorflow 2.
0!
TensorFlow 2.
0 has just been released, and it introduced many features that simplify the model development and maintenance processes. From the educational side, it boosts people's understanding by simplifying many complex concepts. From the industry point of view, models are much easier to understand, maintain, and develop.
Deep Learning is one of the fastest growing areas of Artificial Intelligence. In the past few years, we have proven that Deep Learning models, even the simplest ones, can solve very hard and complex tasks. Now, that the buzz-word period of Deep Learning has, partially, passed, people are releasing its power and potential for their product improvements.
The course is structured in a way to cover all topics from neural network modeling and training to put it in production.
In Part 1 of the course, you will learn about the technology stack that we will use throughout the course (Section 1) and the TensorFlow 2.
0 library basics and syntax (Section 2).
In Part 2 of the course, we will dig into the exciting world of deep learning. Through this part of the course, you will implement several types of neural networks (Fully Connected Neural Network (Section 3), Convolutional Neural Network (Section 4), Recurrent Neural Network (Section 5)). At the end of this part, Section 6, you will learn and build their own Transfer Learning application that achieves state of the art (SOTA) results on the Dogs vs. Cats dataset.
After passing the part 2 of the course and ultimately learning how to implement neural networks, in Part 3 of the course, you will learn how to make your own Stock Market trading bot using Reinforcement Learning, specifically Deep-Q Network.
Part 4 is all about TensorFlow Extended (TFX). In this part of the course, you will learn how to work with data and create your own data pipelines for production. In Section 8 we will check if the dataset has any anomalies using the TensorFlow Data Validation library and after learn how to check a dataset for anomalies, in Section 9, we will make our own data preprocessing pipeline using the TensorFlow Transform library.
In Section 10 of the course, you will learn and create your own Fashion API using the Flask Python library and a pre-trained model. Throughout this section, you will get a better picture of how to send a request to a model over the internet. However, at this stage, the architecture around the model is not scalable to millions of request. Enter the Section 11. In this section of the course, you will learn how to improve solution from the previous section by using the TensorFlow Serving library. In a very easy way, you will learn and create your own Image Classification API that can support millions of requests per day!
These days it is becoming more and more popular to have a Deep Learning model inside an Android or iOS application, but neural networks require a lot of power and resources! That's where the TensorFlow Lite library comes into play. In Section 12 of the course, you will learn how to optimize and convert any neural network to be suitable for a mobile device.
To conclude with the learning process and the Part 5 of the course, in Section 13 you will learn how to distribute the training of any Neural Network to multiple GPUs or even Servers using the TensorFlow 2.
0 library.
Who this course is for:
Deep Learning Engineers who want to learn Tensorflow 2.
0Artificial Intelligence Engineers who want to expand their Deep Learning stack skillsComputer Scientists who want to enter the exciting area of Deep Learning and Artificial IntelligenceData Scientists who want to take their AI Skills to the next levelAI experts who want to expand on the field of applicationsPython Developers who want to enter the exciting area of Deep Learning and Artificial IntelligenceEngineers who work in technology and automationBusinessmen and companies who want to get ahead of the gameStudents in tech-related programs who want to pursue a career in Data Science, Machine Learning, or Artificial IntelligenceAnyone passionate about Artificial Intelligence

icon
Instructor Details

Hadelin de Ponteves

Hadelin is the co-founder and CEO at BlueLife AI, which leverages the power of cutting edge Artificial Intelligence to empower businesses to make massive profits by innovating, automating processes and maximizing efficiency. Hadelin is also an online entrepreneur who has created 70+ top-rated educational e-courses to the world on topics such as Machine Learning, Deep Learning, Artificial Intelligence and Blockchain, which have reached 1M+ students in 210 countries.

icon
More courses by Hadelin de Ponteves

Blockchain A-Z: Learn How To Build Your First Blockchain

$11.99

Deep Learning and NLP A-Z: How to create a ChatBot

$11.99

Artificial Intelligence 2018: Build the Most Powerful AI

$11.99

Artificial Intelligence for Business

$11.99

Artificial Intelligence Masterclass

$11.99

Artificial Intelligence A-Z: Learn How To Build An AI

$11.99

icon
More deep learning courses

Learn Data Science Deep Learning, Machine Learning NLP & R

$11.99

Complete Tensorflow 2 and Keras Deep Learning Bootcamp

$11.99

PyTorch for Deep Learning and Computer Vision

$11.99

PyTorch: Deep Learning and Artificial Intelligence

$11.99

Deep Learning with TensorFlow 2.0 [2021]

$11.99

The Complete Self-Driving Car Course - Applied Deep Learning

$11.99

icon
Reviews

4.0

170 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Arturo Daz del Castillo on 11/14/2020

Great content!

By Amirreza Bagherzadeh on 10/22/2020

Seems like there are a lot of great stuff in this course

By David Morenus on 10/21/2020

Just sampling from the suggested lectures list. It is more of an intro to something else than a standalone lecture.

By Manhal Rahman on 10/20/2020

Lovely course. My grip on Tensorflow is so much more solid now compared to what I knew before starting this course (I only knew basic Keras, as in the ones used in Andrew Ng's Deep Learning Specialization's exercises .
Go ahead. If you follow Laurence Moroney's Tensorflow specialization as well, you'll be a tensorflow expert.

By Liam Patrick Roche on 10/19/2020

The start of the course was easy for me, mostly a refresher of stuff I knew with some TF 2 updates, which was just what I wanted. Later topics were mostly novel to me and interesting glimpses into standard techniques of general usage.
However, IMHO, a significant deficiency of the course was the lack of course work. Early videos have occasional easy questions to check you were listening, but nothing more. Later ones have not even that. This is not what I was expecting, thus one star gone.
In addition, the material could do with a bit of updating as TF 2 has matured. Using code that was already deprecated at the time of recording seems a curious decision also.
That being said, I think the claim that this course provides many useful pieces of code that can be adapted for a user's personal needs is true and a strong point.

By Anwar Fanan on 10/15/2020

fantastic course, that is what i am looking for to learn

By Adnan NCEVARLIK on 10/4/2020

Now I know much more information about TensorFlow 2.0

By Ngozi Palmer Okuna on 9/23/2020

Best course, detailed explanation and hands on learning.

By Darko Juri on 9/22/2020

Deep Reinforcement Learning Theory lacks samples and practice (section 7).

By Javedh jafferi Shaik on 9/9/2020

Very Goooooood

By William McKeon on 9/6/2020

This a comment for Udemy my account keeps restarting

By Mattia Cinelli on 8/19/2020

I have a large screen, still I have to squeeze my eyes cause the code covers 1/3 of the screen, very hard to follow along.
Besides, the explanation of the code itself is shallow, I'd need to know more than what is already written, for that I can read myself.