how to plot features of resnet-50 when input given is image
12 ビュー (過去 30 日間)
古いコメントを表示
I have images of mouth ROI applied as an input to resnet-50. i want to plot visual features. What are the steps to plot the features & how to analyze it & interpret it
0 件のコメント
採用された回答
Birju Patel
2023 年 9 月 7 日
Network features are usually high-dimensional vectors so one way to visualize them is to use t-SNE:
There are other examples that show how to gain insight using explainability and feature visualization here:
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!