登录
首页 » Python » StockPricePrediction-master

StockPricePrediction-master

于 2019-06-18 发布 文件大小:7501KB
0 188
下载积分: 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 个回复

  • HMM-homework
    说明:  隐马尔科夫实现,包含forward-hmm, Viterbi-hmm, Baum-Welch-hmm(Hidden Markov implementation, including forward-hmm, Viterbi-hmm, Baum-Welch-hmm)
    2019-04-26 17:02:43下载
    积分:1
  • lib
    用python和数据库实现简单的图书馆管理系统(Simple library management system based on Python and database)
    2019-05-05 19:43:28下载
    积分:1
  • 妹子图
    通过Python对妹子图网站的图片集进行爬取(Crawling the collection of images on the sister map site via Python)
    2018-11-15 16:13:39下载
    积分:1
  • boxcox
    boxcox函数的python实现,引用该函数可将偏态分布调整为正态分布(Python implementation of box Cox function)
    2020-06-17 09:40:01下载
    积分:1
  • chapter3
    周志华 机器学习 第三章 python 参考答案(Zhou Zhihua machine learning third chapter Python reference answer)
    2018-06-07 21:59:46下载
    积分: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
  • Hadoop安装教程2
    Hadoop 的运行方式是由配置文件决定的(运行 Hadoop 时会读取配置文件),此外,伪分布式虽然只需要配置 fs.defaultFS 和 dfs.replication 就可以运行(官方教程如此)。(The mode of running Hadoop is determined by the configuration file (the configuration file is read when running Hadoop). In addition, the pseudo distributed can run only by configuring fs.defaultFS and dfs.replication (the official tutorial is the case).)
    2018-05-18 10:34:41下载
    积分:1
  • Dijkstra
    用Python实现dijkstra算法。使用python 语言在网络图中实现Dijkstra 算法,返回从源点出 发到每个结点的最短距离、路径,并打印出该路由(源点)的forwarding table,(dijkstra algorithm in Python)
    2018-01-03 22:33:37下载
    积分:1
  • 机器学习Python程序
    覆盖了基本常用的机器学习算法。包括线性回归与分类算法;决策树;多种降维算法;优化算法;强化学习等多类算法的Python代码。(It covers the commonly used machine learning algorithms. Including linear regression and classification algorithm; decision tree; a variety of dimensionality reduction algorithm; optimization algorithm; reinforcement learning and other algorithms of Python code.)
    2018-10-26 18:55:12下载
    积分:1
  • DataMiningProject-Bearing
    说明:  用于轴承大数据的故障诊断和数据挖掘,可将轴承的振动信息进行数组分析,获得预测模型,准确率较高(It can be used for fault diagnosis and data mining of bearing big data. It can analyze the vibration information of bearing by array and obtain the prediction model with high accuracy)
    2020-04-12 12:38:34下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载