- How do you expect us to help when you do not show us your code ???
- Just the fact that the error involves "predict" and you show no such code is more than enough for a bald man to scratch his head.
- Please see the HELP and DOC files before posting a question.
How to use predict(net,X) with Sequence data or data which have single dimensional input?
1 回表示 (過去 30 日間)
古いコメントを表示
I have trained the model on input having
size(input) = [1 78852] double
and output of
size(Output) = [1 78852].
The model is trained using command
net = layrecnet(1:2,[20 20],'trainlm');.
I want to use the predict(net, X) but it is giving me error
Error using predict (line 84)
No valid system or dataset was specified.
As my input is single dimentional vector. How to use this predict function in my prgoram?
0 件のコメント
回答 (1 件)
Greg Heath
2019 年 1 月 11 日
Greg
3 件のコメント
Greg Heath
2019 年 1 月 23 日
You are not using the MATLAB VERSION of the definition validation.
See the Matlab definitions of train, val and test.
Greg
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!