登录
首页 » Python » stock_predict_with_LSTM-master

stock_predict_with_LSTM-master

于 2020-07-11 发布
0 89
下载积分: 1 下载次数: 3

代码说明:

说明:  基于python的LSTM做股票预测源代码(Based on Python LSTM stock forecast source code)

文件列表:

stock_predict_with_LSTM-master, 0 , 2020-06-27
stock_predict_with_LSTM-master\.gitignore, 57 , 2020-05-15
stock_predict_with_LSTM-master\data, 0 , 2020-06-27
stock_predict_with_LSTM-master\data\stock_data.csv, 510330 , 2020-05-15
stock_predict_with_LSTM-master\figure, 0 , 2020-06-27
stock_predict_with_LSTM-master\figure\continue_predict_high_with_pytorch.png, 45110 , 2020-05-15
stock_predict_with_LSTM-master\figure\continue_predict_low_with_pytorch.png, 46060 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_high_with_keras.png, 43653 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_high_with_pytorch.png, 39864 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_high_with_tensorflow.png, 46294 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_low_with_keras.png, 44056 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_low_with_pytorch.png, 40615 , 2020-05-15
stock_predict_with_LSTM-master\figure\predict_low_with_tensorflow.png, 48041 , 2020-05-15
stock_predict_with_LSTM-master\LICENSE, 11357 , 2020-05-15
stock_predict_with_LSTM-master\main.py, 13980 , 2020-05-15
stock_predict_with_LSTM-master\model, 0 , 2020-06-27
stock_predict_with_LSTM-master\model\model_keras.py, 2155 , 2020-05-15
stock_predict_with_LSTM-master\model\model_pytorch.py, 6786 , 2020-06-27
stock_predict_with_LSTM-master\model\model_tensorflow.py, 5555 , 2020-05-15
stock_predict_with_LSTM-master\model\__init__.py, 0 , 2020-05-15
stock_predict_with_LSTM-master\Readme.md, 960 , 2020-05-15
stock_predict_with_LSTM-master\requirements.txt, 125 , 2020-05-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GAN-Base-on-Matlab-master
    matlab版本的GAN网络,对抗生成网络(The simulation of GAN network)
    2021-03-23 15:09:15下载
    积分:1
  • land surface t
    python读取cloudsat卫星数据并画图分析(Python reads CloudSat satellite data and draws pictures.)
    2018-11-14 22:22:43下载
    积分:1
  • RapidOMP
    说明:  字典学习与快速正交匹配追踪。正交匹配追求 (OMP) 在过去十年中已被证明是图像和信号处理领域的重要算法,用于估计字典学习中的稀疏表示。多年来,加快 OMP 算法的精度的努力一直通过通用 OMP (g-OMP) 和快速 OMP (f-OMP) 等变体进行。所有这些算法都递归地求解了"S"样本数中每个信号样本的OMP。该算法,快速 OMP (r-OMP),运行"N"原子的循环,同时估计所有样本,并在自N<<S以来的真实场景中,建议的方法将OMP的速度加快几个数量级。(Orthogonal Matching Pursuit (OMP) has proven itself to be a significant algorithm in image and signal processing domain in the last decade to estimate sparse representations in dictionary learning. Over the years, efforts to speed up the OMP algorithm for the same accuracy has been through variants like generalized OMP (g-OMP) and fast OMP (f-OMP). All of these algorithms solve OMP recursively for each signal sample among 'S' number of samples. This algorithm, rapid OMP (r-OMP), runs the loop for 'N' atoms, simultaneously estimating for all samples, and, in a real scene since N<<S, the proposed approach speeds up OMP by several orders of magnitude.)
    2020-12-17 11:06:40下载
    积分:1
  • MPC
    模型预测控制的相关书籍,地面无人车的应用(Model predictive control related books, ground unmanned vehicle applications)
    2020-06-25 16:00:02下载
    积分:1
  • Rx.NET in Action
    响应式编程c#最好的一本书, 没有之一。 希望对您有帮助。(reactive programming in c#)
    2020-06-21 12:40:01下载
    积分:1
  • 用MATLAB生成FIR滤波器系数 frmGoodsInventory.designer
    用MATLAB生成FIR滤波器系数后,用C#语言,在上位机演示及实现FIR滤波器(After the FIR filter coefficients are generated by MATLAB, the FIR filter is demonstrated and implemented on the host computer in C # language)
    2020-06-25 06:40:01下载
    积分:1
  • C#在窗口显示超链接
    C#在窗口显示超链接,也就是在窗体中创建链接功能,这个链接可以是一个标准的URL,也可以是链接到本地的一张图片,一个文件或打开我的电脑等,具体的创建过程,请下载源码查看。
    2022-01-22 03:28:29下载
    积分:1
  • 卫星轨道模拟程序
    卫星轨道模拟程序, matlab程序, 有文档说明(satellite orbit simulation matlab code with discription)
    2020-11-13 15:19:43下载
    积分:1
  • java课程设计管理系统
    说明:  javaEE管理系统设计,课程设计使用,学生成绩课程管理系统,实测可用,需连接数据库(JavaEE management system design, course design and use)
    2020-07-02 20:40:01下载
    积分:1
  • The-road-of-QT-learning
    Qt,和 wxWidget 一样,它也是一个标准的 C++库。但是它的语法很类似于 Java 的 Swing,十分清晰,而 且 SIGNAL/SLOT 机制使得程序看起来很明白——这也是我首先选 择 Qt 的一个很重要的方面,因为我是学 Java 出身的 :) 。不过,所谓“成也萧何,败也萧 何”,这种机制虽然很清楚,但是它所带来的后果是你需要使用 Qt 的 qmake 对程序进行预 处理,才能够再使用 make 或者 nmake 进行编译。并且它的界面也不是原生风格的,尽管 Qt 使用 style 机制十分巧妙的模拟了本地界面。另外值得一提的是,Qt 不仅仅运行在桌面环境 中,Qt 已经被 Nokia 收购,它现在已经会成为 Symbian 系列的主要界面技术——Qt 是能够 运行于嵌入式平台的。(Qt, and wxWidget, it is also a standard C++ library. But its syntax is very similar to Java' s Swing, very clear, and SIGNAL/SLOT mechanism makes the program seem to understand- and this is my first choice is a very important aspect of Qt, because I was born to learn Java :). However, the so-called " as also Xiao, also lost" , although this mechanism is clear, but its consequences is that you need to use Qt' s qmake program is preprocessed, it can be reused make or nmake to compile. And its interface is not the native style, despite the use of Qt style very clever mechanism to simulate the local interface. Also worth mentioning is that, Qt only run in the desktop environment, Qt has been acquired by Nokia, it has now become the main interface technology Qt Symbian series is the ability to run on embedded platforms.)
    2016-09-13 20:40:22下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载