Skip to content

tianchen-zhang/textCNN

Repository files navigation

TextCNN Algorithm

Dependencies

Tensorflow 2.0 (compat to version 1.x)

python 3.7

Guide

Dataset in ./resources/all.csv

Word2Vec model in ./models

Dataset can be set in getTrain.py, word2vec can be finished in wordEmbedding.py.

Run util.py to split the dataset.

Run train.py to train the model.

Run test.py to test the model with test dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages