Is it possible to see patternnet architecture as a plot?
4 views (last 30 days)
Show older comments
Yaser Arafath Gulam Dhasthagir
on 14 Dec 2023
Answered: Walter Roberson
on 14 Dec 2023
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 Comments
Accepted Answer
Walter Roberson
on 14 Dec 2023
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 Comments
More Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!