natural-language-processing tag

13 questions


1 answers
146 views
0
Pythorch designed Seq2seq, but only the same words are printed

I tried to proofread the text using Seq2seq at Pythorch, but Decoder prints only the same word.This is main.py.Doing this will give you training and more.#main.pyimport copyimport torchimport torch.nn...


1 answers
149 views
0
Learn more about additional Word2vec learning.

Ask about additional Word2Vec learning.If we learn a corpus once, generate a vector, and then add an unknown word to the corpus, do we need to relearn the corpus from scratch to vectorize the unknown ...


1 answers
126 views
0
I want to sort the words in the text by TF-IDF score

I want to list the nouns in the text file in order of tf-idf score.In Python, I would like to use MeCab (+natto) to analyze the text containing the tweets, and sort it out by scoring the tf-idf of the...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.