How To Set Up Google Colab/Colaboratory For Building Pyro Models

Google’s Colab is basically Google Docs for interactive, runnable Jupyter Notebooks, and it is a fantastic resource for playing around with machine learning models. It comes with great sharing and collaboration features…


GRUs vs. LSTMs

Notes on Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling

Overall impression: The authors seem to recognize that their study does not produce any novel ideas or breakthroughs (that’s okay! Not every study needs to). They prove that gated units are…