We discuss in this module how to create a simple IPython Notebook to solve an image classification problem. MNIST contains a set of pictures.
Prerequisite
- Knowledge of Python
- Google account
Effort
- 1 hour
Topics covered
- Using Google Colab
- Running an AI application on Google Colab
1. Introduction to Google Colab
This module will introduce you to how to use Google Colab to run deep learning models.
A Gentle Introduction to Google Colab (Web) |
2. (Optional) Basic Python in Google Colab
In this module, we will take a look at some fundamental Python Concepts needed for day-to-day coding.
A Gentle Introduction to Python on Google Colab (Web) |
3. MNIST On Google colab
In this module, we discuss how to create a simple IPython Notebook to solve an image classification problem. MNIST contains a set of pictures
MNIST Classification on Google Colab (Web) |
Assignments
- Get an account on Google if you do not have one.
- Do the optional Basic Python Colab lab module
- Do the MNIST Colab module.