Deep convolutionary neural network for text detection
이전 댓글 표시
Can any have the link or basic code of deep convolutionary neural netwrok in matlab or python.
답변 (1개)
Nathan Malimban
2019년 10월 10일
0 개 추천
Hi Rabia,
The following example might be useful. The example constructs a deep learning network that performs text classification:
댓글 수: 2
Rabia Sikandar
2019년 10월 11일
Nathan Malimban
2019년 10월 15일
The example above includes the fundamental workflow for architecting and training an LSTM network in MATLAB. (See the subsection Create and Train LSTM Network.)
Here is another example of an LSTM network in MATLAB:
https://www.mathworks.com/help/deeplearning/examples/classify-sequence-data-using-lstm-networks.html
The example walks you through data preparation, network architecture design, training, and testing.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!