필터 지우기
필터 지우기

How can I label images with numbers for the purposes of machine learning?

조회 수: 2 (최근 30일)
MATMania
MATMania 2020년 3월 29일
댓글: Peng Li 2020년 3월 30일
I am new to MATLAB.
For example, if i have a series of images of jars with m&ms,
and i have the true number of visible m&ms per jar.
How do i label these so as to train a network
capable of taking an image as input
and yielding number of m&ms as output?

답변 (1개)

Peng Li
Peng Li 2020년 3월 29일
One solution is to save images with the same number of mms in one folder and name that folder with the number of mms. You can load these folders as an imagedatastore. It has property to specify classes as folder names.
I have a set of deep learning scrips with matlab that you may be interested in.
Check
https://github.com/pliphd/neural-network-and-deep-learning-with-MATLAB
  댓글 수: 4
MATMania
MATMania 2020년 3월 29일
thanks Peng. regression would be great i think. could you refer me to documentation thats good for regressing images to a integer value?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by