# Standard LSTM Modal **Repository Path**: cxfancy/Standard-LSTM-Modal ## Basic Information - **Project Name**: Standard LSTM Modal - **Description**: 词嵌入+LSTM中文评论分析 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Standard LSTM Modal 标准LSTM模型的代码实现(python版本) 有疑惑和建议可联系zwandyzf@gmail.com 数据集: 训练语料(已经打好标签):pos.xls neg.xls sum.xls 迭代次数建议改成5次或者更多: ``` model.fit(xa, ya, batch_size=16, nb_epoch=5,validation_data=(xa, ya)) # 第89行 ```