Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pytorch Tutorial | 27,137 | 2 months ago | 85 | mit | Python | |||||
PyTorch Tutorial for Deep Learning Researchers | ||||||||||
Githubdaily | 23,515 | 2 months ago | 152 | |||||||
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub. | ||||||||||
Awesome Pytorch List | 14,103 | 4 months ago | 4 | |||||||
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc. | ||||||||||
Nlp Tutorial | 12,403 | 6 months ago | 34 | mit | Jupyter Notebook | |||||
Natural Language Processing Tutorial for Deep Learning Researchers | ||||||||||
Haystack | 11,006 | 2 | a day ago | 29 | July 06, 2022 | 435 | apache-2.0 | Python | ||
:mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots. | ||||||||||
The Incredible Pytorch | 9,875 | a day ago | 1 | mit | ||||||
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. | ||||||||||
Pytorch Tutorial | 7,372 | 6 months ago | 28 | mit | Jupyter Notebook | |||||
Build your neural network easy and fast, 莫烦Python中文教学 | ||||||||||
Tutorials | 7,295 | a day ago | 189 | bsd-3-clause | Python | |||||
PyTorch tutorials. | ||||||||||
Machine Learning Collection | 5,693 | a month ago | 92 | mit | Python | |||||
A resource for learning about Machine learning & Deep Learning | ||||||||||
Pytorch Seq2seq | 4,548 | 4 months ago | 56 | mit | Jupyter Notebook | |||||
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. |
These tutorials have been merged into the official PyTorch tutorials. Please go there for better maintained versions of these tutorials compatible with newer versions of PyTorch.
Learn PyTorch with project-based tutorials. These tutorials demonstrate modern techniques with readable code and use regular data from the internet.
Applying recurrent neural networks to natural language tasks, from classification to generation.
The quickest way to run these on a fresh Linux or Mac machine is to install Anaconda:
curl -LO https://repo.continuum.io/archive/Anaconda3-4.3.0-Linux-x86_64.sh
bash Anaconda3-4.3.0-Linux-x86_64.sh
Then install PyTorch:
conda install pytorch -c soumith
Then clone this repo and start Jupyter Notebook:
git clone http://github.com/spro/practical-pytorch
cd practical-pytorch
jupyter notebook
If you have ideas or find mistakes please leave a note.