The output size of the last layer (18) doesn’t match the number of classes (38) in patternet
1 view (last 30 days)
Show older comments
Hi
I used patternnet toolbox for classification problem However, The output size of the last layer is 18 which doesn’t match the number of classes which is 38 classes.
what should i change?
This is my code
hiddenLayerSize =2;
net = patternnet(hiddenLayerSize, trainFcn);
Thank you
0 Comments
Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!