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

搜索资源列表

  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. LogitTwice

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

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

    0下载:
  2. 基于逻辑回归的多分类问题,可以实现至少三类数据的分类-Classification based on multiple logistic regression, classification can be achieved at least three types of data
  3. 所属分类:Data Mining

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

    0下载:
  2. 主要是python环境下用来实现lr逻辑回归模型特征分类的源码-The main source is used to achieve lr logistic regression models feature classification under python environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:朱致华
  1. Shuang_EP_Distributed

    0下载:
  2. 在客户端和服务器通过套接字连接设计分布式逻辑回归模型。该服务器可以处理用户的使用预定义的用户名和密码验证。该框架提供了用于保护敏感信息的高层次的保证,由于信息服务器之间交换和客户端是系数的后验分布。-We design a distributed logistic regression model using expectation propagation, where clients and server are connected through sockets. The server ca
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-30
    • 文件大小:52657
    • 提供者:wang
  1. LogisticRegression

    0下载:
  2. 本例是用Python写的简单的逻辑回归的例子,可以下载试试。-This case is an example of a simple logistic regression written in Python, you can download a try.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:liuchao
  1. logregmatlab

    0下载:
  2. matlab实现逻辑回归,梯度上升(效果不好)及牛顿法实现(效果好)-matlab realize logistic regression, gradient ascent (not good) and Newton' s method to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3162
    • 提供者:xijiazhen
  1. logRegres---python

    0下载:
  2. 机器学习中的逻辑回归算法,经过测试,可以使用-Logistic regression algorithm of machine learning, through the test, you can use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1516
    • 提供者:tiger
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com