Machine learning image analysis (category issue)
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello!
I have questions about the machine learning.
What I'm trying to do is like recognizing images of dogs and cats (and other animals).
There are already a lot of tools for that, but I want to differentiate between the breeds below them.
For example, there are various breeds such as Golden Retriever, Chihuahua, Bulldog, etc.
So I want to make the sub-categories separate like dog - chihuahua and cat - persian.
There are my questions.
1. Is this possible? Could you tell me how to do it?
2. Can I do this with CNN (Convolutional Neural Network)?
댓글 수: 0
채택된 답변
Image Analyst
2020년 12월 5일
Yes, you need to do transfer learning. You need to follow the example for transfer learning and provide it with a labeled data set with hundreds of images of different breeds where you've correctly identified each breed. I'd probably say at least 20 of each breed (if the breeds are very distinctive/unique in their appearance) but more would of course be better.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!