Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 158 Bytes

language_models.md

File metadata and controls

10 lines (6 loc) · 158 Bytes

AI

Intelligence: learn and memorize

Language Models:

  1. N-gram LM use probability
  2. FFNN LM use weights (FC)
  3. RNN LM use weights (recurrent)