Why does my app did not have the data and training panel?
Show older comments

3 Comments
Ameer Hamza
on 23 Sep 2020
Which MATLAB release are you using?
Adam Danz
on 23 Sep 2020
And what release of Matlab was the app written in?
Fong Yu Sheng
on 24 Sep 2020
Answers (1)
Dhananjay Kumar
on 23 Sep 2020
Edited: Dhananjay Kumar
on 23 Sep 2020
0 votes
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 Comments
Fong Yu Sheng
on 24 Sep 2020
Dhananjay Kumar
on 24 Sep 2020
Oh I forgot that. The Data and Training tabs have been introduced in R2020a. See the correct documentation for R2019b here:
Categories
Find more on Get Started with Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!