Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.78 KB

Movie Dialog classification

Cornell Movie Dialog classification with convolution layers.

It is slightly simplified implementation of Kim's Convolutional Neural Networks for Sentence Classification paper in Tensorflow.

Usage

  • To (Download and) preprocess data ./data.py
  • To create model graph, and test data flow ./model.py
  • To train (existing or new) model ./train.py
  • To get actual options use -h or --help flag after ./script.py
  • Dependency: (((data) model) train)

Requirements

TensorBoard snapshots

Loss and accuracy

Graph overall view

Classifier

Convolution

Embedding

Reader

References