Train word embedding
emb = trainWordEmbedding(___,
specifies additional options using one or more name-value pair arguments. For
example, Name,Value
)'Dimension',50
specifies the word embedding dimension to
be 50.
The training algorithm uses the number of threads given by the function
maxNumCompThreads
. To learn how to change the number of threads
used by MATLAB®, see maxNumCompThreads
.
doc2sequence
| fastTextWordEmbedding
| readWordEmbedding
| tokenizedDocument
| vec2word
| word2vec
| wordEmbedding
| wordEmbeddingLayer
| wordEncoding
| writeWordEmbedding