フィルターのクリア

classificationLayer cannot output one-hot encoded matrix?

1 回表示 (過去 30 日間)
Xiaolong
Xiaolong 2019 年 7 月 10 日
コメント済み: Sanjana Sankar 2019 年 7 月 30 日
openExample('nnet/ConstructAndTrainAConvolutionalNeuralNetworkExample')
In this demo, the output of the net was a categorical vector.
But in most of the cnn tutorials, the output should be one-hot encoded. Why does matlab use a categorical vector instead?
How to feed a one-hot encoded matrix to the net? The function trainNetwork() does not accept this kind of Y data.
Is the classificationLayer itself implemented one-hot encoding?
  2 件のコメント
Maria Duarte Rosa
Maria Duarte Rosa 2019 年 7 月 11 日
Hi Xiaolong, Thanks for your question. Is there a particular reason (apart from seeing in other cnn tutorials) why you think one-hot encoded outputs are better over categorical vectors? Do you have a particular use case? I'm just trying to understand your feedback/question.
Sanjana Sankar
Sanjana Sankar 2019 年 7 月 30 日
Hi can someone tell me how to do one hot encoding in MATLAB to feed to a network?

サインインしてコメントする。

回答 (1 件)

Himanshu tripathi
Himanshu tripathi 2019 年 7 月 10 日
Hey Xiaolong,
Why do you want to feed one hot encoded Y to the net?
The function trainNetwork() does not accept one hot encoded matrix and it's expected behaviour as per documentation.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by