What's the difference between dlnetwork and DAGNetwork about deep learning?
조회 수: 28 (최근 30일)
이전 댓글 표시
In deep learning toolbox, there are dlnetwork and DAGNetwork object. But I want to know what's the difference between them?
댓글 수: 0
채택된 답변
David Willingham
2022년 9월 19일
DAGNetwork was the object created when the Deep Learning Toolbox first started supporting CNNs and LSTMs. A few years after dlnetwork came out, to support customized networks like GANs. In the future you will likely see more support for dlnetwork training and inference in MATLAB as it will help us support a larger variety of network types.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!