Intro to Text Classification with Keras (Part 3 - CNN and RNN Layers)
In part 1 and part 2 of this series of posts on Text Classification in Keras we got a step by step intro about:
processing text in Keras. embedding vectors as a way of representing words. defining a sequential models from scratch. Since we are working with a real dataset from the Toxic Comment Classification Challenge on Kaggle, we can always see how our models would score on the leaderboard if we competed with the final submissions.
[Read More]