错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Transfer Learning

  • Harsh Bhasin

摘要

Assume that you have been assigned the responsibility of developing an app that can classify ten new musical instruments developed recently by renowned musicians. You only have a few hundred images of these instruments. To classify these images, you decide to use GoogLeNet architecture, which has around 6.8 million parameters. If you decide to train the model using the given images, you will realize that you have an insufficient number of images. However, if you train the model using the pictures of known instruments, you might be able to train it, but it will take a lot of time and computational resources. So the challenge is to train a sufficiently complex model on a dataset that does not have a sufficient number of images, and you probably do not have GPU as well.