keon/deep-nlp
[In-Progress] Mini implementations of deep learning algorithms for natural language processing in PyTorch
This project offers practical, step-by-step guidance to understand how computers process and understand human language. It takes simple text examples, like a sentence or two, and shows you how to build systems that can analyze, generate, or even translate text. It's designed for Python developers who are new to the world of Natural Language Processing (NLP) or deep learning.
No commits in the last 6 months.
Use this if you are a Python developer looking for basic, hands-on tutorials to grasp fundamental deep learning concepts applied to text.
Not ideal if you are looking for production-ready code, advanced NLP models, or a high-level library to integrate into an existing application without understanding the underlying mechanics.
Stars
31
Forks
8
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 30, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/keon/deep-nlp"
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》中文翻译