Build a Deep Learning Model

In previous lessons, we've seen different techniques used in deep learning. Here, we'll delve in on how to build a deep learning model, specifically, a computer vision model. This will give you a hands-on experience of building a vision model.

Building a vision model

In this hands-on walkthrough practice, we'll be building an image classification model using an algorithm called YOLOv5. To get started with this, there are couple of steps we need to take.

  • Create an account on Roboflow.
    • Note your API KEY after account creation.
  • Open this colab notebook and make a copy to work with.
  • Follow the instructions in the notebook step-by-step and EXECUTE the codes.
  • You'll need to supply your Roboflow API KEY to download the image dataset.
  • A thread will be created on Discord for questions, comments, and contributions regarding this walkthrough.
Solution video - Image Classification

Enjoy this and have a lot of fun