简体   繁体   中英

Is it possible to create a Recurrent Neural Network with EncogModel?

EncogModel is extremely useful thanks to its use of VersatileMLDataSet and the ability to perform cross validation.

However I can't see a way to create an Elman, Jordan or other RNN. Is this possible using EncogModel?

EncogModel does not support recurrent neural networks. It would be a decent change to make it do this, because recurrent neural networks are time-series, the EncogModel class would need to be extended to support sequences.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM