How to train "timedelaynet" using "trainNetwork" function in Deep Learning Toolbox?

8 ビュー (過去 30 日間)
Abdelwahab Afifi
Abdelwahab Afifi 2021 年 3 月 1 日
編集済み: Varun Sai Alaparthi 2022 年 10 月 21 日
I have build a Time delay neural network and I wanna avoid use "train" function, and I want to train it using "trainNetwork" function to be able to use 'Adam' optimizer. is it possible ? If yes, How?

回答 (1 件)

Varun Sai Alaparthi
Varun Sai Alaparthi 2022 年 10 月 21 日
編集済み: Varun Sai Alaparthi 2022 年 10 月 21 日
Hello Abdelwahab,
As of now it is not possible to train ‘timedelaynet’ using ‘trainNetwork’. If you are interested in using ‘trainNetwork, it might be better to model your data using ‘LSTM’ or ‘GRU’ networks which are supported by ‘trainNetwork’.
Please refer to this link for examples on time series analysis using our deep learning API:
Other possible work around to use ‘trainNetwork would be to design custom training loop for ‘timedelaynetand use ‘Adam’ optimiser in the training.
Please refer to this link for example on custom training loop:

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by