jiegzhan / multi-class-text-classification-cnn

Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
Apache License 2.0
426 stars 198 forks source link

prediction #27

Open karthika-devi opened 6 years ago

karthika-devi commented 6 years ago

Hi, As per your flow, I substitute my own corpus,But additionally I add embedding matrix in between your code and then train the data.Purpose of adding embedding matrix is to acheive close match.First time when I train the data for what is your age and predict for how old are you get result but after that I didn't get proper answer .Where I am lacking