使用LSTM对股票价格进行回归预测,对股价涨跌进行分类预测。We use LSTM to forecast the stock price and classify the rise and fall of the stock price.
☆17Jun 18, 2020Updated 5 years ago
Alternatives and similar repositories for LSTM-regression-and-classification
Users that are interested in LSTM-regression-and-classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 算法根据单个板块或单只股票的历史数据判断板块指数或个股次日收盘价信息,得到相应的调仓对策。可回归(预测具体价格)可分类(预测涨跌)。 长短期记忆模型(LSTM)是循环神经网络(RNN)的一种,每个输入样本都是一个序列(如某板块20天的四价一量)用这个序列预测结果。它认为某些…☆65Feb 8, 2020Updated 6 years ago
- 🐮首创性地运用Transformer+XDEEPFM预测中国A股单只股票每天的涨跌幅!☆15Mar 29, 2021Updated 5 years ago
- Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。☆210Jun 6, 2022Updated 3 years ago
- LSTM长短期记忆模型预测股票涨跌☆14Jul 24, 2020Updated 5 years ago
- The PyTorch implementation of "Modeling Financial Time Series using LSTM with Trainable Initial Hidden States"☆11Jul 15, 2020Updated 5 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 使用经典的AR、MA、ARMA、ARIMA、ARCH、GARCH时间序列模型进行模型的检验和拟合。The classic AR, MA, ARMA, ARIMA, ARCH, GARCH time series models are used to test and pre…☆16Jun 13, 2020Updated 5 years ago
- Alpha mining with DEAP-based genetic programming.☆11Jul 7, 2023Updated 2 years ago
- Blaze☆17Jun 19, 2021Updated 4 years ago
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机 森林☆19Feb 20, 2019Updated 7 years ago
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。☆29Apr 27, 2019Updated 7 years ago
- pytorch实现用LSTM做股票价格预测☆313Jun 17, 2020Updated 5 years ago
- Mid price estimation in LOB using Markov model☆13May 11, 2022Updated 4 years ago
- Sentiment Analysis and Trend Monitoring to Predict Cryptocurrency Market Movements☆15Nov 14, 2018Updated 7 years ago
- 使用随机森林、bp神经网络、LSTM神经网络、GRU对股票收盘价进行回归预测。Random forest, BP neural network, LSTM neural network and GRU are used to predict the closing pric…☆52May 30, 2020Updated 6 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- ☆11Apr 8, 2019Updated 7 years ago
- ☆14Jul 5, 2022Updated 3 years ago
- 基于掘金量化的量化交易架框☆29Sep 23, 2024Updated last year
- 用深度学习对含噪时间序列数据进行预测☆29Mar 8, 2025Updated last year
- Lab notebooks for Introduction to Text Analytics. Lab sheets will be added once the lab sessions have taken place.☆13Jul 12, 2023Updated 2 years ago
- Create a mid-price classifier for limit order books using a CNN and LSTM☆15Apr 24, 2020Updated 6 years ago
- Use Deep Learning try to predict stock price. 使用深度学习的股票预测☆27Jan 27, 2021Updated 5 years ago
- 深度学习初学者理论与实践学习的资料总结☆13Apr 19, 2019Updated 7 years ago
- 使用改良的Transformer模型应用于多维时间序列的分类任务上☆25Apr 3, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 这是一个基于LSTM-RNN算法的线上金融股票价格走势预测的小项目,使用tensorflow框架实现。☆45Sep 12, 2018Updated 7 years ago
- 记录深度学习的学习过程和资料整理,包括计算机视觉 CV、Paper 阅读等等...☆16Feb 1, 2019Updated 7 years ago
- vnpy教程示例☆16May 30, 2024Updated last year
- This is the GitHub repository for our publication "A new attention mechanism to classify multivariate time series", by Yifan Hao and Huip…☆29Aug 28, 2025Updated 9 months ago
- Keras深度学习代码,一切大事必做于细!☆15Jan 14, 2019Updated 7 years ago
- "How to Implement YOLO v3 Object Detector from Scratch" inference源码/ 逐行中文注释☆11Oct 31, 2018Updated 7 years ago
- Multivariate Multi Step Time Series modelling : Predicting the re-rise of bitcoin prices using RNN and optimising the model using GRU and…☆18Feb 15, 2021Updated 5 years ago
- kNN classifier built in MATLAB.☆17Sep 20, 2015Updated 10 years ago
- BERT NER of pytorch editon, including ERNIE implementation.☆11Aug 28, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Malicious domain name detection based on tensorflow☆36Jan 6, 2018Updated 8 years ago
- XGBoost is known to be fast and achieve good prediction results as compared to the regular gradient boosting libraries. This project atte…☆50Apr 12, 2019Updated 7 years ago
- ☆41Nov 2, 2021Updated 4 years ago
- Final Year Project☆24Jun 28, 2021Updated 4 years ago
- Time Series analysis with Python and ARIMA model to forecast Bitcoin price☆24Sep 5, 2018Updated 7 years ago
- This notebook contains an independently developed Keras/Tensorflow implementation of the CNN-LSTM model for Limit Order Book forecasting …☆38Oct 18, 2020Updated 5 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆48Mar 1, 2022Updated 4 years ago