Classify Images of Cats and Dogs using Transfer Learning

Go to class
Write Review

Classify Images of Cats and Dogs using Transfer Learning provided by Coursera is a comprehensive online course, which lasts for 1 hour of material. Classify Images of Cats and Dogs using Transfer Learning is taught by Google Cloud Training. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • This is a self-paced lab that takes place in the Google Cloud console.

    TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.

    This lab uses transfer learning to train your machine. In transfer learning, when you build a new model to classify your original dataset, you reuse the feature extraction part and re-train the classification part with your dataset. This method uses less computational resources and training time. Deep learning from scratch can take days, but transfer learning can be done in short order.