Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 656 Bytes

File metadata and controls

18 lines (12 loc) · 656 Bytes

sentiment_analysis_with_cnn

An implementation aims to solve Kaggle's challenge

Also, this is my submission of FudanNLP's nlp-beginner task 2.

Download your dataset from Kaggle.


Usage

Create a folder named "datasets" in the root folder and place "train.tsv" and "test.tsv" under it. Then run

python main.py

You should be able to see the output in the shell. You'll also have a "submission.csv" placed under the root folder after the execution.

2020, net2cn.