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

搜索资源列表

  1. SPECTRUM_LMS

    1下载:
  2. 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5630
    • 提供者:yidishui
  1. statistic_pattern_reconnition_toolbox

    0下载:
  2. 模式识别中统计模式识别的方法,包括贝叶斯,统计学习,LDA,PCA,SVM的经典方法,是不可多得的算法的toolbox-pattern recognition statistical pattern recognition methods, including Bayesian statistics study, LDA, PCA, SVM classical method, the algorithm is rare in toolbox
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:471662
    • 提供者:guoyan
  1. Statistic

    0下载:
  2. 数据驱动的统计学习方法,包括PLS、PCA、ICA等,可方便进行故障诊断研究-Data-driven statistical learning methods, including PLS, PCA, ICA, can do researching on fault diagnosis
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:175014
    • 提供者:胡志坤
  1. Statistical-Learning-Theory-Vapnik

    1下载:
  2. 统计学习理论 Vapnik 本书是对统计学习理论和支持向量机方法的全面、系统、详尽的阐述,是各领域中研究和应用机器学习理论与方法的科研工作者和研究生的重要参考资料。-Statistical learning theory Vapnik book of statistical learning theory and support vector machine method of comprehensive, systematic and detailed exposition of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10845998
    • 提供者:
  1. kdTree

    0下载:
  2. 最近邻算法的构建,构造kd-tree。是统计学习方法中的经典方法。是其源码实现。-Nearest neighbor algorithm, constructed kd-tree. The classical method is a statistical learning method. Its source code to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:16868
    • 提供者:孙栋衡
  1. Statistics

    0下载:
  2. 统计学习方法,站在数学的角度分析机器学习、人工智能算法-Statistical learning methods, from the perspective of mathematical analysis of machine learning, artificial intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-10
    • 文件大小:17750002
    • 提供者:黎伟斌
  1. statistical-learning-methods-

    0下载:
  2. 经典的书,李航讲的统计学习方法,里面主要涉及监督学习方法,感知机、K邻近法、决策树、支持向量机等-Classic book, statistical learning methods Li Hang speak, which is mainly involved in supervised learning method, Perceptron, K neighboring France, decision trees, support vector machine
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17750021
    • 提供者:冯芳
  1. 2012.李航.统计学习方法 - 副本

    0下载:
  2. 李航老师的统计学习,对于学习机器学习挺有用的,尤其是理由一些算法的思想,希望能帮到大家。(Teacher Li Hang's statistics study, hoped that can help everybody)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:17872896
    • 提供者:笑似心酸
  1. ESL

    0下载:
  2. 机器学习经典书籍,迈向高手必读的进阶类书籍。书中包涵大量理论知识及数学推导(尤其是习题),有助于了解机器学习各种方法背后的本质思想。(Machine learning classic books, advanced books must go to the master. The book contains a large number of theoretical knowledge and mathematical derivation (especially the exercises),
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:7527424
    • 提供者:guanguang
  1. 李航_统计学习方法

    0下载:
  2. 《统计学习方法》是计算机及其应用领域的一门重要的学科。《统计学习方法》全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、k近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。(The statistical learning method is an important subject in the field of computer and its application.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:17805312
    • 提供者:泼墨丹青
  1. 统计学习方法

    0下载:
  2. 统计学习方法这本书的相关资料,可以参考一下(The relevant information of the book of statistical learning method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:13692928
    • 提供者:huanyan
  1. EM算法之三硬币模型:matlab编程实现

    7下载:
  2. EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from Li Hang's statistical learning
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:27648
    • 提供者:碎风
  1. 2012.李航.统计学习方法

    0下载:
  2. 机器学习算法,介绍各种机器学习算法,理论公式推导等等(Machine Learning Algorithms, Introduction to Various Machine Learning Algorithms, Derivation of Theoretical Formulas, and More)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:17786880
    • 提供者:mocun172
  1. 机器学习书籍

    0下载:
  2. 几个机器学习书籍,统计学习方法,机器学习导论等(Tom.Mithell,Mechine learing)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:55723008
    • 提供者:小溪aaa
  1. 机器学习

    0下载:
  2. 包含三本机器学习非常实用的教程:机器学习,机器学习实战,统计学习方法(A very practical course for machine learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:66212864
    • 提供者:yixi_sherry
  1. 机器学习术语表_机器学习速成课程

    0下载:
  2. 本术语表中列出了一般的机器学习术语和 TensorFlow 专用术语的定义。 一种统计方法,用于将两种或多种技术进行比较,通常是将当前采用的技术与新技术进行比 较。A/B 测试不仅旨在确定哪种技术的效果更好,而且还有助于了解相应差异是否具有显著 的统计意义。A/B 测试通常是采用一种衡量方式对两种技术进行比较,但也适用于任意有限 数量的技术和衡量方式。(The general term for machine learning and the definition of TensorFl
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:935936
    • 提供者:上官文瑞
  1. 统计学习方法

    1下载:
  2. 李航老师的统计学习方法,适合机器学习入门,是一本很好的教程(a book for people who interest in machine learning, it will help you a lot)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-07-20
    • 文件大小:17805312
    • 提供者:H_Fangs
  1. matlab统计分析

    1下载:
  2. matlab 统计分析是关于数据处理的一本书,里面有好多方法供大家学习(Matlab statistical analysis is a book about data processing, there are many methods for you to learn)
  3. 所属分类:其他

    • 发布日期:2019-12-27
    • 文件大小:6833152
    • 提供者:xukk
  1. 机器学习书籍

    1下载:
  2. 周华志-西瓜书,李航-统计学习方法,都是机器学习经典书籍(machine learning tutorial)
  3. 所属分类:其他

    • 发布日期:2020-08-18
    • 文件大小:56262656
    • 提供者:mangocmt
  1. 统计学习方法-电子书及代码实现-李航

    3下载:
  2. 统计学习书籍和代码,非常非常好的资料,你可以下载的学习。(Machine learning actual supporting code, very very good information, you can download the learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-25
    • 文件大小:39298048
    • 提供者:NEURR
« 12 3 4 5 »
搜珍网 www.dssz.com