Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 898 Bytes

Reviews To Stars

My implementation of Kim Yoon’s Convolutional Neural Networks for Sentence Classification.\

The network architecture consists mainly of three blocks:

  • 1-First block is for words embedding.
  • 2-Second block is one dimensional CNN with multiple filters to extract several relations that can be found between sentences.
  • 3-Third block is max pooling block and concatenation block to concatenate the features before the softmax.

Network Architecture

NW

Dependencies are:

  • Pandas
  • Tensorflow
  • Numpy
  • Keras
  • Sklearn

Model Output

First Second