Deep convolutionary neural network for text detection
Mostra commenti meno recenti
Can any have the link or basic code of deep convolutionary neural netwrok in matlab or python.
Risposte (1)
Nathan Malimban
il 10 Ott 2019
0 voti
Hi Rabia,
The following example might be useful. The example constructs a deep learning network that performs text classification:
2 Commenti
Rabia Sikandar
il 11 Ott 2019
Nathan Malimban
il 15 Ott 2019
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.
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!