Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Pytorch List | 14,103 | a day ago | 4 | |||||||
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc. | ||||||||||
Nlp Tutorial | 12,403 | 2 months ago | 34 | mit | Jupyter Notebook | |||||
Natural Language Processing Tutorial for Deep Learning Researchers | ||||||||||
Stanford Tensorflow Tutorials | 10,248 | 2 years ago | 88 | mit | Python | |||||
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research. | ||||||||||
Haystack | 9,053 | 2 | an hour ago | 29 | July 06, 2022 | 346 | apache-2.0 | Python | ||
: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 Pytorch | 4,272 | 2 years ago | 91 | mit | Jupyter Notebook | |||||
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained | ||||||||||
Dive Into Dl Tensorflow2.0 | 3,588 | 3 months ago | 22 | apache-2.0 | Jupyter Notebook | |||||
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可 | ||||||||||
Pytorch Sentiment Analysis | 2,905 | 2 years ago | 16 | mit | Jupyter Notebook | |||||
Tutorials on getting started with PyTorch and TorchText for sentiment analysis. | ||||||||||
Courses | 2,848 | a day ago | 9 | Python | ||||||
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI) | ||||||||||
Pythoncode Tutorials | 1,679 | 5 days ago | 30 | mit | Jupyter Notebook | |||||
The Python Code Tutorials | ||||||||||
Deeplearningfornlpinpytorch | 1,605 | 4 years ago | 7 | mit | Jupyter Notebook | |||||
An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction. |
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)