资源算法DeepNLP-models-Pytorch

DeepNLP-models-Pytorch

2019-10-12 | |  137 |   0 |   0

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

ModelLinks
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


上一篇:mss_pytorch

下一篇:welcome_tutorials

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...