jiegzhan / multi-class-text-classification-cnn-rnn

Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
https://www.kaggle.com/c/sf-crime/data
Apache License 2.0
599 stars 262 forks source link

How is your accuracy result #18

Open taosiqin1991 opened 7 years ago

taosiqin1991 commented 7 years ago

I want to learn about how the best accuracy of your methods is and the comparisons of all your methods.

andrew-sipes commented 7 years ago

With the supplied test, the model achieves ~99% accuracy. Keep in mind the training set is very large compared to the test set.