CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 股票 预测

搜索资源列表

  1. matlab_BP

    3下载:
  2. 基于BP神经网络的股票预测程序.... 有部分是数据处理片段,可能有点乱-Based on the BP Neutrual Network for the prediction of the stock market!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:2221
    • 提供者:BILL
  1. cppStockBP

    5下载:
  2. 使用C++的基于神经网络(BP)算法的股票预测程序-The use of C++ s Based on neural network (BP) algorithm stock forecasting process
  3. 所属分类:金融证券系统

    • 发布日期:2013-04-22
    • 文件大小:94944
    • 提供者:ycs
  1. biyesheji

    0下载:
  2. 简单的bp算法 用c实现的 用于股票预测很实用-Bp simple algorithm using c to achieve the forecast for the stock is very practical
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:565512
    • 提供者:熊秋燕
  1. BP

    1下载:
  2. BP神经网络在股票预测中的应用研究 硕士毕业论文-BP neural network prediction in the stock Master' s Thesis Research
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6423297
    • 提供者:周寒
  1. ss

    0下载:
  2. 神经网络在股票预测中的应用研究 硕士毕业论文-Neural Networks in Stock Forecasting Research Master' s Thesis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2278642
    • 提供者:周寒
  1. bpMATLABstock

    2下载:
  2. 本程序采用MATLAB实现神经网络对股票预测的功能,带有实验数据以及输出结果-The program uses MATLAB neural network stock prediction to achieve the function, with experimental data and output results
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:39458
    • 提供者:孟欣
  1. Waveletet

    2下载:
  2. 小波神经网络 用于股票预测等 matlab编程 十分有用(Wavelet neural network is used in stock prediction and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:1197056
    • 提供者:luozhiming
  1. ESN3

    1下载:
  2. 进行股票预测的源源码 可移植性非常高(Source code for stock forecasting is very portable.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:87040
    • 提供者:晃晃哈暖和
  1. 股票预测

    5下载:
  2. 基于神经网络的股票价格预测的MATLAB实现,经网络的在实际预测模型中的问题(MATLAB implementation of stock price prediction based on neural network and problems in the actual forecasting model via network)
  3. 所属分类:其他

    • 发布日期:2018-04-02
    • 文件大小:215040
    • 提供者:鸡蛋蛋
  1. gupiaoyuce

    4下载:
  2. 基于粒子群——神经网络算法的股票预测系统,将某支股票的大量数据导入程序中,就能对该股票接下来的走向进行分析和预测(The stock forecasting system based on the particle swarm neural network algorithm can analyze and predict the next trend of the stock by importing a large number of data into the program.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1442816
    • 提供者:izayoiakatsuki
  1. TensorFlow股票预测

    8下载:
  2. 利用TensorFlow和股票历史数据,进行数据挖掘,深度学习建模,实现对股票未来走势的预测(Using TensorFlow and stock historical data, data mining and deep learning modeling are used to predict the future trend of stocks.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-08-27
    • 文件大小:261120
    • 提供者:songzongyan
  1. _基于智能算法的股票价值估计研究

    0下载:
  2. 基于主成分分析和神经网络算法的股票行情预测(Stock market forecast based on principal component analysis and neural network algorithm)
  3. 所属分类:金融证券系统

    • 发布日期:2020-07-01
    • 文件大小:2245632
    • 提供者:米拉山下
  1. 预测

    1下载:
  2. 实验股票预测,输入前一天数据,自动预测后一天的成交价,输入:开盘价,最高价,最低价,收盘价,成交量(Experimentation stock forecast, input the data of the previous day, automatically forecast the trading price of the next day, input: opening price, maximum price, minimum price, closing price, volume)
  3. 所属分类:其他

    • 发布日期:2020-11-26
    • 文件大小:100352
    • 提供者:nz106
  1. 股票预测

    1下载:
  2. 采用三层BP神经网络结构,输入层神经元数为5,隐含层神经元数为3,输出层神经元数为1,使用MATLAB编写。 将所给数据按14:1分为训练样本集,和测试样本集,经测试及分析,预测误差为0.1700,误差较小。 网络训练好后,输入前一天的6组数据,即:最高价、最低价、开盘价、收盘价、成交量,就能自动预测出后一天的收盘价。(The structure of three-layer BP neural network is adopted. The number of neurons in the i
  3. 所属分类:其他

    • 发布日期:2020-11-28
    • 文件大小:306176
    • 提供者:nz106
  1. 股票预测-最小二乘

    2下载:
  2. 采用最小二乘法进行MATLAB编写,开盘为输入,收盘为输出。1-600个数据为训练样本集,601-700为预测样本。先对数据进行标准化处理,再利用最小二乘法对模型进行预测,最后进行反标准化处理后输出。(The least square method is used to compile MATLAB. The opening is input and the closing is output. 1-600 data are training samples and 601-700 predic
  3. 所属分类:其他

    • 发布日期:2021-02-20
    • 文件大小:227328
    • 提供者:nz106
  1. BP神经网络股票预测

    2下载:
  2. 在600085这个数据表中,以XZSLX综合作为输入,以收盘价作为输出 以前595个数据作为训练样本,后100个数据作为实际输出。 通过训练数据建立模型,最终输出100个预测的股票收盘价。 将预测的收盘价和实际的收盘价进行对比并求取误差,从而判断所建立模型的准确性。 RBF神经网络调用newff函数实现。(In the data table of 600085, XZSLX synthesis is used as input and closing price as output. The
  3. 所属分类:其他

    • 发布日期:2020-07-01
    • 文件大小:214016
    • 提供者:nz106
  1. BP神经网络股票预测

    1下载:
  2. 分别采用BP网络和RBF网络进行数据预测 在600085这个数据表中,以XZSLX综合作为输入,以收盘价作为输出 以前595个数据作为训练样本,后100个数据作为实际输出。 通过训练数据建立模型,最终输出100个预测的股票收盘价。 将预测的收盘价和实际的收盘价进行对比并求取误差,从而判断所建立模型的准确性。 BP神经网络调用newff函数实现。(In the data table of 600085, XZSLX synthesis is used as input and closing pr
  3. 所属分类:其他

    • 发布日期:2020-11-26
    • 文件大小:447488
    • 提供者:nz106
  1. LSTM股票预测

    2下载:
  2. Lstm进行时间序列预测,预测股票数据,按日的数据(Prediction of time series by LSTM)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-30
    • 文件大小:959488
    • 提供者:Yesterday110
  1. 股票预测

    3下载:
  2. python LSTM进行时间序列预测,股票每日的数据(Time series prediction by Python LSTM)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-26
    • 文件大小:509952
    • 提供者:Yesterday110
  1. 股票预测

    3下载:
  2. 使用混沌方法进行的股票预测,下载自网络,侵删(Stock forecasting using chaos method)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com