搜索资源列表
lstm-oreilly-master
- 时间序列预测,股票走势预测,自然语言处理等等(Time Series Prediction)
LSTMshili
- 做预测,预测股票趋势的一个小例子,可运行,比较简单明了,容易理解,适合初学者(A small example of forecasting, predicting stock trends, running, easy to understand, easy to understand, suitable for beginners)
tf_stock_1
- 利用lstm预测股票接下来100个时刻的股价,并作图(Using LSTM to Predict Stock Price)
deecamp
- 利用LSTM进行股票预测,采用python编程(forecast the stock price with LSTM)
stock_predict_with_LSTM-master
- 深度学习,LSTM股票预测,python代码(Deep Learning, LSTM Stock Forecasting, Pthon Code)
RNN_LSTM股市预测
- lstm用于股票预测,效果较好,欢迎下载,希望满意(LSTM used for stock forecasting, good effect, welcome to download, hope to be satisfied)
LSTM股票预测
- Lstm进行时间序列预测,预测股票数据,按日的数据(Prediction of time series by LSTM)
股票预测
- python LSTM进行时间序列预测,股票每日的数据(Time series prediction by Python LSTM)
stock_predict_with_LSTM-master
- 基于python的LSTM做股票预测源代码(Based on Python LSTM stock forecast source code)
股票市场预测
- LSTM 作为预测模型,使用贝叶斯优化算法来实现股票预测的功能(LSTM as a prediction model, uses Bayesian optimization algorithm to achieve the function of stock forecasting)
stock_predict_with_LSTM-master
- 用于时间序列分析的,股票预测实例,使用LSTM算法,预测效果较好(The LSTM algorithm is used in the case of stock forecasting for time series analysis)
hybrid-ARIMA-LSTM-model-master
- 使用LSTM-ARIMA模型进行混合预测,ARIMA做线性部分的预测,LSTM做非线性部分(LSTM-ARIMA model is used for mixed prediction, ARIMA for linear prediction and LSTM for nonlinear prediction)
lstm回归预测模型
- 长短时记忆神经网络回归预测模型,可做负荷预测,能耗预测,股票预测等。