Reset the state of a recurrent neural network
resets the state of a recurrent neural network (for example, an LSTM network) to the
initial state.updatedNet
= resetState(recNet
)
[1] M. Kudo, J. Toyama, and M. Shimbo. "Multidimensional Curve Classification Using Passing-Through Regions." Pattern Recognition Letters. Vol. 20, No. 11–13, pages 1103–1111.
[2] UCI Machine Learning Repository: Japanese Vowels Dataset. https://archive.ics.uci.edu/ml/datasets/Japanese+Vowels
bilstmLayer
| classifyAndUpdateState
| gruLayer
| lstmLayer
| predictAndUpdateState
| sequenceInputLayer