필터 지우기
필터 지우기

Can BiLSTM layer be used as MDLSTM in Matlab. ?

조회 수: 2 (최근 30일)
baby
baby 2022년 10월 6일
편집: baby 2022년 10월 6일
I have to design a deep learning system in which MDLSTM (Multidimention LSTM) is required for text line recognition (word and chacter recognition). The neural network I have designed can recognized the individual characters. Research papers described this algorithm with forward, backward, updown and rightlleft passes of LSTM layers (e.g., infamous Alex Grave papers). Most of them have been implemented in Python. I do not find anything in BiLSTM or LSTM layers to control feedforward or backward passes separately in Matlab (while this is possible in Python). Further many research papers have used term 6-tanh activation function as a separate layers. Any idea if these parameters (4-tanh, cell size, block size, forward and backward passes) can be controlled in BILSTM or LSTM layers. The diagram is from a paper (Graves A.) is attached, where red cirlced terms are difficult for me to define in Matlab. Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by