Distill is dedicated to clear explanations of machine learning.
OpenAI is a non-profit AI research company.
Tensorflow implementation of CapsNet.
Capsule Networks. This is a pretty good early explanation of capsule networks. In addition, it has a ipython notebook where it talks about the evolution of convolutional networks and why CapsNets might be the future.
Adversarial Attacks on CapsNets. Haven't tried running this. However it explores ways in which we can perform adversarial attacks on recognition neural nets. Two things with one repo.
Keras implementation of CapsNets. Keras implementation also demonstrates reconstruction results. It also has a list of other implementations at the bottom.
Tensorflow implementation of DCGAN
Tensorflow implementation of WGAN. This looks useful for understanding how to implement the critic (or discriminator) loss in practice. Haven't tried running the code.
Keras LSTM Text Generator. This is a implementation of LSTM in Keras. I referred to it to understand the textual encoding. It has a corresponding blog article.
An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition
Stanford CS 124: From Languages to Information
Weak Supervision: The New Programming Paradigm for Machine Learning