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

Own dataset #28

Open ritdubal opened 5 years ago

ritdubal commented 5 years ago

Hi,

  1. I ran code with my dataset and accuracy is coming zero. What if i have few dataset(in hundred).
  2. There's one variable in parameters.json file named as evaluate_every, we can set this key value to any random value right? Thanks