RecurrentModel ============== .. currentmodule:: deeplay.models.recurrentmodel .. autoclass:: RecurrentModel :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~RecurrentModel.activation ~RecurrentModel.dropout ~RecurrentModel.hidden ~RecurrentModel.input ~RecurrentModel.layer ~RecurrentModel.normalization ~RecurrentModel.output .. rubric:: Methods Summary .. autosummary:: ~RecurrentModel.configure ~RecurrentModel.forward .. rubric:: Attributes Documentation .. autoattribute:: activation .. autoattribute:: dropout .. autoattribute:: hidden .. autoattribute:: input .. autoattribute:: layer .. autoattribute:: normalization .. autoattribute:: output .. rubric:: Methods Documentation .. automethod:: configure .. automethod:: forward