|
|
|
|
|
by throwaway_bob
3262 days ago
|
|
I think you are missing the parent's point. A CNN is a more complicated model, not a simpler one- it is better to try simple linear classifiers on bags of word or bags of bigrams or trigrams before breaking out the more complicated neural models. Note that you can do this easily with VW or FastText. |
|
Could suggest improving the DL algorithm I wrote?
Thank you.