forked from lazyprogrammer/machine_learning_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra_reading.txt
32 lines (22 loc) · 1.17 KB
/
extra_reading.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
An information-theoretic perspective of tf–idf measures
https://www.sciencedirect.com/science/article/abs/pii/S0306457302000213
A Mathematical Theory of Communication by Claude Shannon
https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf
TextRank: Bringing Order into Texts
https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf
Variations of the Similarity Function of TextRank for Automated Summarization
https://arxiv.org/abs/1602.03606
Spam Filtering with Naive Bayes – Which Naive Bayes?
http://www2.aueb.gr/users/ion/docs/ceas2006_paper.pdf
Sentiment analysis using multinomial logistic regression
https://ieeexplore.ieee.org/document/8226700
Latent Dirichlet Allocation
https://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf
List of Hugging Face Pipelines for NLP
https://lazyprogrammer.me/list-of-hugging-face-pipelines-for-nlp/
Indexing by Latent Semantic Analysis (Latent Semantic Indexing)
http://lsa.colorado.edu/papers/JASIS.lsi.90.pdf
Efficient Estimation of Word Representations in Vector Space (word2vec)
https://arxiv.org/abs/1301.3781
GloVe: Global Vectors for Word Representation (GloVe)
https://nlp.stanford.edu/pubs/glove.pdf