sanshuishou / CNN_Attention_LSTMLinks
基于相关性分析的CNN_Attention_LSTM期货价格预测模型
☆21Updated 2 years ago
Alternatives and similar repositories for CNN_Attention_LSTM
Users that are interested in CNN_Attention_LSTM are comparing it to the libraries listed below
Sorting:
- Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。☆195Updated 3 years ago
- 使用随机森林、bp神经网络、LSTM神经网络、GRU对股票收盘价进行回归预测。Random forest, BP neural network, LSTM neural network and GRU are used to predict the closing pric…☆53Updated 5 years ago
- pytorch实现用LSTM做股票价格预测☆271Updated 5 years ago
- 使用卷积神经网络-长短期记忆网络(bi-LSTM)-注意力机制对股票收盘价进行回归预测。The convolution neural network, short-term memory network and attention mechanism are used to…☆282Updated last year
- 使用bp神经网络预测股票价格。BP neural network is used to predict the stock price.☆37Updated 5 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆190Updated 5 years ago
- 基于粒子群算法的神经网络优化股票价格预测☆33Updated 5 years ago
- CNN+LSTM+Attention predict stock☆53Updated 3 years ago
- (陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM等