Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 247 Bytes

sentiment

Sentiment Analysis using TensorFlow

Before run:

cp meta_config.yaml.sample meta_config.yaml

Train:

python cnn_model.py train -c meta_config.yaml --interactive

Use:

python cnn_model.py load -c meta_config.yaml --interactive