NLP-kr/tensorflow-ml-nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
This project provides practical examples for natural language processing (NLP) tasks, ranging from basic text classification and similarity analysis to building more advanced chatbot models. It takes raw text data and transforms it into insights for categorization, comparison, or interactive responses. This is for developers, data scientists, or students looking to learn and apply NLP techniques using TensorFlow.
201 stars. No commits in the last 6 months.
Use this if you are learning natural language processing and want hands-on code examples to understand core concepts and build practical applications.
Not ideal if you are looking for a plug-and-play solution for an existing NLP problem without delving into the underlying code and models.
Stars
201
Forks
102
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 14, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/NLP-kr/tensorflow-ml-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》中文翻译