Deep N-Grams

Deep N-Grams

This is an exploration of Recurrent Neural Networks (RNN) using trax. We're going to predict the next set of characters in a sentence given the previous characters.

Since this is so long I'm going to break it up into separate posts.

First up: - Loading the Data.