Sonnet and Attention is All You Need

In this article, I will show you why Sonnet is one of the coolest libraries for Tensorflow, and why everyone should use it

On the path towards scaling Bitcoin to billions of transactions. Part I.

In this new series, I'll go over the recent progress towards making Bitcoin a trusted financial systems vulnerable to monopolies.

End-to-End Approach for making a Facebook bot using a Sequence to Sequence model.

As a fun school project with two folks, we decided to work on Sequence to Sequence model, and we spent some time working to make a chatbot that will answer at our place on Facebook.

Seq2Seq Models for Short Answer Generation.

Recurrent Recurrent Networks (RNN) are a particular kind of artificial neural networks that are specialized in extracting information from sequences. Unlike simple feedforward neural networks, a neuron's activation is also dependent from its previous activations. This allows the model to capture correlations between the different inputs in the sequence.