Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Keras implementation of 'Convolutional Neural Networks for Sentence Classification. EMNLP 2014. Y. Kim.

Notifications You must be signed in to change notification settings

harsh19/CNN-Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Keras implementation of 'Convolutional Neural Networks for Sentence Classification. EMNLP 2014. Y. Kim. A two channel CNN model is built and trained.

Usage

Various paramters are stored using 'configuration.py'. Simply edit 'main()' function in m'main.py' for the task you want, and run using 'python main.py'.

Data source path:

'configuration.py' has variables to hold path to data sources (data_src) and pretrained word embeddings (embeddings_src).

About

Keras implementation of 'Convolutional Neural Networks for Sentence Classification. EMNLP 2014. Y. Kim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages