Tags: LSTM BlogAn Introduction to LSTM for Speaker-Dependent Voice Activity DetectionPaper: End-to-End Speaker-Dependent Voice Activity Detection gave us a method to use LSTM to implement speaker-dependent voice activity detection.1years ago (2022-08-08)View 23commentBlogUsing IndRNN to Handle Longer Sequence than LSTM in TensorFlowLSTM usually can handle about 200 length sequence effectively. However, if you should handle more than 200, for example 2000 length, how to do?2years ago (2021-11-12)View 26commentBlogDC-Bi-LSTM: Implementing Deep Bi-LSTM for Sentence Classification Using TensorFlowDC-Bi-LSTM is a tensorflow implementation of the paper: Densely Connected Bidirectional LSTM with Applications to Sentence Classification.2years ago (2021-11-03)View 33comment