Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

文本分析

使用文本分析应用扩展深度学习工作流

通过将 Deep Learning Toolbox™ 与 Text Analytics Toolbox™ 结合使用,将深度学习应用于文本分析应用。

函数

全部展开

wordEmbeddingLayerWord embedding layer for deep learning neural network
fastTextWordEmbeddingPretrained fastText word embedding
readWordEmbeddingRead word embedding from file
trainWordEmbeddingTrain word embedding
doc2sequenceConvert documents to sequences for deep learning
word2vecMap word to embedding vector
word2indMap word to encoding index
vec2wordMap embedding vector to word
ind2wordMap encoding index to word
isVocabularyWordTest if word is member of word embedding or encoding
writeWordEmbeddingWrite word embedding file
wordEmbeddingWord embedding model to map words to vectors and back
wordEncodingWord encoding model to map words to indices and back

主题