Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 538 Bytes

言語処理100本ノック 2020


言語処理100本ノック(2020年)を粛々と解いていくリポジトリです。

セクション

  1. 準備運動(Warm-up)
  2. UNIXコマンド(UNIX commands)
  3. 正規表現(Regular Expression)
  4. 形態素解析(POS tagging)
  5. 係り受け解析(Syntactic parsing)
  6. 機械学習(Machine learning)
  7. 単語ベクトル(Word embeddings)
  8. ニューラルネット(Neural networks)
  9. RNNとCNN(RNN and CNN)
  10. 機械翻訳(Machine translation)