ニューラルネットワークに使われる学習データの作成の仕方
Show older comments
畳み込みニューラルネットワークでの分類学習を行っているのですが、 MATLABにあるdigitTrain4DArrayDateのような、画像に対するラベル付けが出来るものは MATLABに用意されているのでしょうか?
Accepted Answer
More Answers (1)
mizuki
on 10 Jul 2017
2 votes
digitTrain4DArrayDate が何かはわからないのですが、Computer Vision System Toolbox の学習イメージラベラー (trainingImageLabeler) で画像に対するラベル付けをすることができます。MATLAB のアプリタブの以下のようなアイコンをクリックすると起動します。

使用方法は以下にあります。
- 分類モデルの学習に使用するイメージのラベル付け https://jp.mathworks.com/help/vision/ug/label-images-for-classification-model-training.html
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!