Nlp Tutorial

Natural Language Processing Tutorial for Deep Learning Researchers
Alternatives To Nlp Tutorial
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Pytorch List14,103
a day ago4
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Nlp Tutorial12,403
2 months ago34mitJupyter Notebook
Natural Language Processing Tutorial for Deep Learning Researchers
Stanford Tensorflow Tutorials10,248
2 years ago88mitPython
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Haystack9,0532an hour ago29July 06, 2022346apache-2.0Python
:mag: Haystack is an open source NLP framework to interact with your data using Transformer models and LLMs (GPT-4, ChatGPT and alike). Haystack offers production-ready tools to quickly build complex question answering, semantic search, text generation applications, and more.
Practical Pytorch4,272
2 years ago91mitJupyter Notebook
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
Dive Into Dl Tensorflow2.03,588
3 months ago22apache-2.0Jupyter Notebook
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Pytorch Sentiment Analysis2,905
2 years ago16mitJupyter Notebook
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Courses2,848
a day ago9Python
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
Pythoncode Tutorials1,679
5 days ago30mitJupyter Notebook
The Python Code Tutorials
Deeplearningfornlpinpytorch1,605
4 years ago7mitJupyter Notebook
An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.
Alternatives To Nlp Tutorial
Select To Compare


Alternative Project Comparisons
Readme

nlp-tutorial

nlp-tutorial is a tutorial for who is studying NLP(Natural Language Processing) using Pytorch. Most of the models in NLP were implemented with less than 100 lines of code.(except comments or blank lines)

  • [08-14-2020] Old TensorFlow v1 code is archived in the archive folder. For beginner readability, only pytorch version 1.0 or higher is supported.

Curriculum - (Example Purpose)

1. Basic Embedding Model

2. CNN(Convolutional Neural Network)

3. RNN(Recurrent Neural Network)

4. Attention Mechanism

5. Model based on Transformer

Dependencies

  • Python 3.5+
  • Pytorch 1.0.0+

Author

  • Tae Hwan Jung(Jeff Jung) @graykode
  • Author Email : [email protected]
  • Acknowledgements to mojitok as NLP Research Internship.
Popular Tutorials Projects
Popular Natural Language Processing Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Tutorials
Pytorch
Tensorflow
Paper
Natural Language Processing
Neural
Classification
Attention
Sequence To Sequence