Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Machine Learning Projects with TensorFlow 2.0
Rating: 4.4 out of 5(10 ratings)
107 students

Machine Learning Projects with TensorFlow 2.0

Build and train models for real-world machine learning projects using Tensorflow 2.0
Last updated 5/2020
English

What you'll learn

  • Strengthen your foundations to build TensorFlow 2.0 projects by exploring its new features
  • Analyze the Titanic data set to obtain desired results with ease
  • Implement and organize your Tensorflow projects in a professional manner
  • Use Tensorboard to inspect various metrics and monitor your project’s performance
  • Research and make the most of other people's Kaggle solutions
  • Use OpenAI Gym Environments for implementing state of the art reinforcement learning techniques using TF-Agents
  • Apply the latest Transfer Learning techniques from Tensorflow

Course content

5 sections36 lectures4h 20m total length
  • Course Overview6:08

    This video provides an overview of the entire course.

  • Setting Up TensorFlow 2.03:16

    This video shows how to install TensorFlow 2 and other necessary libraries

       •  Get to know the recommended OS and Python version

       •  Install Anaconda

       •  Install TensorFlow 2 (TF 2) and GPU TensorFlow 2

  • Getting Started with TensorFlow 2.08:55

    In this video, the main features and syntax of TensorFlow 2 are introduced.

       •  Generate and display some toy data

       •  Implement a linear model in TF 2

       •  Highlight the TF 2 features we used

  • Analyzing the Airbnb Dataset and Making a Plan3:50

    This video introduces the New York Airbnb dataset that we are going to use.

       •  Download the dataset from Kaggle

       •  Understand the need for a plan

       •  Write an outline of the steps we are going to take

  • Implementing a Simple Linear Regression Algorithm13:04

    In this video, we implement a simple linear model and apply it on our Airbnb dataset.

       •  Load the Airbnb dataset

       •  Preprocess the dataset

       •  Adapt and run the linear model from the previous videos

  • Implementing a Multi Layer Perceptron (Artificial Neural Network)11:38

    In this video, we change our model to an artificial neural network (ANN), in hopes of obtaining better results.

       •  Perform some data analysis through visualizations

       •  Use TF 2 Keras to implement an ANN

       •  Run the ANN on our dataset

  • Improving the Network with Better Activation Functions and Dropout5:41

    In this video, we improve our ANN by exploring better activation functions, dropout and get a new optimizer.

       •  Understand the necessary changes to the code

       •  Understand the usefulness of the new concepts used

       •  Run the optimized ANN and view the new results

  • Adding More Metrics to Gain a Better Understanding5:10

    In this video, we add more metrics to be reported during training and testing of our ANN.

       •  Understand what metrics are and why they are useful

       •  Add the metrics to the code

       •  Run the code and view the new metrics reported

  • Putting It All Together in a Professional Way7:08

    In this video, we clean up our code and make it look similar to how a production-quality solution would look like.

       •  Remove the unneeded cells from the notebook

       •  Add model saving and loading

       •  Discuss the conclusions

  • Test your knowledge

Requirements

  • This course will appeal to someone who has a basic understanding of ML concepts, Python and TensorFlow.

Description

TensorFlow is the world’s most widely adopted framework for Machine Learning and Deep Learning. TensorFlow 2.0 is a major milestone due to its inclusion of some major changes making TensorFlow easier to learn and use such as “Eager Execution”. It will support more platforms and languages, improved compatibility and remove deprecated APIs.

This course will guide you to upgrade your skills in Machine Learning by practically applying them by building real-world Machine Learning projects.

Each section should cover a specific project on a Machine Learning task and you will learn how to implement it into your system using TensorFlow 2. You will implement various Machine Learning techniques and algorithms using the TensorFlow 2 library. Each project will put your skills to test, help you understand and overcome the challenges you can face in a real-world scenario and provide some tips and tricks to help you become more efficient. Throughout the course, you will cover the new features of TensorFlow 2 such as Eager Execution. You will cover at least 3-4 projects. You will also cover some tasks such as Reinforcement Learning and Transfer Learning.

By the end of the course, you will be confident to build your own Machine Learning Systems with TensorFlow 2 and will be able to add this valuable skill to your CV.

About the Author

Vlad Ionescu is a lecturer at Babes-Bolyai University. He has a PhD in machine learning, a field he is continuously researching and exploring every day with technologies such as Python, Keras, and TensorFlow.

His philosophy is “If I can't explain something well enough for most people to understand it, I need to go back and understand it better myself before trying again”. This philosophy helps him to give of his best in his lectures and tutorials.

He started as a high school computer science teacher while he was doing his Masters over 5 years ago. Right now, he teaches various university-level courses and tutorials, covering languages, technologies, and concepts such as Python, Keras, machine learning, C#, Java, algorithms, and data structures.

During his high school and college years, he participated in many computer science contests and Olympiads and was active on some online judge sites. He also owns a StackOverflow gold badge in the Algorithm tag.

Who this course is for:

  • This course is for developers, data scientists and ML engineers who now want to enhance their skill set in Machine Learning using TensorFlow by building real-world projects.