1 Star 0 Fork 0

waka1991 / AI-For-Beginners

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Lee Stott 提交于 2022-07-14 22:16 . update data source

Classification of Oxford Pets using Transfer Learning

Lab Assignment from AI for Beginners Curriculum.

Task

Imagine you need to develop and application for pet nursery to catalog all pets. One of the great features of such an application would be automatically discovering the breed from a photograph. In this assignment, we will use transfer learning to classify real-life pet images from Oxford-IIIT pets dataset.

The Dataset

We will use the original Oxford-IIIT pets dataset, which contains 35 different breeds of dogs and cats.

To download the dataset, use this code snippet:

!wget https://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz
!tar xfz images.tar.gz
!rm images.tar.gz

Stating Notebook

Start the lab by opening OxfordPets.ipynb

Takeaway

Transfer learning and pre-trained networks allow us to solve real-world image classification problems relatively easily. However, pre-trained networks work well on images of similar kind, and if we start classifying very different images (eg. medical images), we are likely to get much worse results.

1
https://gitee.com/waka1991/AI-For-Beginners.git
git@gitee.com:waka1991/AI-For-Beginners.git
waka1991
AI-For-Beginners
AI-For-Beginners
main

搜索帮助