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

the data only can get from the zip #37

Closed sakura182 closed 4 years ago

sakura182 commented 6 years ago

Hi,jiegzhan I'm working on using clstm to mak classfication.But this is only one label and binary-class and I only have a data in csv,how can I use the network on my data? Thank you!

sakura182 commented 4 years ago

I got it