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

搜索资源列表

  1. IRLS

    0下载:
  2. 实现了机器学习中的logistic regression 算法,可以对三类高斯分布的采样进行分类-Achieved in the logistic regression machine learning algorithm, can be three types of Gaussian distribution of samples to classify
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:520
    • 提供者:zect
  1. boosting-survey

    0下载:
  2. Boosting is a general method for improving the accuracy of any given learning algorithm. Focusing primarily on the AdaBoost algorithm, this chapter overviews some of the recent work on boosting including analyses of AdaBoost’s training error an
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:156134
    • 提供者:Tatyana
  1. logistic

    1下载:
  2. 关于逻辑回归的教案,讲述了其原理及应用(主要是流行病学)。-the descr iption and guide of logistic regression
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:28122
    • 提供者:TCH
  1. logreg

    0下载:
  2. Logistic Regression Implementation in Python
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:87099
    • 提供者:Arunprasath
  1. ELF-08-Oct-2010.tar

    0下载:
  2. 集成学习算法集合 GBDT、NN、Logistic regression-Integrated learning algorithm collection GBDT, NN, Logistic regression, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2018-04-18
    • 文件大小:184320
    • 提供者:GemALLEN
  1. logisitic_exercise

    0下载:
  2. 一种用于数据分类的算法,与svm的作用类似-In statistics, logistic regression or logit regression is a type of probabilistic classification model[1] used for predicting the outcome of a categorical dependent variable (i.e., a class label) based on one or more predictor v
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2268
    • 提供者:程小青
  1. classifier

    0下载:
  2. 简单的分类小程序。包括高斯混合模型、svm(调用函数)、logistic regression、和人工神经网络-Simple classification applet. Including the Gaussian mixture model, svm (calling function), logistic regression, and artificial neural networks
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5778
    • 提供者:mou
  1. machinelearning3

    0下载:
  2. machine learning in Logistic Regression(机器学习)-machine learning in Logistic Regression (machine learning)
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:383779
    • 提供者:chen
  1. logRegres

    0下载:
  2. 机器学习实战中的逻辑回归代码以及测试数据-Logistic regression in machine learning field code and test data
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:14557
    • 提供者:邓星
  1. Ch05

    0下载:
  2. 逻辑回归,实例:matlab使用逻辑回归进行分类。-Logistic regression
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:14525
    • 提供者:小为
  1. test

    0下载:
  2. python实现用逻辑回归识别和分类人工手写数字-Classifying MNIST digits using Logistic Regression
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:16156282
    • 提供者:崔伟
  1. LogisticRegression

    0下载:
  2. 用python实现逻辑回归,实现了梯度下降,随机梯度下降法收敛。-Realized the logistic regression by python, using gradient decescent, stochastic gradient decescent to diverge to the final point.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1086
    • 提供者:liu li
  1. HW1

    0下载:
  2. logistic regression naive baise regression matlab code-logistic regression naive baise regression matlab code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6233543
    • 提供者:zhiyi li
  1. gradient_descent-

    0下载:
  2. 梯度下降算法Python实现,用于logistic regression的训练问题。-Python implementation gradient descent algorithm for training logistic regression problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:635
    • 提供者:E-virus
  1. mlclass-ex2

    1下载:
  2. 逻辑回归,机器学习相关内容,内有说明,基于matlab仿真-ex2.m- Octave scr ipt that will help step you through the exercise ex2 reg.m- Octave scr ipt for the later parts of the exercise ex2data1.txt- Training set for the rst half of the exercise ex2data2.txt- Training s
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:26549
    • 提供者:张伟强
  1. logistic-regression

    0下载:
  2. 用matlab实现机器学习算法中的逻辑回归-Using matlab to achieve a machine learning algorithm in a logistic regression
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:276503
    • 提供者:JiaoWang
  1. logistic

    0下载:
  2. 用于模式识别中分类器的实现,罗杰斯特回归的实现 ,有数据实例,能够观察到分类结果和收敛曲线(logistics regression)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:32768
    • 提供者:adf&683
  1. LogisticRegression

    4下载:
  2. 逻辑蒂斯回归模型,用于概率预测,或者分类。内附matlab代码,以及运行数据,可直接运行。(this is an matlab code of logistic regression which could use for data classification and properbility predict. u can direcctly use this code and th data inside.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:ally525
  1. logistic

    0下载:
  2. 机器学习,logistic回归,内附验证数据(Machine learning, logistic regression, data classification, and test data)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:102400
    • 提供者:CCKG
  1. Logistic Regression

    0下载:
  2. Logistic Regression - a Classification method using the mnist DB, with sigmoid function and gradient ascent for optimization
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:13306880
    • 提供者:idomit
« 12 »
搜珍网 www.dssz.com