使用随机森林、bp神经网络、LSTM神经网络、GRU对股票收盘价进行回归预测。Random forest, BP neural network, LSTM neural network and GRU are used to predict the closing price.
☆52May 30, 2020Updated 5 years ago
Alternatives and similar repositories for stock-price-prediction-algorithms
Users that are interested in stock-price-prediction-algorithms are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 使用随机森林模型预测股价趋势(涉及数据预处理)☆10Jun 22, 2018Updated 7 years ago
- LSTM和BP神经网络实现对股票开盘价的预测。☆14Mar 15, 2020Updated 6 years ago
- 深度学习-贵州茅台股票预测 PCA、FA、RNN、LSTM、GRU☆29Aug 25, 2021Updated 4 years ago
- 采用RNN、LSTM、BP模型对股票数据进行预测☆15Aug 31, 2021Updated 4 years ago
- 神经网络结构可变的BP回归☆12Mar 9, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 基于LSTM的股票价格预测☆67Nov 22, 2018Updated 7 years ago
- 交通枢纽客流量预测算法模型☆17Dec 11, 2019Updated 6 years ago
- 基于PyTorch框架,使用LSTM网络对股票价格进行预测☆24Oct 22, 2021Updated 4 years ago
- pytorch实现用LSTM做股票价格预测☆310Jun 17, 2020Updated 5 years ago
- (陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM、随机森林等☆403Mar 30, 2023Updated 3 years ago
- 股票预测,Pytorch,LSTM。☆17Feb 4, 2021Updated 5 years ago
- Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。☆209Jun 6, 2022Updated 3 years ago
- LSTM长短期记忆模型预测股票涨跌☆14Jul 24, 2020Updated 5 years ago
- Apply machine learning algorithms in the financial market. Ensemble Model, including XGBoost, LightGBM, CNN, ResNet and LSTM.☆10Jun 5, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆201Apr 29, 2020Updated 5 years ago
- ☆10Jul 21, 2019Updated 6 years ago
- High frequency prediction of Chinese stock returns. Orderbook data generation. High frequency factors construction.☆18Mar 10, 2023Updated 3 years ago
- Stock Price Prediction with PCA and LSTM☆14Mar 3, 2021Updated 5 years ago
- Collection of numerical methods for high frequency data, in Python notebooks☆13Mar 10, 2021Updated 5 years ago
- LSTM 实现的股票最高价预测☆145Jan 13, 2023Updated 3 years ago
- 实验源代码-----基于随机森林的气温预测☆48May 25, 2020Updated 5 years ago
- 使用多种算法(线性回归、随机森林、支持向量机、BP神经网络、GRU、LSTM)进行电力系统负荷预测/电力预测。通过一个简单的例子。A variety of algorithms (linear regression, random forest, support vecto…☆182Jun 7, 2020Updated 5 years ago
- 使用LSTM对股票价格进行回归预测,对股价涨跌进行分类预测。We use LSTM to forecast the stock price and classify the rise and fall of the stock price.☆18Jun 18, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 利用numpy实现rnn时间序列预测股票☆20Jul 12, 2019Updated 6 years ago
- 基于adaboost的SVM预测股票价格☆11Mar 4, 2018Updated 8 years ago
- Learing the process of LSTM, and use keras achieve stock prediction using LSTM。LSTM步骤解释,然后使用keras实现用LSTM预测股票走势☆12Mar 10, 2020Updated 6 years ago
- ☆12Apr 17, 2021Updated 4 years ago
- Stock Price Prediction using CNN-LSTM☆92Jan 20, 2020Updated 6 years ago
- 基于基因表达式规划算法的因子挖掘☆36Sep 1, 2021Updated 4 years ago
- linux环境下shell和C语言分别开发学生管理系统☆13Jan 19, 2019Updated 7 years ago
- ☆12Jul 19, 2020Updated 5 years ago
- 利用时间序列预测汽车销量☆44Dec 3, 2018Updated 7 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 使用机器学习进行股票预测并指导短线(预测未来3日股价)交易。☆90Oct 9, 2021Updated 4 years ago
- GWO☆12Nov 16, 2019Updated 6 years ago
- This is a simple notebook comparing the output of Holt-Winters, SARIMA and FBProphet. Information about parameter tuning has not been inc…☆11Jun 27, 2019Updated 6 years ago
- (陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM等☆70Mar 15, 2020Updated 6 years ago
- I use a LSTM ( long short term memory model) model to predict the fluctuations of VIX index ( the index of 50ETF options), and trade t…☆14Apr 25, 2019Updated 6 years ago
- 三大boosting算法的工程实现 XGBoost、LightGBM、Catboost原理实现及常见面试问题总结,以及其他理解深刻的机器学习、深度学习文章备份☆11Jul 7, 2021Updated 4 years ago
- 用深度学习对含噪时间序列数据进行预测☆29Mar 8, 2025Updated last year