TensorFlow 2.0 Practical
TensorFlow 2.0 Practical, available at $89.99, has an average rating of 4.74, with 91 lectures, based on 867 reviews, and has 7947 subscribers.
You will learn about Master Google’s newly released TensorFlow 2.0 to build, train, test and deploy Artificial Neural Networks (ANNs) models. Learn how to develop ANNs models and train them in Google’s Colab while leveraging the power of GPUs and TPUs. Deploy ANNs models in practice using TensorFlow 2.0 Serving. Learn how to visualize models graph and assess their performance during training using Tensorboard. Understand the underlying theory and mathematics behind Artificial Neural Networks and Convolutional Neural Networks (CNNs). Learn how to train network weights and biases and select the proper transfer functions. Train Artificial Neural Networks (ANNs) using back propagation and gradient descent methods. Optimize ANNs hyper parameters such as number of hidden layers and neurons to enhance network performance. Apply ANNs to perform regression tasks such as house prices predictions and sales/revenue predictions. Assess the performance of trained ANN models for regression tasks using KPI (Key Performance indicators) such as Mean Absolute error, Mean squared Error, and Root Mean Squared Error, R-Squared, and Adjusted R-Squared. Assess the performance of trained ANN models for classification tasks using KPI such as accuracy, precision and recall. Apply Convolutional Neural Networks to classify images. Sample real-world, practical projects: Project #1: Train Simple ANN to convert Celsius temperature reading to Fahrenheit Project #2 (Exercise): Train Feedforward ANN to predict Revenue/sales Project #3: As a real-estate consultant, predict house prices using ANNs (Regression Task) Project #4 (Exercise): As a business owner, predict Bike rental usage (Regression Task) Project #5: Develop Artificial Neural Networks in the medical field to perform classification tasks such as diabetes detection (Classification task) Project #6: Develop AI models to perform sentiment analysis and analyze online customer reviews. Project #7: Train LeNet Deep Learning models to perform traffic signs classification. Project #8: Train CNN to perform fashion classification Project #9: Train CNN to perform image classification using Cifar-10 dataset Project #10: Deploy deep learning image classification model using TF serving This course is ideal for individuals who are Data Scientists who want to apply their knowledge on Real World Case Studies or AI Developers or AI Researchers It is particularly useful for Data Scientists who want to apply their knowledge on Real World Case Studies or AI Developers or AI Researchers.
Enroll now: TensorFlow 2.0 Practical
Summary
Title: TensorFlow 2.0 Practical
Price: $89.99
Average Rating: 4.74
Number of Lectures: 91
Number of Published Lectures: 85
Number of Curriculum Items: 91
Number of Published Curriculum Objects: 85
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Master Google’s newly released TensorFlow 2.0 to build, train, test and deploy Artificial Neural Networks (ANNs) models.
- Learn how to develop ANNs models and train them in Google’s Colab while leveraging the power of GPUs and TPUs.
- Deploy ANNs models in practice using TensorFlow 2.0 Serving.
- Learn how to visualize models graph and assess their performance during training using Tensorboard.
- Understand the underlying theory and mathematics behind Artificial Neural Networks and Convolutional Neural Networks (CNNs).
- Learn how to train network weights and biases and select the proper transfer functions.
- Train Artificial Neural Networks (ANNs) using back propagation and gradient descent methods.
- Optimize ANNs hyper parameters such as number of hidden layers and neurons to enhance network performance.
- Apply ANNs to perform regression tasks such as house prices predictions and sales/revenue predictions.
- Assess the performance of trained ANN models for regression tasks using KPI (Key Performance indicators) such as Mean Absolute error, Mean squared Error, and Root Mean Squared Error, R-Squared, and Adjusted R-Squared.
- Assess the performance of trained ANN models for classification tasks using KPI such as accuracy, precision and recall.
- Apply Convolutional Neural Networks to classify images.
- Sample real-world, practical projects:
- Project #1: Train Simple ANN to convert Celsius temperature reading to Fahrenheit
- Project #2 (Exercise): Train Feedforward ANN to predict Revenue/sales
- Project #3: As a real-estate consultant, predict house prices using ANNs (Regression Task)
- Project #4 (Exercise): As a business owner, predict Bike rental usage (Regression Task)
- Project #5: Develop Artificial Neural Networks in the medical field to perform classification tasks such as diabetes detection (Classification task)
- Project #6: Develop AI models to perform sentiment analysis and analyze online customer reviews.
- Project #7: Train LeNet Deep Learning models to perform traffic signs classification.
- Project #8: Train CNN to perform fashion classification
- Project #9: Train CNN to perform image classification using Cifar-10 dataset
- Project #10: Deploy deep learning image classification model using TF serving
Who Should Attend
- Data Scientists who want to apply their knowledge on Real World Case Studies
- AI Developers
- AI Researchers
Target Audiences
- Data Scientists who want to apply their knowledge on Real World Case Studies
- AI Developers
- AI Researchers
Artificial Intelligence (AI) revolution is here and TensorFlow 2.0 is finally here to make it happen much faster! TensorFlow 2.0 is Google’s most powerful, recently released open source platform to build and deploy AI models in practice.
AI technology is experiencing exponential growth and is being widely adopted in the Healthcare, defense, banking, gaming, transportation and robotics industries. The purpose of this course is to provide students with practical knowledge of building, training, testing and deploying Artificial Neural Networks and Deep Learning models using TensorFlow 2.0 and Google Colab.
The course provides students with practical hands-on experience in training Artificial Neural Networks and Convolutional Neural Networks using real-world dataset using TensorFlow 2.0 and Google Colab. This course covers several technique in a practical manner, the projects include but not limited to:
(1) Train Feed Forward Artificial Neural Networks to perform regression tasks such as sales/revenue predictions and house price predictions
(2) Develop Artificial Neural Networks in the medical field to perform classification tasks such as diabetes detection.
(3) Train Deep Learning models to perform image classification tasks such as face detection, Fashion classification and traffic sign classification.
(4) Develop AI models to perform sentiment analysis and analyze customer reviews.
(5) Perform AI models visualization and assess their performance using Tensorboard
(6) Deploy AI models in practice using Tensorflow 2.0 Serving
The course is targeted towards students wanting to gain a fundamental understanding of how to build and deploy models in Tensorflow 2.0. Basic knowledge of programming is recommended. However, these topics will be extensively covered during early course lectures; therefore, the course has no prerequisites, and is open to any student with basic programming knowledge. Students who enroll in this course will master AI and Deep Learning techniques and can directly apply these skills to solve real world challenging problems using Google’s New TensorFlow 2.0.
Course Curriculum
Chapter 1: INTRODUCTION AND COURSE OUTLINE
Lecture 1: Introduction and Welcome Message
Lecture 2: Course Overview
Lecture 3: EXTRA: Learning Path
Lecture 4: What's AI, ML and DL
Lecture 5: Machine Learning – Big Picture
Lecture 6: Whats new in TF2 and Google Colab
Lecture 7: Whats New in TensorFlow 2.0
Lecture 8: What is Google Colab
Lecture 9: Google Colab Demo
Lecture 10: Eager Execution
Lecture 11: Keras API
Lecture 12: Get the materials
Chapter 2: BUILD YOUR FIRST SIMPLE PERCEPTRON (SINGLE NEURON) MODEL IN TF 2.0
Lecture 1: PROJECT #1 OVERVIEW: CONVERT CELSUIS TO FAHRENHEIT
Lecture 2: PROJECT #1 What are ANNs and How they learn?
Lecture 3: PROJECT #1 Build our first ANN model
Lecture 4: PROJECT #1 TF Playground
Lecture 5: PROJECT #1 Coding Step 1 – Load TF and Data
Lecture 6: PROJECT #1 Coding Step 2 – Model Training
Lecture 7: PROJECT #1 Coding Step 3 – Model Evaluation
Lecture 8: PROJECT #2 Overview
Lecture 9: PROJECT#2: Google Colab Questions Overview
Lecture 10: PROJECT # 2 Coding Part 1
Lecture 11: PROJECT # 2 Coding Part 2
Lecture 12: PROJECT # 2 Coding Part 3
Chapter 3: BUILD A MULTI LAYER ARTIFICIAL NEURAL NETWORKS FOR REGRESSION TASKS
Lecture 1: PROJECT #3: Overview
Lecture 2: PROJECT #3 Regression basics
Lecture 3: PROJECT #3 ANN in Action
Lecture 4: PROJECT #3 Activation functions overview
Lecture 5: PROJECT #3 MultiLayer Perceptron Network
Lecture 6: PROJECT #3 ANN Training and Epochs Definition
Lecture 7: PROJECT #3 Tensorflow Playground 3
Lecture 8: PROJECT #3 Gradient Descent
Lecture 9: PROJECT #3 Back Propagation
Lecture 10: PROJECT #3 Bias Variance Tradeoff
Lecture 11: PROJECT #3 Performance Metrics
Lecture 12: PROJECT #3 Coding part 1
Lecture 13: PROJECT #3 Coding part 2
Lecture 14: PROJECT #3 Coding part 3
Lecture 15: PROJECT #3 Coding part 4
Lecture 16: PROJECT #3 Coding part 5 – Training
Lecture 17: PROJECT #3 Coding part 6
Lecture 18: PROJECT #4 Overview
Lecture 19: PROJECT #4 Google Colab Overview
Lecture 20: PROJECT #4 Coding Part 1
Lecture 21: PROJECT #4 Coding Part 2
Lecture 22: PROJECT #4 Coding Part 3
Chapter 4: ARTIFICIAL NEURAL NETWORKS FOR CLASSIFICATION TASKS
Lecture 1: PROJECT #5 Project Overview sentiment
Lecture 2: PROJECT #5 Tokenization and Count Vectorizer
Lecture 3: PROJECT #5 Confusion Matrix
Lecture 4: PROJECT #5 Load Dataset
Lecture 5: PROJECT #5 Data Visualization
Lecture 6: PROJECT #5 Data Tokenization
Lecture 7: PROJECT #5 Model Building and Training
Lecture 8: PROJECT #5 Model Evaluation
Lecture 9: PROJECT #6 Project Overview
Lecture 10: PROJECT #6 Google Colab Project Questions Overview
Lecture 11: PROJECT #6 Google Colab Project Questions Overview 2
Lecture 12: PROJECT #6 Project Coding Solution Part 1
Lecture 13: PROJECT #6 Project Coding Solution Part 2
Chapter 5: DEEP LEARNING FOR IMAGE CLASSIFICATION
Lecture 1: PROJECT #7 Overview
Lecture 2: PROJECT #7 CNN Entire Network Overview
Lecture 3: PROJECT #7 Feature Detectors
Lecture 4: PROJECT #7 RELU
Lecture 5: PROJECT #7 Pooling and Downsampling
Lecture 6: PROJECT #7 Performance Improvement
Lecture 7: PROJECT #7 Coding part 1 Import Data
Lecture 8: PROJECT #7 Coding part 2 Visualization
Lecture 9: PROJECT #7 Coding part 3 Train model
Lecture 10: PROJECT #7 Coding part 4 – Evaluate model
Lecture 11: PROJECT #8 Project Overview
Lecture 12: PROJECT #8 LeNet Architecture
Lecture 13: PROJECT #8 Coding part 1
Lecture 14: PROJECT #8 Coding part 2
Lecture 15: PROJECT #8 Coding part 3
Lecture 16: PROJECT #9 Overview
Lecture 17: PROJECT #9 Questions Overview
Lecture 18: PROJECT #9 Solution Part 1
Lecture 19: PROJECT #9 Solution Part 2
Chapter 6: MODEL DEPLOYMENT USING TF SERVING
Lecture 1: TF Serving Coding Part 1
Lecture 2: TF Serving Coding Part 2
Lecture 3: TF Serving Coding Part 3
Lecture 4: Tensorboard Example 1
Lecture 5: Tensorboard Example 2
Lecture 6: Distributed Strategy
Chapter 7: Congratulations!! Don't forget your Prize 🙂
Lecture 1: Bonus: How To UNLOCK Top Salaries (Live Training)
Instructors
-
Dr. Ryan Ahmed, Ph.D., MBA
Best-Selling Professor, 400K+ students, 250K+ YT Subs -
SuperDataScience Team
Helping Data Scientists Succeed -
Mitchell Bouchard
B.S, Host @RedCapeLearning 540,000 + Students -
Ligency Team
Helping Data Scientists Succeed
Rating Distribution
- 1 stars: 10 votes
- 2 stars: 24 votes
- 3 stars: 80 votes
- 4 stars: 327 votes
- 5 stars: 426 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024