Text Analytics - MATLAB & Simulink (original) (raw)

Extend deep learning workflows with text analytics applications

Apply deep learning to text analytics applications by using Deep Learning Toolbox™ together with Text Analytics Toolbox™.

Functions

expand all

wordEmbeddingLayer Word embedding layer for deep learning neural network
fastTextWordEmbedding Pretrained fastText word embedding
readWordEmbedding Read word embedding from file
trainWordEmbedding Train word embedding
doc2sequence Convert documents to sequences for deep learning
word2vec Map word to embedding vector
word2ind Map word to encoding index
vec2word Map embedding vector to word
ind2word Map encoding index to word
isVocabularyWord Test if word is member of word embedding or encoding
writeWordEmbedding Write word embedding file
wordEmbedding Word embedding model to map words to vectors and back
wordEncoding Word encoding model to map words to indices and back

Topics

Classify Text Data Using Deep Learning

Classify Text Data Using Deep Learning

Classify text data using a deep learning long short-term memory (LSTM) network.

Classify Text Data Using Convolutional Neural Network

Classify Text Data Using Convolutional Neural Network

Classify text data using a convolutional neural network.

Multilabel Text Classification Using Deep Learning

Multilabel Text Classification Using Deep Learning

Classify text data that has multiple independent labels.

Image Captioning Using Attention

Image Captioning Using Attention

Train a deep learning model for image captioning using attention.