what is the difference between LayerGraph and DAGNetwork in deep learning?
古いコメントを表示
I find that the data structure of LayerGraph and DAGNetwork in neural network toolbox have the same contents. So, is there any difference between them?
3 件のコメント
Von Duesenberg
2018 年 7 月 11 日
Differences arise between DAG networks and series networks. The documentation explains all this quite well.
Karthiga Mahalingam
2018 年 7 月 11 日
A LayerGraph is used to specifically describe layout of the layers of a DAG network. It has methods to play around with the layer structure such as addLayers, connectLayers. removeLayers etc. A DAGNetwork is the neural network model as a whole and not just the layers. Its' methods involve playing around with the model like predict, classify, activations etc. In short, you'd be using layerGraph to specify a DAGNetwork but there is much more to it like training it etc.
Jack Xiao
2018 年 7 月 12 日
採用された回答
その他の回答 (2 件)
Mingrun Wang
2018 年 7 月 25 日
1 投票
one is a class,and one is struct.
Mingrun Wang
2018 年 7 月 25 日
0 投票
the pair of LayerGraph and DAGnetwork remsembles with one of Layer and SeriesNetwork(in my mind)
3 件のコメント
Jack Xiao
2019 年 1 月 13 日
Alaa ElDin ElHilaly
2019 年 1 月 22 日
Then how can we convert a LayerGraph we trained to seriesNetwork to use it in classifications?
Handenur Caliskan
2019 年 1 月 24 日
I have the same situtation too. How can we change the trained layergraph to a seriesnetwork or dagnetwork?
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

