CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 逻辑回归

搜索资源列表

  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

    1下载:
  2. 用于知识挖掘的逻辑回归算法,代码很全,对于初学者很好-It is used to classfication
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:213574
    • 提供者:zhoulifeng
  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. logistic-regression

    3下载:
  2. 用java实现了逻辑回归的算法,压缩包中有测试数据可以使用.-Using java to implementation a logistic regression algorithm, the compressed package including test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3805
    • 提供者:achun
  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. Logistic_Regression

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

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

    0下载:
  2. 逻辑回归模型的实现,可以进行训练,预测,分类-Achieve logistic regression model can be trained, forecasting, classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:杜晓辉
  1. ml-py

    0下载:
  2. 机器学习算法(kNN、逻辑回归、线性回归、朴素贝叶斯)python实现。-machine learning by python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:36832
    • 提供者:mayang
  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. logistic-regressionpy

    1下载:
  2. python实现简单二分类逻辑回归,主要使用梯度上升实现-python simple binary logistic regression, the main use of gradient ascent realization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:5153
    • 提供者: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. machine-learning-ex2

    0下载:
  2. 斯坦福大学机器学习课程作业第二章,主要包含逻辑逻辑回归算法实战。-Stanford University machine learning course of the second chapter, including logic logic regression algorithm combat.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:274419
    • 提供者:yuan fei
  1. logregress

    0下载:
  2. 逻辑回归的python代码,里面包含一定的数据集和测试集。-The logical regression python code contains a set of data sets and test sets.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:15819
    • 提供者:石毓
  1. 8.Regression代码

    0下载:
  2. 逻辑回归代码,里面有详细数据和代码实例,以及实验图表(Logistic regression code, there are detailed data and code examples, diagram and experiment)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:37888
    • 提供者:hduser
  1. 逻辑回归

    0下载:
  2. 用python实现逻辑回归,附带评价机制和结果,并有具体说明(Logical regression, incidental evaluation mechanism and results)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:156672
    • 提供者:fzalin
  1. tenserflow实现线性回归、逻辑回归、最邻近回归

    1下载:
  2. python语言,google tenserflow深度神经网络实现线性回归、逻辑回归、最邻近回归。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. logisitc regression

    0下载:
  2. 利用逻辑回归原理算法实现经典的鸢尾花分类问题(Using logistic regression algorithm to realize classical iris classification problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:Jeason7
  1. 梯度下降求解逻辑回归

    1下载:
  2. 用梯度下降求解逻辑回归基于python语言的实现(Using gradient descent to solve logistic regression based on Python language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-29
    • 文件大小:697344
    • 提供者:lazy_girl
  1. Python实现逻辑回归与梯度下降策略

    1下载:
  2. 建立一个逻辑回归模型来预测一个大学生是否被大学录取(Establish a logistic regression model to predict whether a college student will be admitted to a university)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-22
    • 文件大小:3072
    • 提供者:白开水。
« 12 »
搜珍网 www.dssz.com