Skip to content

Commit d9a3bd4

Browse files
author
User
committed
update
1 parent 4a7e6a0 commit d9a3bd4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

nlp_v2/extra_reading.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ https://www.sciencedirect.com/science/article/abs/pii/S0306457302000213
44
A Mathematical Theory of Communication by Claude Shannon
55
https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf
66

7+
Spam Filtering with Naive Bayes – Which Naive Bayes?
8+
http://www2.aueb.gr/users/ion/docs/ceas2006_paper.pdf
9+
10+
Sentiment analysis using multinomial logistic regression
11+
https://ieeexplore.ieee.org/document/8226700
12+
713
Latent Dirichlet Allocation
814
https://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf
915

1016
List of Hugging Face Pipelines for NLP
11-
https://lazyprogrammer.me/list-of-hugging-face-pipelines-for-nlp/
17+
https://lazyprogrammer.me/list-of-hugging-face-pipelines-for-nlp/
18+
19+
Indexing by Latent Semantic Analysis (Latent Semantic Indexing)
20+
http://lsa.colorado.edu/papers/JASIS.lsi.90.pdf
21+
22+
Efficient Estimation of Word Representations in Vector Space (word2vec)
23+
https://arxiv.org/abs/1301.3781
24+
25+
GloVe: Global Vectors for Word Representation (GloVe)
26+
https://nlp.stanford.edu/pubs/glove.pdf

0 commit comments

Comments
 (0)