1.Effective Use of Word Order for Text Categorization with Convolutional Neural Networks
G:\paper\1412.1058
seq-CNN:a straightforward adaptation of CNN from image to text
![](https://img.haomeiwen.com/i13581860/eb39773adbf1e96a.png)
bow-CNN:a simple but new variation of CNN that employs bag-of-word conversion in the convolution layer
![](https://img.haomeiwen.com/i13581860/e2a04c56e76d7181.png)
Experimental framework:
activation function : max(x, 0)
minimized square loss with L2 regularization by stochastic gradient descent (SGD)
network architectures :one pair of convolution and pooling layers
Out-of-vocabulary words were represented by a zero vector
On bow-CNN:used variable region stride to speed up computation
Data Set:
IMDB: movie reviews
Elec: electronics product reviews
RCV1: topic categorization
Result:
![](https://img.haomeiwen.com/i13581860/ae4a49008d40c38d.png)
![](https://img.haomeiwen.com/i13581860/bb9eab74d1c96142.png)
![](https://img.haomeiwen.com/i13581860/db849684a801405c.png)
网友评论