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

搜索资源列表

  1. RVM2

    0下载:
  2. 基于稀疏贝叶斯框架的机器学习算法,能有效用于回归和分类预测,具有较强的泛化性-Machine learning algorithm based on sparse Bayesian framework, can effectively be used for regression and classification forecast has good generalization
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:157122
    • 提供者:zheng
  1. Classification

    0下载:
  2. VC++中实现K近邻分类方法,实验数据是著名的iris数据库,此方法是数据挖掘,机器学习,人工智能等课程中重要的分类算法。-K-nearest neighbor classification VC++, experimental data is the famous iris databases, data mining, machine learning, artificial intelligence courses classification algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:428257
    • 提供者:李毅
  1. liblinear-1.7

    0下载:
  2. 用于解决机器学习中分类问题,里面包含python,matlab和octave的接口及示例。-LIBLINEAR is a simple package for solving large-scale regularized linear classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:295603
    • 提供者:thui
  1. Automatic-People-Counting-

    0下载:
  2. 提出了智能视频监控中基于机器学习的自动人数统计系统。。该系统通过机器学习的方法对视频序列中人的头肩部位进行准确地检测。克服了传统检测方法如连通域分析和简单模板匹配的不足。-Automatic people counting system based on machine learning in intelligent video surveillance. . The system through machine learning methods to accurately detect the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:445028
    • 提供者:刘伟豪
  1. Renforce

    0下载:
  2. 强化学习的MATLAB简单实例程序,供机器学习的初学者参考使用。-Reinforcement Learning simple instance of MATLAB program for machine learning beginners use and reference.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:2080
    • 提供者:jie
  1. DesicionTree

    0下载:
  2. 机器学习中利用信息熵进行决策树的自动学习-Disicion Tree of Machine Learining
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:5952
    • 提供者:Kenneth Peng
  1. NeuralNetwork

    0下载:
  2. 机器学习中利用反向传播算法进行人工神经网络的学习-Using back-propagation algorithm of artificial neural network learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:4674
    • 提供者:Kenneth Peng
  1. OpenCv-machine-learning-document

    0下载:
  2. 介绍了在opencv里机器学习方法的实现,比较好的中文文档说明介绍,机器学习可以应用于图像处理中-In opencv machine learning methods to achieve better Chinese document explains the introduction of machine learning can be applied to image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:15117
    • 提供者:付传卿
  1. c-mean

    0下载:
  2. c-means,算法实现,适合学习机器学习的初学者,非常不错-C-means, algorithm, suitable for machine learning for beginners, very good
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:2624359
    • 提供者:何凯
  1. max-min

    0下载:
  2. max-min聚类算法实现,机器学习方面的经典算法,值得一看-Realization of max-min clustering algorithm, classical machine learning algorithms, worth a visit
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:3732603
    • 提供者:何凯
  1. machine-learning-of-Chinese-Version

    0下载:
  2. 机器学习(Machine Learning)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。它是人工智能的核心,是使计算机具有智能的根本途径,其应用遍及人工智能的各个领域,它主要使用归纳、综合而不是演绎。-machine learning is a cross course of many fields,simulate and implement
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:1903303
    • 提供者:黎明
  1. homework1

    0下载:
  2. octive 斯坦福大学公开课 机器学习公开课作业1-octive machine learning publicly Homework1
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:488160
    • 提供者:hmt
  1. kmeans

    0下载:
  2. matlab机器学习中用于聚类,适用于样本数量相对较少的情况。-matlab machine learning for clustering, applies to a relatively small number of samples.
  3. 所属分类:Other Databases

    • 发布日期:2017-11-15
    • 文件大小:1370
    • 提供者:侯秀杰
  1. neural-machine-learning

    0下载:
  2. 神经网络机器学习第三版书籍源码,Final Program after-Chapters,非常好的自学资料-Neural network machine learning third edition book source, Final Program after-Chapters, a very good self-study materials
  3. 所属分类:source in ebook

    • 发布日期:2017-11-22
    • 文件大小:11464838
    • 提供者:yangxiao
  1. RandomForest

    1下载:
  2. ID3决策树+随机森林算法生成决策森林,采用投票机制进行决策;有训练数据aaa和测试数据bbb;非常适合机器学习的初学者-The ID3 the+ random forest algorithm to generate decision forests voting mechanism for decision-making training data the the aaa and test data bbb ideal for machine learning beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-04
    • 文件大小:200836
    • 提供者:可迪
  1. Mathematical-modeling

    0下载:
  2. 主要是基于matlab编程的机器学习的各种算法的实现,对补补基础很好-Matlab programming machine learning algorithm, Bubu basis of good
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:3405522
    • 提供者:张涛
  1. canonical-correlation-analysis

    0下载:
  2. 这是机器学习的一个典型的算法-典型相关性分析-This is a typical machine learning algorithms- canonical correlation analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:658110
    • 提供者:ffhh
  1. tianqingqing

    0下载:
  2. 基于反馈的潜在缺陷模块序列,比较Ssadp与四个机器学习算法以及代码行升序模型这些基准模型的预测性能-Forecast performance based on the potential defects feedback module sequence comparison Ssadp baseline model with four machine learning algorithms, and the lines of code in ascending model
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:594926
    • 提供者:张鑫鑫
  1. gda

    1下载:
  2. gda 基于高斯判别分析的高光谱地物分类 属于机器学习范畴-the gda hyperspectral terrain classification based on Gaussian discriminant analysis is a machine learning areas
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6944357
    • 提供者:jean gao
  1. GeneticAlgorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:22315
    • 提供者:SmileHF
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com