“Dongxu Zhang 2015-04-13”版本间的差异
来自cslt Wiki
(以“=== Accomplished this week === * did some analysis on tanh and sigmoid for the last layer. * did a dropout. === Planned for next week === * initialize the input word...”为内容创建页面) |
(→Accomplished this week) |
||
第1行: | 第1行: | ||
=== Accomplished this week === | === Accomplished this week === | ||
* did some analysis on tanh and sigmoid for the last layer. | * did some analysis on tanh and sigmoid for the last layer. | ||
− | * did | + | * did dropout. |
+ | |||
=== Planned for next week === | === Planned for next week === | ||
* initialize the input wordembedding. | * initialize the input wordembedding. |
2015年4月13日 (一) 09:02的最后版本
Accomplished this week
- did some analysis on tanh and sigmoid for the last layer.
- did dropout.
Planned for next week
- initialize the input wordembedding.
- mean-pooling and maxabs-pooling hidden layer of each step.
- use window strategy instead of single word.
- realize cnn.
- the position of entities seems to be important, so some new stategy should be employed.