Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Deep Learning Papers | 21,874 | 3 years ago | 34 | TeX | ||||||
The most cited deep learning papers | ||||||||||
Awesome Datascience | 20,951 | 12 days ago | mit | |||||||
:memo: An awesome Data Science repository to learn and apply for real world problems. | ||||||||||
Awesome Deep Learning | 20,409 | 17 days ago | 25 | |||||||
A curated list of awesome Deep Learning tutorials, projects and communities. | ||||||||||
A To Z Resources For Students | 15,061 | 23 days ago | 14 | mit | ||||||
✅ Curated list of resources for college students | ||||||||||
Awesome Nlp | 14,467 | 8 days ago | 18 | cc0-1.0 | ||||||
:book: A curated list of resources dedicated to Natural Language Processing (NLP) | ||||||||||
Qix | 13,926 | 7 months ago | other | |||||||
Machine Learning、Deep Learning、PostgreSQL、Distributed System、Node.Js、Golang | ||||||||||
Awesome Pytorch List | 13,786 | a month ago | 2 | |||||||
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc. | ||||||||||
Awesome Production Machine Learning | 13,390 | 4 hours ago | 11 | mit | ||||||
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning | ||||||||||
Machine Learning Tutorials | 12,876 | 3 months ago | 33 | cc0-1.0 | ||||||
machine learning and deep learning tutorials, articles and other resources | ||||||||||
500 Ai Machine Learning Deep Learning Computer Vision Nlp Projects With Code | 11,702 | 2 months ago | 18 | |||||||
500 AI Machine learning Deep learning Computer vision NLP Projects with code |
Awesome list for all things AI, ML and deep learning
Table of Contents
Visualizing A Neural Machine Translation Model (Mechanics of Seq2seq Models With Attention)
A model that uses attention to boost the speed with which these models can be trained
http://jalammar.github.io/illustrated-transformer/
The Universal Transformer is an extension to the Transformer models which combines the parallelizability and global receptive field of the Transformer model with the recurrent inductive bias of RNNs, which seems to be better suited to a range of algorithmic and natural language understanding sequence-to-sequence problems.
http://mostafadehghani.com/2019/05/05/universal-transformers/
An algorithmic framework for learning useful representation from highly structured objects such as graphs.