Welcome to Practical Machine Learning with TensorFlow 2.0 MOOC. As the name suggests we will mainly focus on practical aspects of ML that involves writing code in Python with TensorFlow 2.0 API. In every session, we will review the concept from theory point of view and then jump straight into implementation. We will be using Google Colab as a platform for coding these models. We will mainly cover material from the following page: https://www.tensorflow.org/beta
I would strongly advise students to run the code and experience how the code works. Once you get the basic idea of the concept and its implementation, you can spend some time looking at the details of each function from TF RC 2.0 API.
We will learn how to use tf.Keras and tf.Estimator APIs for building models. We will also learn to use tf.Dataset API for building input pipelines for bringing data to ML models. Later in the course, we will learn how to build customized ML models and train them in distributed fashion.
Wish you a great journey of learning TensorFlow with us!