Is it possible to see patternnet architecture as a plot?
3 次查看(过去 30 天)
显示 更早的评论
Hello all,
I was wondering if it is possible to see patternnet architecture as a plot? like layers drawing or in any other way like we do for the deep learning model. The view net option does not provide much details.
0 个评论
采纳的回答
Walter Roberson
2023-12-14
There is just view(NET) where NET is the patternnet architecture.
Unfortunately, analyzeNetwork() only applies to Layer array, LayerGraph, SeriesNetwork, DAGNetwork, or dlnetwork -- which are completely different kinds of networks.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!