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

81 Views Asked by At

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?

1

There are 1 best solutions below

0
JeffHeaton On BEST ANSWER

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.