Can I save previous time step input feature in custom layer?

4 次查看(过去 30 天)
I want to use previous and current time-step input feature togther to improve performance of RNN, if decleare a property named `preFeature`, and update it using function `updatePreFeature`, I have to declare my custom layer handle class, Is it illegall?

采纳的回答

Yash
Yash 2023-10-26
Hi Xie,
In my opinion it is perfectly acceptable to declare a custom layer handle class in MATLAB to implement a property like 'preFeature' and an associated function like 'updatePreFeature' for your recurrent neural network (RNN). In fact, using a custom layer handle class is the recommended approach for implementing custom layers and adding extra functionality to your neural network models in MATLAB. This allows you to extend the capabilities of the existing classes and customize them to suit your specific needs.
By using a custom layer handle class, you can incorporate the 'preFeature' and 'updatePreFeature' functions into your RNN model to improve its performance by considering both the previous and current time-step input features.
Hope this helps!

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by