Quora Question Classification

Kai Wombacher
Deep~Learning (Data 2040) KW
1 min readMay 12, 2018

--

Using ‘Deep Learning with Python’ by François Chollet as a template, I can classify the pair of Quora Questions provided in the Kaggle Dataset.

Quora Questions Dataset

I can now train a model based on the labeled data. My model will use 10 epochs and 10,000 steps (10,000 samples).

Model Training

Now, I will evaluate my model based on its training and validation accuracy and loss.

--

--