Search code examples
neural-networkrecurrent-neural-networkencog

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?


Solution

  • 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.