This document provides an introduction to deep learning for computer vision. It discusses what Google Colab is and how it can be used to develop deep learning applications using popular libraries like Keras and TensorFlow. It provides step-by-step instructions for setting up Google Colab and running Python code and exercises in the browser using the free GPU support.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
47 views
How To Use Colab
This document provides an introduction to deep learning for computer vision. It discusses what Google Colab is and how it can be used to develop deep learning applications using popular libraries like Keras and TensorFlow. It provides step-by-step instructions for setting up Google Colab and running Python code and exercises in the browser using the free GPU support.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13
Deep Learning for
Computer Vision
INTRODUCTION TO DEEP LEARNING
Prof. G.S. Jison Hsu 徐繼聖
• Artificial Vision Laboratory • National Taiwan University of Science and Technology
Deep Learning for Computer Vision
What Is Google Colab? Google Colab is a free cloud service and now it supports free GPU! You can: 1. Improve your Python programming language coding skills. 2. Develop deep learning applications using popular libraries such as Keras, TensorFlow, PyTorch, and OpenCV.
Deep Learning for Computer Vision 2
Getting Google Colab Ready to Use 1. Sign in your Google account 2. Open your Google drive
Deep Learning for Computer Vision 3
Create a New Notebook 1. New > More > Colaboratory 2. Create a new notebook
Exercise 4.1 Run the code 4.2 Files : the path of your files
Run the code
Deep Learning for Computer Vision 11
How to save file? 5.1 File > Download > Download .ipynb/Download .py
Deep Learning for Computer Vision 12
Exercise • Download “Bounding_Box.zip” from Moodle. • Use google colab to run the code. • Relevant information: http://d2l.ai/chapter_computer-vision/bounding-box.html