You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just read the paper "Convolutional Neural Networks for Sentence Classification" and your blog as well as code.
It seems that your implementation is not the network described in the paper. According to the paper, the convolution layers are parallel. However, they are serial in your implementation.
You may re-implement you network to see which one achieves better performance.
The text was updated successfully, but these errors were encountered:
Hi Richard,
I just read the paper "Convolutional Neural Networks for Sentence Classification" and your blog as well as code.
It seems that your implementation is not the network described in the paper. According to the paper, the convolution layers are parallel. However, they are serial in your implementation.
You may re-implement you network to see which one achieves better performance.
The text was updated successfully, but these errors were encountered: