omarsar/nlp_pytorch_tensorflow_notebooks
Deep Learning for NLP Python Notebooks in PyTorch and TensorFlow
This collection of Python notebooks helps you understand and implement deep learning solutions for natural language processing tasks. It takes text data as input and produces outputs like identified emotions or translated text, enabling you to build systems that interpret and generate human language. Anyone interested in applying deep learning to text-based problems, from researchers to data scientists, would find this useful.
No commits in the last 6 months.
Use this if you want to learn how to apply deep learning to NLP tasks like emotion recognition or machine translation using popular frameworks.
Not ideal if you're looking for a pre-built, production-ready application rather than educational implementations.
Stars
25
Forks
15
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 17, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/omarsar/nlp_pytorch_tensorflow_notebooks"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译