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!

