14-10-19 Chao Xing

来自cslt Wiki
跳转至: 导航搜索

Last Week:

1. Check Norm function in word2vec.

2. Analysis word2vec's theory.

3. Finish cbow norm training & testing.

4. Test function exp(xy) / sum(exp(yC)) which C is all word vectors.

5. Find quick way to handle knn method using cosine.

This Week:

1. Build skip-gram baseline & testing.

2. Try to analysis the result Non-Linear(which mentioned in Mikolov's paper) and Linear transform in word2vec.

3. All other work belong to skip-gram's result, so I will write them in next week.

4. Read papers which in Fan Miao's report.

Myself: Start review data structure & English.