CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘 搜索资源 - 回归算法

搜索资源列表

  1. ClassicalELM

    1下载:
  2. 通过极限学习机的相关算法,实现数据的预测、回归、分类,从而有利益数据的处理-Processed through the relevant algorithm ELM achieve prediction data, regression, classification, and thus interest data
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:8471
    • 提供者:
  1. pythonsrc

    0下载:
  2. 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5911
    • 提供者:xiaozhiz
  1. svm

    0下载:
  2. 支持向量机python实现算法,回归、分类、预测-surpport vector machion
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:83554
    • 提供者:李想
  1. Locally-Line-Regress

    2下载:
  2. 《斯坦福公开课》局部线性回归算法(PS1)。-Locally Line Regress
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2703
    • 提供者:zhangyang
  1. arima

    0下载:
  2. ARMA,AR,MA,ARIMA等实现自回归预测、齐次稳定回归预测算法-ARMA, AR, MA, ARIMA, etc. to achieve autoregressive prediction, homogeneous and stable regression prediction algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:6639
    • 提供者:沙丹凤
  1. logRegres

    0下载:
  2. 机器学习中的逻辑回归算法,利用python实现的算法-Logic regression algorithm in machine learning, using Python to achieve the algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1248
    • 提供者:jacksun
  1. LogitTwice

    0下载:
  2. 基于逻辑回归的二分类算法代码,能很好的实现-Binary logistic regression based algorithm code, can achieve a good
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:梁良
  1. svm_python

    1下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually use
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:8357
    • 提供者:杨刘洋
  1. Python-ELM-master

    1下载:
  2. 经典的ELM算法,适合做小样本回归预测,亲测有用,亲测有效-The classical ELM algorithm, suitable for small sample regression, pro test useful, pro test effective
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:17153
    • 提供者:Alex Liu
  1. logRegres

    1下载:
  2. Logistic回归主要目的是寻找一个非线性sigmoid的最佳拟合参数,采用梯度上升算法可以达到局部的最优化-The main purpose of Logistic regression is to find the best fitting parameters of a nonlinear sigmoid, and the gradient ascent algorithm can be used to achieve the local optimization.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1527
    • 提供者:dongyanyan
  1. SVM_GUI_3.1[mcode]

    0下载:
  2. faruto编写的基于libsvm3.1的SVM_GUI,可用于SVM分类及相关回归分析,已经集成了GA及PSO参数寻优算法及PCA算法,提供的是GUI版本及与之对应的源码版本-SVM_GUI and the program of SVM_Code,base on the version of the Libsvm 3.1,using the GA and PSO algorithm to improve
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:72488
    • 提供者:张强
  1. Wind-Speed-Combined-Prediction

    0下载:
  2. 针对风电场短期风速的预测提出一种基于小波变换的组合预测方法。首先利用Mallat 算法对短期风速时间序列进行db3 小波三层分解与重构,得到短期风速时间序列的近似分量和细节分量。针对近似分量和细节分量的不同特性,对近似分量利用粒子群算法优化的最小二乘支持向量机进行预测,对细节分量利用自回归求和滑动平均模型进行预测。最后各预测模型预测值组合叠加得到最终的短期风速预测值。仿真结果表明该方法具有较高的预测准确度。-In order to improve short-term wind speed pr
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:289411
    • 提供者:kiel
  1. SILPMKL

    1下载:
  2. 用于回归的多核学习之MKL-wrapper算法程序,编写语言为python,运行环境为linux。-For multi-core the MKL- wrapper of learning algorithm of regression procedure, is the written language python, running environment for Linux.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1426
    • 提供者:zhuozeying
  1. lwpr

    0下载:
  2. LWPR 局部加权投影回归算法,是一种高效的数据降维方法,也能用于预测方法研究。 -LWPR is an effective dimensionality reduction approach. It can be used for prediction.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-12
    • 文件大小:53179
    • 提供者:zhang
  1. project

    4下载:
  2. 数据挖掘,推荐系统,堆叠降噪自编码器,逻辑回归(Data mining, recommender systems, stack noise reduction, self coder, logic regression)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-19
    • 文件大小:593920
    • 提供者:122333
  1. python-logistic

    0下载:
  2. 对因变量为0-1属性变量,利用Logistic算法,对其进行回归预测(The dependent variable is the 0-1 attribute variable, and the Logistic algorithm is used to predict it)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:xinxging
  1. rlhust

    0下载:
  2. 可以进行曲线回归拟合算法的四参数算法,函数为 y (a-d) (1+(x c) b) +d ec50 m 为其主要函数()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:Rosatind
  1. ga-svm

    4下载:
  2. 用遗传算法优化支持向量回归机C、g、p参数(Optimization of C, G, P parameters of support vector regression machine by genetic algorithm)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:wentong
  1. ELM

    0下载:
  2. 一种神经网络算法:极限学习机(ELM),包括分类和回归,仿真验证无误,适合初学者练习(A data mining algorithm: limit learning machine (ELM), including classification and regression, simulation verification is unmistakable, suitable for beginners to practice)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-30
    • 文件大小:4041728
    • 提供者:宸儿宝贝
  1. 11560948

    0下载:
  2. 数据挖掘中的重要算法:自回归滑动平均时间序列算法,用于时序数据挖掘()
  3. 所属分类:数据挖掘

搜珍网 www.dssz.com