有关于Prophet和transformer模型预测股票的比较新且较优秀的代码推荐吗
时间: 2023-06-17 22:02:23 浏览: 567
基于Transformer的股票价格预测(Python完整源码)
5星 · 资源好评率100%
以下是我能找到的一些比较好的 Prophet 和 Transformer 模型预测股票的代码示例:
1. Prophet
- [Facebook Prophet](https://github.com/facebook/prophet) - Facebook Prophet 官方代码库,其中包含了股票预测的示例代码。
- [Stock Prediction Using Prophet](https://towardsdatascience.com/stock-prediction-using-prophet-ef167b958a2e) - 一篇关于使用 Prophet 预测股票价格的博客,其中包含了代码示例。
- [Time Series Forecasting with Prophet](https://towardsdatascience.com/time-series-forecasting-with-prophet-54f2ac5e722e) - 一篇关于使用 Prophet 进行时间序列预测的博客,其中包含了股票预测的示例代码。
2. Transformer
- [Stock Price Prediction with Transformer](https://towardsdatascience.com/stock-price-prediction-with-transformer-architecture-7e2af9c7e361) - 一篇关于使用 Transformer 模型进行股票价格预测的博客,其中包含了代码示例。
- [Stock Price Prediction with Transformers and LSTMs](https://github.com/robertmartin8/Stock-Price-Prediction-with-Transformers-and-LSTMs) - 一个使用 Transformer 和 LSTM 模型预测股票价格的代码示例。
- [Stock Price Prediction with Transformers](https://github.com/AladdinPerzon/Machine-Learning-Collection/tree/master/ML/Pytorch/more_advanced/transformer_stock_prediction) - 一个使用 Transformer 模型进行股票价格预测的代码示例。
希望这些代码能对你有所帮助!
阅读全文