Assignment Solution

In this lesson, we will discuss the solutions for the assignments in this chapter.

Problem one

Train a CNN on any other image dataset. You can download a very popular dog vs cat dataset here.

Let us first see how you can load any dataset from Kaggle in your Google Colab for faster and easier computations.

Load data from Kaggle into Google Colab

You need to follow the steps below to download and use Kaggle data within Google Colab:

  • Go to your Kaggle account, scroll to the API section, and click “Expire API Token” to remove previous tokens.

  • Click on “Create New API Token”: it will download the kaggle.json file onto your machine.

Get hands-on with 1200+ tech skills courses.