https://github.com/curt-park/nlp-practice
https://github.com/curt-park/nlp-practice
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/curt-park/nlp-practice
- Owner: Curt-Park
- Created: 2023-07-27T14:34:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T11:24:53.000Z (about 2 years ago)
- Last Synced: 2025-01-16T07:29:58.386Z (9 months ago)
- Language: Python
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)