CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 预测 点

搜索资源列表

  1. KalmanFilter

    0下载:
  2. 卡尔曼滤波代码 可以做线性预测 航迹点的走向-KalmanFilter
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4.47kb
    • 提供者:gumc
  1. gray_model

    0下载:
  2. GM(1,1)模型,Matlab程序。只需要将已知数据输入给x0,就可以计算灰色模型的各个参数,还可以选择预测未来点的个数。-GM (1,1) model, Matlab program. Simply known data input to x0, we can calculate the various parameters of gray model, you can also choose to predict the number of future points.
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1.33kb
    • 提供者:4444SHI
  1. NEWRB

    1下载:
  2. 基于云模型的点是交通流预测的某一天的交通流量的预测的详细程序实现过程-The cloud-based model traffic flow forecasting traffic flow prediction a day program
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:2.16kb
    • 提供者:joanna
  1. 96point-load-forecast

    1下载:
  2. 基于小波神经网络时间序列的96点电力负荷预测matlab代码-load forecast
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:4.25kb
    • 提供者:carol
  1. PS0-SVR

    0下载:
  2. 支持向量机是建立在统计学习理论基础上的通用学习方法,它可较好地解决以往 很多学习方法的小样本、非线性、过学习、高维数、局部极小点等实际问题。笔者利用支持向量回归理论 和方法,建立支持向量机的预测模型,并利用winSVM 和MATLAB 软件进行了实例预测,与二次回归 预测值相比较,支持向量机预测模型具有更好的预测精度,且有很强的推广能力。-Support vector regression data
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:226.58kb
    • 提供者:wang
  1. pTCR

    0下载:
  2. 广告点击率预测,就是预测一个广告的点击概率有多大-CTR prediction is to predict the probability of an ad clicks much
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14.12mb
    • 提供者:ws
  1. qaofui

    0下载:
  2. 复化三点Gauss-lengend公式求pi,构成不同频率的调制信号,使用matlab实现智能预测控制算法。- Complex of three-point Gauss-lengend the Formula pi, Constituting the modulated signals of different frequencies, Use matlab intelligent predictive control algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.75kb
    • 提供者:qenhing
  1. loufui_v37

    0下载:
  2. 未来线路预测,分析误差,表示出两帧图像间各个像素点的相对情况,时间序列数据分析中的梅林变换工具。- Future line prediction, error analysis, Between two images showing the relative circumstances of each pixel, Time series data analysis Mellin transform tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:xjpyfpm
  1. KMV程序

    0下载:
  2. KMV模型是对传统信用风险度量方法的一次重大革命,其是在现代期权定价理论上建立起来的违约预测模型。假设公司的价值服从某种函数分布,其是什么样的分布要根据资产期望值及标准差来确定。预期违约概率( )是分三步骤来确定:第一步:计算公司的市场价值及其波动性;第二步:估算出公司的违约点、预期价值;第三步:估计预测违约概率( )。(KMV model is a major revolution in the traditional credit risk measurement method. It is
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:6.23mb
    • 提供者:王2先生
  1. knn

    0下载:
  2. #k-近邻算法 实现 KNN 分类算法 # 对未知类别属性的数据集中的每个点依次执行以下操作: # (1)计算已知类别数据集中的点与当前点之间的距离 # (2)按照距离递增次序排序 # (3)选取与当前点距离最小的K个点 # (4)确定前K个点所在类别的出现频率 # (5)返回前K个点出现频率最高的类别作为当前点的预测分类(#k-Nearest Neighbor , KNN)
  3. 所属分类:其他

  1. 纽约时报数据集

    1下载:
  2. 纽约时报数据集可以用于大数据分析,来进行预测新闻的点击率。(The New York Times data set can be used for large data analysis to predict the click rate of the news.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:39.55mb
    • 提供者:CSU_ZPD
  1. PivotPoints

    2下载:
  2. 枢轴点额外指标基于一种特殊的数学算法,可以高概率地预测任何市场的未来逆转。(The pivot point extra index is based on a special mathematical algorithm, which can predict the future reversal of any market with high probability.)
  3. 所属分类:其他

    • 发布日期:2020-04-15
    • 文件大小:29kb
    • 提供者:起床沙皇
  1. LSTM

    7下载:
  2. lstm时间预测matlab代码。程序说明:DATA.mat 是一行时序值, numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program descr iption: data.mat is a row of sequential va
  3. 所属分类:其他

  1. LSTM

    0下载:
  2. 金融数据使用案例 在Matlab 中把文件夹加入工作路径,在命令行中输入 RunLstm(numdely,cell_num,cost_gate)即可。其中: numdely 是选择预测点的数目 cell_num 是隐含层的结点数目 cost_gate是误差的阈值(此处一般取0.25)(Financial data use cases Add the folder to the working path in Matlab, and enter RunLstm(numdely,cell_nu
  3. 所属分类:其他

    • 发布日期:2020-08-27
    • 文件大小:12kb
    • 提供者:269970212
搜珍网 www.dssz.com