graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
This project helps deep learning researchers and students understand how core Natural Language Processing (NLP) models work. It provides practical examples that take text data as input and demonstrate how to perform tasks like predicting the next word, classifying text sentiment, or translating sentences. Anyone studying deep learning for NLP and wanting to see working examples of algorithms will find this useful.
14,870 stars. No commits in the last 6 months.
Use this if you are a deep learning researcher or student learning NLP and need clear, concise code examples for fundamental algorithms like Word2Vec, BERT, or Transformers.
Not ideal if you are looking for a plug-and-play tool for immediate application development or if you prefer using TensorFlow over PyTorch.
Stars
14,870
Forks
3,967
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/graykode/nlp-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
huggingface/naacl_transfer_learning_tutorial
Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in...