赞
踩
本文使用Keras框架搭建对于中文商品评论的情感分析模型。训练 2 个 epoch 后在测试集上的准确率为 90.42%。
preprocess.py 数据预处理 models.py 模型定义 train.py 训练模型