フィルターのクリア

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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by