An open API service indexing awesome lists of open source software.

https://github.com/curt-park/nlp-practice


https://github.com/curt-park/nlp-practice

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# NLP Practice

## Prerequisites
```bash
make env # create an anaconda environment
conda activate nlp-practice
make setup # install packages
make setup-dev # install packages for development (optional)
```

## Contents
- [2003] [NNLM (Neural Network Language Model)](2003_nnlm)
- [2013] [Word2Vec](2013_word2vec)
- [2014] [TextCNN](2014_textcnn)
- [2017] [Transformer](2017_transformer)