Open peacfuljoh opened 1 year ago
Word2Vec https://www.tensorflow.org/text/tutorials/word2vec
Efficient Estimation of Word Representations in Vector Space (word embeddings w/ BoW or N-grams) https://arxiv.org/pdf/1301.3781.pdf
Bag of Tricks for Efficient Text Classification (fastText) https://arxiv.org/pdf/1607.01759.pdf
Gensim modules https://radimrehurek.com/gensim/auto_examples/index.html#core-tutorials-new-users-start-here
Sequence-to-sequence LSTM for predicting future stats: https://arxiv.org/pdf/1406.1078.pdf
Word2Vec https://www.tensorflow.org/text/tutorials/word2vec
Efficient Estimation of Word Representations in Vector Space (word embeddings w/ BoW or N-grams) https://arxiv.org/pdf/1301.3781.pdf
Bag of Tricks for Efficient Text Classification (fastText) https://arxiv.org/pdf/1607.01759.pdf
Gensim modules https://radimrehurek.com/gensim/auto_examples/index.html#core-tutorials-new-users-start-here