Encoder-Decoder、Attention、Transformer

Encoder-Decoder、Attention、Transformer

  • 1、Encoder-Decoder
  • 2、Attention
    • 2.1 Soft Attention 公式求解
    • 2.2 代码
      • 2.2.1 Encoder
      • 2.2.2 Attention
      • 2.2.3 Decoder
  • 3、Transformer
    • 3.1 从Attention到Self-Attention
      • 3.1.1 详解Q、K、V
      • 3.1.2 代码

1、Encoder-Decoder

你可能感兴趣的:(2020·先读书·后浪)