• Stars
    star
    2,913
  • Rank 14,901 (Top 0.4 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

DeepNLP-models-Pytorch

Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ: NLP with Deep Learning)

  • This is not for Pytorch beginners. If it is your first time to use Pytorch, I recommend these awesome tutorials.

  • If you're interested in DeepNLP, I strongly recommend you to work with this awesome lecture.

This material is not perfect but will help your study and research:) Please feel free to pull requests!!


Contents

Model Links
01. Skip-gram-Naive-Softmax [notebook / data / paper]
02. Skip-gram-Negative-Sampling [notebook / data / paper]
03. GloVe [notebook / data / paper]
04. Window-Classifier-for-NER [notebook / data / paper]
05. Neural-Dependancy-Parser [notebook / data / paper]
06. RNN-Language-Model [notebook / data / paper]
07. Neural-Machine-Translation-with-Attention [notebook / data / paper]
08. CNN-for-Text-Classification [notebook / data / paper]
09. Recursive-NN-for-Sentiment-Classification [notebook / data / paper]
10. Dynamic-Memory-Network-for-Question-Answering [notebook / data / paper]

Requirements

  • Python 3.5
  • Pytorch 0.2+
  • nltk 3.2.2
  • gensim 2.2.0
  • sklearn_crfsuite

Getting started

git clone https://github.com/DSKSD/cs-224n-Pytorch.git

prepare dataset

cd script
chmod u+x prepare_dataset.sh
./prepare_dataset.sh

docker env

ubuntu 16.04 python 3.5.2 with various of ML/DL packages including tensorflow, sklearn, pytorch

docker pull dsksd/deepstudy:0.2

pip3 install docker-compose
cd script
docker-compose up -d

cloud setting

not yet

References

Author

Sungdong Kim / @DSKSD

More Repositories

1

RNN-for-Joint-NLU

Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Jupyter Notebook
196
star
2

Pytorch_Fast_Campus_2018

패슀트캠퍼슀 νŒŒμ΄ν† μΉ˜(2018 1/27~) μ‹€μŠ΅ 자료
Jupyter Notebook
39
star
3

SDEN-Pytorch

Pytorch Implementation of "Sequential Dialogue Context Modeling for Spoken Language Understanding( https://arxiv.org/abs/1705.03455 )"
Python
34
star
4

Paper-clip

List of various interesting papers
16
star
5

Pytorch_models

PyTorch study
Jupyter Notebook
14
star
6

musicrecommender

Music Recommender System Using Django-Recommender
Jupyter Notebook
14
star
7

IRECIPE

Recipe recommender using Ingredient2Vec + Neural Network + Bot
Python
5
star
8

Mimick-RNN-Kor

Pytorch Implementation of "Mimicking Word Embeddings using Subword RNNs(https://arxiv.org/abs/1707.06961)" and It is especially for Korean.
Jupyter Notebook
5
star
9

Skip-Thought-Vector

Pytorch Implementation of Skip-Thought-Vector(https://arxiv.org/abs/1506.06726)
Jupyter Notebook
5
star
10

nlp_python

NLP study
Jupyter Notebook
4
star
11

Python_honey_Tips

Various of Python tips, 파이썬 κΏ€νŒ
Jupyter Notebook
3
star
12

NLP_dsksd

NLP study
Jupyter Notebook
3
star
13

RL_dsksd

Reinforcement Learning Study
Jupyter Notebook
2
star
14

dsksdblog

Python
2
star
15

boazstudy

Python
2
star
16

FTRS

Netμ±Œλ¦°μ§€ 곡λͺ¨
1
star
17

sentiment_bot

Jupyter Notebook
1
star
18

Speech-Recognition-practice

speech-recognition-practice
Jupyter Notebook
1
star
19

TF_dsksd

Tensorflow study
Jupyter Notebook
1
star
20

Pytorch_custom_module

My own pytorch custom module
Python
1
star
21

Rainbow_DQN

Python
1
star