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!