Skip to content

Convolutional Neural Networks for Sentence Classification in TensorFlow (paper by yoon kim)

Notifications You must be signed in to change notification settings

reniew/CNN-for-Sentence-Classification-in-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional Neural Networks for Sentence Classification


Newyork 대학의 Yoon Kim 교수님의 Convolutional Neural Networks for Sentence Classification을 tensorflow로 구현한 코드입니다. 주로 tensorflow의 estimator를 사용했습니다.

Convolutional Neural Networks for Sentence Classification (EMNLP 2014).

Data


데이터에 대한 내용은 비워뒀으며 상황에 맞게 이용하시면 됩니다. 임베딩은 Glove의 pre-pretrained vector를 이용합니다.

Requirements


  • python 3
  • tensorflow
  • numpy

About

Convolutional Neural Networks for Sentence Classification in TensorFlow (paper by yoon kim)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages