Skip to content

Commit e42c7ed

Browse files
authored
Update README.md
1 parent 1be786f commit e42c7ed

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contributors are welcomed to work together and make it BETTER!
88
## Resource of Textbooks and Lectures
99

1010
### Mathemetical and Statistical Foundation
11-
* Linear Algebrap
11+
* Linear Algebra
1212
- 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/)]
1313

1414
* Matrix Analysis
@@ -20,12 +20,13 @@ Contributors are welcomed to work together and make it BETTER!
2020

2121
### Machine Learning
2222
* [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)
2325

2426
### Deep Learning
2527
* [Deep Learning - Ian Goodfellow, Yoshua Bengio, Aaron Courville](https://github.com/HFTrader/DeepLearningBook)
2628
* [CS231n Convolutional Neural Networks for Visual Recognition - Stanford](http://cs231n.stanford.edu/)
2729

28-
2930
### Natural Language Processing
3031
* Foundations of Statistical Natural Language Processing -
3132
Chris Manning
@@ -41,7 +42,10 @@ Contributors are welcomed to work together and make it BETTER!
4142
- Probalistic Graphical Model
4243
- Hidden Markov Model
4344
- Conditional Random Fields
44-
45+
46+
- Topic Model
47+
- Latent Dirichlet Allocation[paper](http://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf)
48+
4549
- Deep Learning Model
4650
- Recurrent Neuron Network
4751
- 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
126130
### Multilinguality
127131
- Task
128132
- Code-Switching
133+
- Mutilingual Translation
129134
- Model
130135
- Dataset
131136
- [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)
135140
- [List of Chinese Dataset](https://github.com/Lab41/sunny-side-up/wiki/Chinese-Datasets)
136141
- [Cantonese Dataset](http://compling.hss.ntu.edu.sg/hkcancor/)
137142

@@ -148,7 +153,7 @@ Category of areas is based on tracks in ACL 2018
148153
- Tensorflow
149154
- Caffe2
150155
- Pytorch
151-
- MXnet
156+
- MXNet
152157
- NLTK
153158
- gensim
154159
- jieba

0 commit comments

Comments
 (0)