cjiang2 / VDCNN

Implementation of Very Deep Convolutional Neural Network for Text Classification
171 stars 41 forks source link

Regarding Data Set #16

Closed akhileshkumargangwar closed 3 years ago

akhileshkumargangwar commented 5 years ago

Hello,

          For Dbpedia Data set and other data set like Amazon review they have 3 columns. 
          First one is class or target. Between second column and third column which one we have to select. 
          I have trained  different model on third column data. I have ignored 2nd column(What is the use of that). 
          I got 99.02% test accuracy. I has beat author results. Does I have taken right columns?

Thanks