登录
首页 » Python » StockPricePrediction-master

StockPricePrediction-master

于 2019-06-18 发布 文件大小:7501KB
0 143
下载积分: 1 下载次数: 2

代码说明:

  python深度学习股票分析框架,就这么多了(python learning stock)

文件列表:

StockPricePrediction-master, 0 , 2019-03-27
StockPricePrediction-master\.gitignore, 804 , 2019-03-27
StockPricePrediction-master\Documents, 0 , 2019-03-27
StockPricePrediction-master\Documents\SMAIProjectAbstract.pdf, 102446 , 2019-03-27
StockPricePrediction-master\Documents\StockPricePrediction.pdf, 665338 , 2019-03-27
StockPricePrediction-master\LICENSE, 1083 , 2019-03-27
StockPricePrediction-master\README.md, 2663 , 2019-03-27
StockPricePrediction-master\Report.pdf, 136581 , 2019-03-27
StockPricePrediction-master\input, 0 , 2019-03-27
StockPricePrediction-master\input\params.txt, 1502 , 2019-03-27
StockPricePrediction-master\input\symbols.txt, 8 , 2019-03-27
StockPricePrediction-master\requirements.txt, 162 , 2019-03-27
StockPricePrediction-master\screenshots, 0 , 2019-03-27
StockPricePrediction-master\screenshots\presentation.gif, 5455451 , 2019-03-27
StockPricePrediction-master\scripts, 0 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms, 0 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\LSTN-RNN.py, 3947 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\Neural_Network.py, 16336 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\regression_helpers.py, 8744 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\regression_models.py, 2849 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\rnn_lstm.py, 4405 , 2019-03-27
StockPricePrediction-master\scripts\Algorithms\svm.py, 2580 , 2019-03-27
StockPricePrediction-master\scripts\Stock-Prediction-Copy1.ipynb, 878439 , 2019-03-27
StockPricePrediction-master\scripts\Stock-Prediction.ipynb, 1067999 , 2019-03-27
StockPricePrediction-master\scripts\add_s_and_p_index.py, 1404 , 2019-03-27
StockPricePrediction-master\scripts\feature_selection.py, 1669 , 2019-03-27
StockPricePrediction-master\scripts\fetch_stock_data.py, 2923 , 2019-03-27
StockPricePrediction-master\scripts\interpolation.py, 618 , 2019-03-27
StockPricePrediction-master\scripts\main.py, 749 , 2019-03-27
StockPricePrediction-master\scripts\normalization.py, 313 , 2019-03-27
StockPricePrediction-master\scripts\preprocessing.py, 2023 , 2019-03-27
StockPricePrediction-master\scripts\twitter-sentiment-analysis, 0 , 2019-03-27

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

发表评论

0 个回复

  • Kares入门资料打包
    深度学习框架Keras入门资料,里面的代码包括课件和DEMO有利于新书入门学习,简单易懂(Keras Introductory Information of Deep Learning Framework, which includes courseware and DEMO, is helpful for introductory learning of new books. It is easy to understand.)
    2020-06-17 17:00:01下载
    积分:1
  • QB模型 神经网络
    说明:  从数据库获取车辆在一段时间内的所有行驶记录的相关数据,确定所需数据为GPS经纬度坐标和驾驶时长等,QB模型采用MDF的思想,其基本思想为:通过平均直接翻转距离函数定义两条轨迹之间的距离,两条轨迹需要具有相同的经纬度点数,具有相同点数的轨迹最大的优点是对轨迹距离成对计算,且相同轨迹之间具有更高的分辨率,对于轨迹聚类的结果有一定的优化。(Retrieved from the database cars all over a period of time, record the related data, determine the required data for the GPS latitude and longitude coordinates, and the driving time, QB model by adopting the idea of MDF, its basic idea is: flip directly by the average distance function definition of the distance between two trajectories, two tracks will have the same latitude and longitude points, and has the biggest advantages of the same points of trajectory track distance calculation in pairs, and has higher resolution, between the same trajectory for trajectory clustering results have certain optimization.)
    2020-06-23 08:00:01下载
    积分:1
  • 图书管理系统编写,初学django,增删改查
    图书的增删改查,python2.7环境 【调试说明】 0. 安装缺失的包  pip2 install django pip2 instatll pymysql 1. 手动创建mysql数据库 day59_3,并修改settings.py中的 DATABASES 节点 为你本机数据库信息 2. 初始化数据库表结构,执行 D:idePython27>python "D:StudyProjectsPythonProjectday59 图书管理系统manage.py" migrate  3. 运行程序如下: D:idePython27>python "D:StudyProjectsPythonProjectday59manage.py" runserver 4. 访问网址 http://localhost:8000 即可看到如下截图
    2019-07-31下载
    积分:1
  • 深度学习之TensorFlow:入门、原理与进阶实战
    说明:  该压缩文件是《深度学习之Tensorflow的入门、原理及进阶实战》,里面讲述了如何搭建TensorFlow环境,并讲述了深度学习的一些理论基础知识,而且通过例子进行辅助,能更好的理解掌握。(The compressed file is "Introduction, Principle and Advanced Combat of Tensorflow for Deep Learning", which describes how to set up the TensorFlow environment, and describes some theoretical basic knowledge of deep learning, and assists with examples to better understand .)
    2019-04-20 20:40:46下载
    积分:1
  • python-knn
    主要利用Python软件,利用KNN算法对垃圾邮件进行分类(This paper mainly uses Python software to classify spam mail by using KNN algorithm)
    2017-11-10 15:46:56下载
    积分:1
  • JEXQKRB8
    用最小二乘法计算分形图案的维数,试试看怎么样,请多包涵!!(Use the least square method to calculate the dimensions of fractal patterns, try how, please include more!)
    2018-09-05 17:25:57下载
    积分:1
  • boston_housing
    说明:  采用机器学习预测房价.使用波士顿房屋信息数据来训练和测试一个模型,并对模型的性能和预测能力进行评估。(Using Machine Learning to Predict House Prices)
    2019-10-04 11:48:44下载
    积分:1
  • GeoQ_Spider
    说明:  通过PYTHON编写的爬虫程序,爬取Geoq的人口密度数据(The population density data of Geoq is crawled by a crawler program written in PYTHON)
    2020-06-21 12:20:02下载
    积分:1
  • 74025819
    提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP);(In this paper, four c codes for solving ordinary differential equations are provided: the fourth order Runge-Kutta (Runge-Kutta) method with fixed step size (RK4-))
    2018-11-20 16:57:32下载
    积分:1
  • 深度学习之TensorFlow:入门、原理与进阶实战
    该压缩文件是《深度学习之Tensorflow的入门、原理及进阶实战》,里面讲述了如何搭建TensorFlow环境,并讲述了深度学习的一些理论基础知识,而且通过例子进行辅助,能更好的理解掌握。(The compressed file is "Introduction, Principle and Advanced Combat of Tensorflow for Deep Learning", which describes how to set up the TensorFlow environment, and describes some theoretical basic knowledge of deep learning, and assists with examples to better understand .)
    2019-04-20 20:40:46下载
    积分:1
  • 696518资源总数
  • 104386会员总数
  • 20今日下载