# LSTM **Repository Path**: yzh-CodeOrProject/LSTM ## Basic Information - **Project Name**: LSTM - **Description**: 基于LSTM神经网络的时间序列预测 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-04-14 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LSTM 时间序列分析预测 使用LSTM神经网络进行时间序列数据预测分析。 基于Tensorflow框架、Kerase接口开发网络模型。 包含数据清洗,数据特征提取,数据建模,数据预测。 ## 想学习更多深度学习项目,可访问如下链接 1.通过自回归(AR,ARM)模型进行时间序列预测合集:https://github.com/yangwohenmai/TimeSeriesForecasting 2.通过深度学习模型进行时间序列预测合集:https://github.com/yangwohenmai/DeepLearningForTSF 3.基于NLP的文本分析项目合集:https://github.com/yangwohenmai/NLP