February 22, 2017

Understanding Convolutional Neural Networks for NLP – WildML

Book a Demo
  • This field is for validation purposes and should be left unchanged.

it seems like CNNs wouldn’t be a good fit for NLP tasks. Recurrent Neural Networks make more intuitive sense. They resemble how we process language (or at least how we think we process language): Reading sequentially from left to right. Fortunately, this doesn’t mean that CNNs don’t work.  All models are wrong, but some are useful. It turns out that CNNs applied to NLP problems perform quite well.

Source: Understanding Convolutional Neural Networks for NLP – WildML