Skip to content

Latest commit

 

History

History

simple_realize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NLP教程简化实现

这个目录下是NLP课程代码使用纯keras完成的简化版本,而且全部实现了tensorboard可视化

在这些简化后的代码中,你可以

  • 直观地了解seq2seq,LuongAttention和transformer的实现细节
  • 看到embedding动画
  • 比较带有attention的seq2seq和普通seq2seq
  • 更进一步扩展模型

代码

  1. Understand Word (W2V)
  1. Understand Sentence (Seq2Seq)
  1. All about Attention

Word2Vec

Seq2Seq

月份和数字聚在一起,而符号则分散开

Seq2SeqAttention