@@ -8,7 +8,7 @@ Contributors are welcomed to work together and make it BETTER!
8
8
## Resource of Textbooks and Lectures
9
9
10
10
### Mathemetical and Statistical Foundation
11
- * Linear Algebrap
11
+ * Linear Algebra
12
12
- 18.06 MIT(Gilbert Strang)[[ pdf] ( http://www.math.hcmus.edu.vn/~bxthang/Linear%20algebra%20and%20its%20applications.pdf )] [[ video] ( https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/ )]
13
13
14
14
* Matrix Analysis
@@ -20,12 +20,13 @@ Contributors are welcomed to work together and make it BETTER!
20
20
21
21
### Machine Learning
22
22
* [ The Elements of Statistical Learning(ESL) - HTF] ( https://web.stanford.edu/~hastie/Papers/ESLII.pdf )
23
+ * [ CS228 Probabilistic Graphical Model - Stanford] ( https://cs.stanford.edu/~ermon/cs228/index.html )
24
+ * [ 10708 Probabilistic Graphical Model - CMU] ( http://www.cs.cmu.edu/~epxing/Class/10708/index.html )
23
25
24
26
### Deep Learning
25
27
* [ Deep Learning - Ian Goodfellow, Yoshua Bengio, Aaron Courville] ( https://github.com/HFTrader/DeepLearningBook )
26
28
* [ CS231n Convolutional Neural Networks for Visual Recognition - Stanford] ( http://cs231n.stanford.edu/ )
27
29
28
-
29
30
### Natural Language Processing
30
31
* Foundations of Statistical Natural Language Processing -
31
32
Chris Manning
@@ -41,7 +42,10 @@ Contributors are welcomed to work together and make it BETTER!
41
42
- Probalistic Graphical Model
42
43
- Hidden Markov Model
43
44
- Conditional Random Fields
44
-
45
+
46
+ - Topic Model
47
+ - Latent Dirichlet Allocation[ paper] ( http://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf )
48
+
45
49
- Deep Learning Model
46
50
- Recurrent Neuron Network
47
51
- Seq2Seq([ Tensorflow Tutorial] ( https://github.com/llSourcell/seq2seq_model_live/blob/master/2-seq2seq-advanced.ipynb ) )
@@ -126,12 +130,13 @@ Category of areas is based on tracks in ACL 2018
126
130
### Multilinguality
127
131
- Task
128
132
- Code-Switching
133
+ - Mutilingual Translation
129
134
- Model
130
135
- Dataset
131
136
- [ Linguistic Data Consortium] ( https://catalog.ldc.upenn.edu/ ) [[ list] ( https://github.com/isi-nlp/mt_lit_lrec16/tree/master/ontology )] [[ ordered by year] ( https://linguistics.cornell.edu/language-corpora )]
132
- - [ CALLFRIEND Mandarin - Mainland Dialect] ( https://catalog.ldc.upenn.edu/LDC96S55 )
133
- - [CALLHOME Mandarin Chinese](https://catalog.ldc.upenn.edu/LDC2008T17)
134
- - [Chinese-English Name Entity List](https://catalog.ldc.upenn.edu/LDC2005T34)
137
+ - [ CALLFRIEND Mandarin - Mainland Dialect] ( https://catalog.ldc.upenn.edu/LDC96S55 )
138
+ - [ CALLHOME Mandarin Chinese] ( https://catalog.ldc.upenn.edu/LDC2008T17 )
139
+ - [Chinese-English Name Entity List](https://catalog.ldc.upenn.edu/LDC2005T34)
135
140
- [List of Chinese Dataset](https://github.com/Lab41/sunny-side-up/wiki/Chinese-Datasets)
136
141
- [Cantonese Dataset](http://compling.hss.ntu.edu.sg/hkcancor/)
137
142
@@ -148,7 +153,7 @@ Category of areas is based on tracks in ACL 2018
148
153
- Tensorflow
149
154
- Caffe2
150
155
- Pytorch
151
- - MXnet
156
+ - MXNet
152
157
- NLTK
153
158
- gensim
154
159
- jieba
0 commit comments