登录
首页 » Python » EMD_ALSTM

EMD_ALSTM

于 2020-09-27 发布
0 175
下载积分: 1 下载次数: 4

代码说明:

说明:  这是EMD-LSTM的代码,曾尝试运行,但是出错,希望有兴趣的同学可以继续研究,相互交流~(This is the code of emd-lstm, tried to run, but error, hope interested students can continue to study, mutual communication ~)

文件列表:

EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master, 0 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\.gitignore, 1203 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\EMD-ALSTM.pdf, 346599 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\README.md, 627 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process, 0 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\README.md, 1 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\corr_visualise.py, 413 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\factor_analysis.py, 864 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\factor_extract.py, 597 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\factor_list.py, 13605 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\get_data.py, 1332 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\nan_filter.py, 741 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\parameters.py, 115 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\reselecting_factor.py, 1830 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\data_process\ts_process.py, 1009 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\paper.pdf, 14502442 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy, 0 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\ALSTM.py, 4191 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\EMD_LSTM.py, 4166 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\LSTM.py, 3258 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\MLP.py, 3951 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\MLP_feature_selection.py, 5863 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\OLM.py, 2428 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\README.md, 1 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\SVM.py, 2175 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\Single_OLM.py, 2403 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\factor.py, 5398 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\func.py, 4122 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\keras_func.py, 464 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\layers.py, 860 , 2019-10-21
EMD-ALSTM-Multi-Factor-Stock-Profit-Prediction-master\strategy\strategy.py, 4259 , 2019-10-21

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

发表评论

0 个回复

  • extractMFCC
    说明:  基于matlab平台的MFCC特征提取,测试可用(MFCC feature extraction based on MATLAB platform)
    2019-01-22 09:12:27下载
    积分:1
  • MATLAB生成.exe总结
    MATLAB生成.exe总结(Summary of MATLAB Generation.exe)
    2020-06-15 22:23:56下载
    积分:1
  • 252889trajectory_vers2
    很好的轨迹跟踪程序,可以实现三维空间的轨迹跟踪实验(It s a good trajectory tracking program,which can achieve dimensional space tracking experiment. )
    2020-11-19 14:49:37下载
    积分:1
  • On the surface, protected mode and real mode is not much difference between the...
    从表面上看,保护模式和实模式并没有太大的区别,二者都使用了内存段、中断和设备驱动来处理硬件,但二者有很多不同之处。我们知道,在实模式中内存被划分成段,每个段的大小为64KB,而这样的段地址可以用16位来表示。内存段的处理是通过和段寄存器相关联的内部机制来处理的,这些段寄存器(CS、DS、 SS和ES)的内容形成了物理地址的一部分。具体来说,最终的物理地址是由16位的段地址和16位的段内偏移地址组成的。用公式表示为:物理地址=左移4位的段地址+偏移地址。-On the surface, protected mode and real mode is not much difference between the two are the use of the memory, Drivers interruption and equipment to deal with the hardware, but there are many differences. We know that in real mode which has been divided into memory, each the size of 64 KB. and the addresses of 16 can be used to express. Memory of the handling of the adoption and register linked to the internal mechanisms to deal with, of these registers (CS, DS, SS and ES) with the formation of a part of the physical address. Specifically, the ultimate physical address is 16 of the 16 addresses and the addresses of migration within the composition. The use of the formula is expressed as : physical address = 4 bits of the address offset address.
    2023-02-13 11:45:04下载
    积分:1
  • Graduation Collection
    毕业设计集合,包含了用VB做的一些管理系统,供大家参考。-Graduation Collection
    2023-06-25 14:00:05下载
    积分:1
  • amcircuit
    一些常见放大电路,主要是常用芯片的各种设计连接(Some common amplifier is mainly used to connect chip design)
    2008-04-12 17:10:09下载
    积分:1
  • IDL学习资料加一个实例
    IDL编程资料加一个IDL编程语言实现影像的批量自动叠加的实例(Image composition using IDL)
    2018-01-28 10:38:53下载
    积分:1
  • 关于图形旋转的C语言原代码,对C语言初学者有很大帮助。
    关于图形旋转的C语言原代码,对C语言初学者有很大帮助。-Graphics rotation on C language source code for C language has a lot to help beginners.
    2022-05-18 01:28:13下载
    积分:1
  • 贪吃蛇,可能还有很多问题,希望大家多多包涵
    贪吃蛇,可能还有很多问题,希望大家多多包涵-Snake, there may be many problems, I hope you forgive me
    2023-07-03 00:30:03下载
    积分:1
  • 8只数码管滚动显示8-F
    说明:  八只数码管滚动显示8到F之间所有的数字,滚动间隔可调(Eight nixie tubes scroll to display all numbers between 8 and F, with adjustable scrolling interval)
    2020-04-20 18:41:22下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载