Missing processTurboFanDataTrain function in deep learning example
8 ビュー (過去 30 日間)
古いコメントを表示
Hi
There is an example of deep lerarnig provoded by mathwork in the following link:
I was trying to run this example code but there were missing functions which are processTurboFanDataTtain and processTurboFanDataTest.
Could you please guide me to find these missing functions?
Thanks
2 件のコメント
Mohammad Sami
2020 年 4 月 17 日
Paste the following command in Maltab
openExample('nnet/SequencetoSequenceRegressionUsingDeepLearningExample')
The two functions are in the same folder as the example
採用された回答
Steven Lord
2020 年 4 月 18 日
I believe, based on the Release Notes, that this example was introduced in release R2018a. Because of that I'm doubtful you could run it in release R2016a. Regardless, those helper functions are part of Deep Learning Toolbox so no, people should not upload those functions here. Upgrade to release R2018a or later with Deep Learning Toolbox (which prior to release R2018b was named Neural Network Toolbox) in order to run that example.
3 件のコメント
Steven Lord
2022 年 9 月 29 日
When I open the example in MATLAB Online the current directory contains three files, two of which are the helper files listed in the original question:
>> ls
processTurboFanDataTest.m processTurboFanDataTrain.m SequencetoSequenceRegressionUsingDeepLearningExample.mlx
If I opened the example in release R2022b with Deep Learning Toolbox installed I'd expect that same behavior.
その他の回答 (1 件)
Omar Kamel
2023 年 11 月 23 日
I tried this example with R2023b but the functions processTurboFanDataTrain and processTurboFanDataTest is not available. Any help on that?
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!