搜索资源列表

  1. logistic

    0下载:
  2. 用于知识挖掘的逻辑回归算法,代码很全,对于初学者很好-It is used to classfication
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:214016
    • 提供者:zhoulifeng
  1. logistic_regression

    0下载:
  2. 利用逻辑回归实现二分类的matlab程序。随机生成训练样本,利用梯度下降法进行训练,并且在样本图上画出了分类边界。-Logistic regression for binary classification matlab procedures. Randomly generated training samples, the training using the gradient descent method, and is shown
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:任仁
  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 mat
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:何天赋
  1. logistic-regression

    0下载:
  2. 用java实现了逻辑回归的算法,压缩包中有测试数据可以使用.-Using java to implementation a logistic regression algorithm, the compressed package including test data.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:achun
  1. owlqn

    0下载:
  2. 用 go 语言实现 owlqn 算法 owlqn 算是是一种优化的 逻辑回归 算法-Using go language to realize owlqn algorithm Owlqn is an optimized logistic regression algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:yao
  1. LogisticCA

    0下载:
  2. 逻辑回归CA模型,课对演化精度进行评估-Logistics CA model
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-23
    • 文件大小:9216
    • 提供者:LJJ
  1. LogisticRegression

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

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:liu li
  1. Logist_Regression

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

    • 发布日期:2024-05-23
    • 文件大小:133120
    • 提供者:liweiqing
  1. Logistic_Regression

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

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

    0下载:
  2. 逻辑回归是当前业界比较常用的机器学习方法,这个是PY实现的。-logistic regression model implemented in Python. Hope this helps.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:14336
    • 提供者:solo
  1. logistic-regression

    0下载:
  2. 逻辑回归模型的实现,可以进行训练,预测,分类-Achieve logistic regression model can be trained, forecasting, classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:杜晓辉
  1. ml-py

    0下载:
  2. 机器学习算法(kNN、逻辑回归、线性回归、朴素贝叶斯)python实现。-machine learning by python
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:36864
    • 提供者:mayang
  1. LogisticRegression

    0下载:
  2. 利用MATLAB做出逻辑回归函数的分析与使用,并且计算出海森矩阵-logistics function with MATLAB
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:杨青青
  1. logregres

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

    • 发布日期:2024-05-23
    • 文件大小:11264
    • 提供者:杨蓝
  1. Logistic-matlab-an-example

    1下载:
  2. 采用逻辑回归分析,金融商业机构对企业进行评估,有一个具体的例子,是对企业的破产风险进行评估,逻辑回归是基于matlab做的-Using logistic regression analysis, financial business organizations to uate the enterprise, there is a specific example, is the enterprise bankruptcy risk a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:51200
    • 提供者:王杰
  1. classification-Python

    0下载:
  2. python实现感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机-Python implementation of perceptron, Bias classification, decision tree classification, K nearest neighbor method, logic regression, support vector machine
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:34816
    • 提供者:yao
  1. pythonsrc

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

    • 发布日期:2024-05-23
    • 文件大小:6144
    • 提供者:xiaozhiz
  1. Logistic-Regression

    0下载:
  2. 逻辑回归是目前流行的神经网络算法的实现基石,本程序通过简单的例子介绍了逻辑回归的思想以及算法拓展。-Logistic regression is a popular neural network algorithm to achieve a cornerstone of this program through a simple example and introduced the idea to expand the logistic
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:6144
    • 提供者:胡东
  1. Code_EnPro

    0下载:
  2. 基于全映射方法的半监督图像分类算法。基于局部一致性和外部非一致性假设,首先从未标注数据自动产生多种模型。设计方法利用可利用数据对模型进行采样,利用逻辑回归判决学习得到每个模型的映射函数。 基于全局的思想,这里利用联合映射函数值来代表图像。 -Ensemble Projection for Semi-supervised Image Classification
  3. 所属分类:图形图象

    • 发布日期:2024-05-23
    • 文件大小:16384
    • 提供者:赵征
  1. LR

    0下载:
  2. 用python实现逻辑回归代码,python作为更为简单的面向对象型语言非常适用于机器学习等领域。-Python implementation logic return code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:赵兵
« 1 2 34 5 6 »

源码中国 www.ymcn.org