CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - logistic回归

搜索资源列表

  1. mlclass-ex2

    0下载:
  2. 斯坦福大学机器学习公开课程第二讲matlab实现作业--逻辑回归。-Stanford Machine Learning public speaking courses matlab achieve second job- logistic regression.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:17207
    • 提供者:levi
  1. mlclass-ex3

    0下载:
  2. 斯坦福大学机器学习公开课程第三讲matlab实现作业--多逻辑回归和神经网络表示。-Stanford Machine Learning public speaking courses third matlab realize the job- and more logistic regression and neural network representation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7600592
    • 提供者:levi
  1. logistic_linear_classification

    0下载:
  2. 使用机器学习中的逻辑斯蒂回归对样本分类并对测试样本进行准确性估计-Using machine learning logistic regression test samples and sample classification accuracy of estimates
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7053
    • 提供者:Jack Cheng
  1. logRegres

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

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

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

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

    1下载:
  2. java实现的逻辑回归代码,和其他的源码不同,此版本有多项改进。-java code to achieve the logistic regression, and other source code is different, this version has a number of improvements.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7742553
    • 提供者:刘心宇
  1. test

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

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

    2下载:
  2. 利用逻辑回归实现二分类的matlab程序。随机生成训练样本,利用梯度下降法进行训练,并且在样本图上画出了分类边界。-Logistic regression for binary classification matlab procedures. Randomly generated training samples, the training using the gradient descent method, and is shown in Figure on the sample class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:782
    • 提供者:任仁
  1. LogReg

    0下载:
  2. 逻辑回归实现线性分类器,文件中的readme.txt可以看到使用方法。 具体使用就是通过data.txt读入数据(默认2维数据,分为正反两类。)然后用matlab运行solve.m即可得到分类线、分类准确率。-a matlab source code for Logistic Regression. Datas in data.txt are of 2dimension and 2 types. run solve.m in matlab software to get the accura
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5573
    • 提供者:何天赋
  1. owlqn

    0下载:
  2. 用 go 语言实现 owlqn 算法 owlqn 算是是一种优化的 逻辑回归 算法-Using go language to realize owlqn algorithm Owlqn is an optimized logistic regression algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:5380
    • 提供者:yao
  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-12
    • 文件大小:1086
    • 提供者:liu li
  1. Logist_Regression

    0下载:
  2. Logistic regression (逻辑回归)是当前业界比较常用的机器学习方法-Logistic regression (logistic regression) is more commonly used current industry machine learning methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:133232
    • 提供者:liweiqing
  1. Logistic_Regression

    0下载:
  2. 正规化的逻辑回归,可实现图像的分类识别,如人脸识别,数字识别-Logistic Regression with regularisation, can be used for image classification
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7512155
    • 提供者:王凯杰
  1. Logistic_Regression

    0下载:
  2. 逻辑回归是当前业界比较常用的机器学习方法,这个是PY实现的。-logistic regression model implemented in Python. Hope this helps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:14458
    • 提供者:solo
  1. logregres

    0下载:
  2. python编写的逻辑回归算法,清晰易懂,并且附有源数据文件-written python logistic regression algorithm, clear and understandable, and with the source data file
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:11614
    • 提供者:杨蓝
  1. plot_digits_pipe

    0下载:
  2. GridSearchCV用于设置PCA的维度,解决逻辑回归预测时,PCA维度降维问题。-The PCA does an unsupervised dimensionality reduction, while the logistic regression does the prediction. We use a GridSearchCV to set the dimensionality of the PCA
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:968
    • 提供者:申鹏
  1. logic

    0下载:
  2. 通过字段系数赋值,将逻辑回归应用到SQL中-Through field coefficient of assignment, the applications of logistic regression to SQL
  3. 所属分类:Oracle

  1. Kaggle_Titanic-master

    0下载:
  2. 利用逻辑回归解决Kaggle泰坦尼克之灾 -Logistic regression to solve Kaggle Titanic disaster python code
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:89335
    • 提供者:wzw
  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. CNNs

    0下载:
  2. lr.py是用python实现了逻辑回归的源代码,并附带有注释。mlp.py是用python实现了多层感知机的源代码,并附带有注释。LeNetConvPoolLayer.py是用python实现了LeNet网络,并附带有注释。该文件需要引用mlp.py。-lr.py is python source code achieving a logistic regression , along with comments. mlp.py realized MLP by python, along wi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:27602
    • 提供者:许联开
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com