multi-class-text-classification-cnn-rnn icon indicating copy to clipboard operation
multi-class-text-classification-cnn-rnn copied to clipboard

What is your score using this algorithm

Open 2g-XzenG opened this issue 8 years ago • 7 comments

Could you tell me roughly what score you reach using this method? Thanks

2g-XzenG avatar Feb 21 '17 11:02 2g-XzenG

around 99.2 ...

akshataph avatar Feb 21 '17 13:02 akshataph

Hello, Thanks for answering, I ran both methods (rnn+cnn and cnn), and rnn+cnn is much better than cnn itself (I got around 85 even I increase the epoch to 20). I wonder do you come up with this rnn+cnn yourself? Or do you implement some paper's method (if yes, can you sent me a link). I am really interested in this method.

2g-XzenG avatar Feb 21 '17 21:02 2g-XzenG

Hi jiegzhan, I start learning about neural network and researching for CNN-RNN for text classification. I found solution about RNN in this post on github, but in this source of your, i can't find memo about CNN. I think this solution for https://www.kaggle.com/c/sf-crime/data is combined of CNN and RNN in tensorflow. Have you help me about CNN model in solution for text classification. You may confirm in this github or send mail to email [email protected]. Thank you so much

davidnguyen2015 avatar Mar 19 '17 14:03 davidnguyen2015

@1230pitchanqw 我看了一下,基本和a c-lstm neural network for text classification这篇论文的差不多,有几个区别: 1.卷积核用了多个,用padding的形式,让不通卷积核大小的输出是一样的 2.卷积完之后做了个k-max-pooling,论文的没用 3.LSTM的输出,论文里说最后一个节点的输出,这个代码是real_len的输出。

gxdalu-yaya avatar Sep 29 '17 02:09 gxdalu-yaya

Thank you so much.

2017-09-29 9:56 GMT+07:00 gxdalu-yaya [email protected]:

@1230pitchanqw https://github.com/1230pitchanqw 我看了一下,基本和a c-lstm neural network for text classification这篇论文的差不多,有几个区别: 1.卷积核用了多个,用padding的形式,让不通卷积核大小的输出是一样的 2.卷积完之后做了个k-max-pooling,论文的没用 3.LSTM的输出,论文里说最后一个节点的输出,这个代码是real_len的输出。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jiegzhan/multi-class-text-classification-cnn-rnn/issues/6#issuecomment-333018263, or mute the thread https://github.com/notifications/unsubscribe-auth/AZS1RD0J-3hP85SHOq_2k3jx3blYjRS_ks5snFx5gaJpZM4MHM2U .

davidnguyen2015 avatar Oct 02 '17 02:10 davidnguyen2015

the environment is python2 or python3?

EagleYing avatar Nov 06 '18 09:11 EagleYing

@1230pitchanqw 我看了一下,基本和a c-lstm neural network for text classification这篇论文的差不多,有几个区别: 1.卷积核用了多个,用padding的形式,让不通卷积核大小的输出是一样的 2.卷积完之后做了个k-max-pooling,论文的没用 3.LSTM的输出,论文里说最后一个节点的输出,这个代码是real_len的输出。

老哥,请教一下

553270311 avatar Apr 17 '19 11:04 553270311