Why does my app did not have the data and training panel?
조회 수: 4 (최근 30일)
이전 댓글 표시
댓글 수: 3
답변 (1개)
Dhananjay Kumar
2020년 9월 23일
편집: Dhananjay Kumar
2020년 9월 23일
Deep network Designer app is to create and edit deep neural networks and not to train a network. Using this app you can create a network and export that network to workspace. There you can train it. Create and visualize network:https://in.mathworks.com/help/deeplearning/gs/get-started-with-deep-network-designer.html Train and use : in.mathworks.com/help/deeplearning/ug/create-simple-deep-learning-network-for-classification.html
The Define network architecture in the second link you can do using Deep Network Designer app. You have to export the network created using the app and then train it.
댓글 수: 2
Dhananjay Kumar
2020년 9월 24일
Oh I forgot that. The Data and Training tabs have been introduced in R2020a. See the correct documentation for R2019b here:
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!