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

搜索资源列表

  1. 高风代码

    1下载:
  2. 本内容是有关机器学习的包含贝叶斯分类器,随机森林,支持向量机,神经网络,logistic多元回归等(The contents of this paper are machine learning, including Bayesian classifier, random forest, support vector machines, neural network, logistic multiple regression and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:twinklebell
  1. PLS-logistic.tar

    0下载:
  2. Program Logic Controller
  3. 所属分类:文章/文档

    • 发布日期:2017-12-31
    • 文件大小:1826816
    • 提供者:Devillers
  1. lec5

    1下载:
  2. Logistic (regression) classification
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3358720
    • 提供者:ShinySpring
  1. data

    0下载:
  2. 逻辑回归数据集,可以用来测试逻辑回归算法精度,用来调参(logistic regression data set)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:a6822342
  1. (1)线性回归、logistic回归和一般回归

    0下载:
  2. logic descr iption
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:711680
    • 提供者:yz350
  1. logistic

    0下载:
  2. z = log(abs(lambda-2*lambda.*x)); %各个lambda值都要计算一遍(z = log(abs(lambda-2*lambda.*x));)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:砺剑工大
  1. logistic regression

    0下载:
  2. 逻辑回归算法来进行分类,并计算查全率和召回率(Logical regression algorithm is used to classify .and to calculate recall and recall rate)
  3. 所属分类:大数据

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:yujiayu
  1. djamel_logistique

    0下载:
  2. logistic map chaotic
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:6144
    • 提供者:herbadji
  1. IV值计算

    0下载:
  2. IV值的全称是information value,中文的就是信息量或信息值,其主要作用就是当我们在用决策树或逻辑回归构建分类模型时对变量进行筛选(The full name of IV value is information value. Chinese is information or information value. Its main function is to filter variables when we use decision tree or logistic regre
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:阳仔方
  1. logistic代码

    1下载:
  2. 在matlab平台上编写的回归分析代码,提供思路指导。(Regression analysis code written in matlab platform)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:warmstream
  1. nn_classification

    0下载:
  2. 使用单隐层神经网络进行二分类 使用python语言,先生成一个数据集,无法(但尝试)用logistic回归对数据集进行二分类,最后使用单隐层神经网络对数据集进行分类(classify a dataset with a 3-dimensional hidden layer)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:森生林
  1. Distributions

    1下载:
  2. 分布: 二项式分布、指数分布、逻辑函数分布、正态分布、泊松分布(distrubutions: binomial distribution,exponential distribuion,logistic distribution,Normal distribution and poisson distribution)
  3. 所属分类:mathematica

    • 发布日期:2018-01-09
    • 文件大小:20480
    • 提供者:Rogerlu
  1. logRegres

    1下载:
  2. 机器学习中的逻辑回归代码,含两个数据集,用python实现(logistic regression code in machine learning,including two datasets)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:8192
    • 提供者:_Heather
  1. 8

    0下载:
  2. 图像加密的相关算法,,部分混沌映射的仿真分岔图, 以及logistic map(Image Encryption Related Algorithms, Partially Chaotic Mapping Simulated Bifurcation Maps, and Logistic Map)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:186368
    • 提供者:mmliyuan
  1. 10

    0下载:
  2. 图像加密的相关算法、部分混沌映射的模拟分岔和logistic映射(Correlation algorithms for image encryption, simulation bifurcations of partially chaotic maps, and logistic map)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:253952
    • 提供者:mmliyuan
  1. 11

    1下载:
  2. 基于二维logistic的映射进行混沌加密算法,保证信息的安全可靠性(Based on the two-dimensional logistic mapping chaotic encryption algorithm to ensure the safety and reliability of information)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:mmliyuan
  1. MLInActionCode-master

    2下载:
  2. 机器学习实战的源代码集合,第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具(Machine learning combat source code collection
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:16164864
    • 提供者:xiaochi034
  1. tensorflow_examples

    0下载:
  2. 建立人工神经网络模型,包括使用keras建模,logistic regression model(Use tensorflow to construct neural network)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:kimi902
  1. data

    0下载:
  2. this is the code for execution of linear logistic and svm regression
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:munchkin
  1. Schmidt-Segmentation (HMM heart sound)-Code-master

    1下载:
  2. Matlab code for the Schmidt HMM-based heart sound segmentation. An example of the implementation of this code can be found in “run_Example_Schmidt_scr ipt.m”. This code is derived from the paper: S. E. Schmidt et al., "Segmentation of heart s
  3. 所属分类:2D图形编程

    • 发布日期:2018-02-19
    • 文件大小:1170329
    • 提供者:lynn_aaa
« 1 2 ... 26 27 28 29 30 3132 33 »
搜珍网 www.dssz.com