In this brief tutorial, we learn the use of deep learning to to train our model. Tensorflow is very popular deep learning library developed and maintained by Google and Open source community. The release of tensorflow 2.0 is expected this year and already in beta version.
We will use tensorflow 2.0 with google colab. Also, there is nice tool to visualise the training in tensorflow and is called as Tensorboard. A tensorboard is also setup in our course.
After training the model, we will learn how to use this model for prediction. In the next revision, We will deploy this model to google cloud.
Below is the google colab notebook. Feel free to use, develop and share it.