DanqiChen - cccbook/aijs GitHub Wiki

Neural Reading Comprehension and Beyond -- 陈丹琦的史丹佛博士論文

關鍵方法:

Word embeddings (把詞轉成向量 -- 用 cbow 之類的算法)

Recurrent neural networks (使用循環神經網路)

Attention mechanism (使用 Attention 注意力模式)