Skip to content

Latest commit

 

History

History
executable file
·
38 lines (28 loc) · 1.92 KB

README.md

File metadata and controls

executable file
·
38 lines (28 loc) · 1.92 KB

Deep learning implementation for NLP with NNabla

Tiny implementation of deep learning models for NLP with Sony's NNabla.

Tested environment

  • Python 3.7.2
  • NNabla v1.0.11

Models

Language models

Word embeddings

Seq2Seq models

Text classifiers

Future work

  • Skip-gram model
  • Peephole LSTM
  • GRU
  • Transformer
  • ELMo
  • etc.