Skip to content

Implementation for Kim Yoon’s Convolutional Neural Networks for Sentence Classification.

Notifications You must be signed in to change notification settings

AhmedFakhry47/Reviews-To-Stars

Repository files navigation

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

About

Implementation for Kim Yoon’s Convolutional Neural Networks for Sentence Classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages