Extracting (ranked) softmax values for each validation image

3 ビュー (過去 30 日間)
M J
M J 2020 年 8 月 18 日
回答済み: Srivardhan Gadila 2020 年 8 月 23 日
Hi everyone,
I trained a model (fine tuning) to classify 10 types of images. I was just wondering if there was a simple way to return, say, a matrix containing all validation images (with their respective names/labels) and their predictive scores (classification confidence) ?
Thank you !
Best regards.

採用された回答

Srivardhan Gadila
Srivardhan Gadila 2020 年 8 月 23 日
Use the activations function to get the output of softmaxLayer & use the max function to get the maximum of all scores i.e., score of the predicted class. Also I think you can use the same Name-Value Pair Arguments & Syntax used for predict function. You can refer to Visualize Activations of a Convolutional Neural Network for more examples on the usage of activations function.

その他の回答 (0 件)

カテゴリ

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