DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)
Covers word embeddings (Skip-gram, GloVe), sequence labeling (NER), structured prediction (dependency parsing), and sequence-to-sequence models with attention for machine translation. Implementations span from foundational embedding techniques to advanced architectures like recursive neural networks for sentiment analysis and dynamic memory networks for question answering. Each model includes Jupyter notebooks with accompanying research papers and datasets, designed for practitioners working through Stanford's CS224N curriculum.
2,949 stars. No commits in the last 6 months.
Stars
2,949
Forks
648
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 15, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DSKSD/DeepNLP-models-Pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
RingBDStack/SocialED
A python library for social event detection
mannefedov/compling_nlp_hse_course
Материалы курса по компьютерной лингвистике Школы Лингвистики НИУ ВШЭ
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including...
delip/PyTorchNLPBook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media...
astorfi/Deep-Learning-NLP
:satellite: Organized Resources for Deep Learning in Natural Language Processing