登录
首页 » Others » 统计学习方法

统计学习方法

于 2020-06-28 发布
0 348
下载积分: 1 下载次数: 9

代码说明:

说明:  李航老师的统计学习方法,包括老师的PPT等,机器学习很好的一本入门书籍。(Statistical learning methods)

文件列表:

统计学习方法\2012.李航.统计学习方法[2305843009213971971].pdf, 18415265 , 2020-03-06
统计学习方法\李航统计学习方法第一版PPT-袁春\第10章 隐马尔科夫模型.pdf, 2058218 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第11章 条件随机场.pdf, 2772579 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第12章 统计学习方法总结.pdf, 950647 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第1章 统计学习方法概论.pdf, 1248105 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第2章 感知机.pdf, 1709378 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第3章 k 近邻法.pdf, 1566280 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第4章 朴素贝叶斯法.pdf, 1096792 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第5章 决策树-2016-ID3CART.pdf, 2138732 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第6章 Logistic回归.pdf, 2178093 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第7章 支持向量机.pdf, 3461837 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第8章 提升方法.pdf, 2226653 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春\第9章 EM算法及其推广.pdf, 1997906 , 2020-04-29
统计学习方法\李航统计学习方法第一版PPT-袁春, 0 , 2020-04-29
统计学习方法, 0 , 2020-04-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 《Python数据挖掘入门与实践》高清中文版
    说明:  《Python数据挖掘入门与实践》高清中文版 本书作为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。本书面向愿意学习和尝试数据挖掘的程序员。("Python Data Mining Getting Started and Practice" HD Chinese version As a primer on data mining, this book introduces the basic knowledge, basic tools and practical methods of data mining. By step-by-step explanation of the algorithm, you can easily embark on the journey of data mining. This book uses a combination of theory and practice, showing how to use the decision tree and random forest algorithm to predict the results of the American professional basketball league game, how to use the affinity analysis method to recommend movies, how to use the naive Bayesian algorithm for social media mining ,and many more. This book also covers neural networks, deep learning, big data processing and more. This book is for programmers who are willing to learn and experiment with data mining.)
    2019-05-19 03:10:32下载
    积分:1
  • 精通Matlab与C C++ 混合程序设计 刘维编
    matlab+vc混合编程相关书籍,需要的请下载(matlab+vc,if you want it,please download!)
    2018-05-02 21:14:23下载
    积分:1
  • backstepping
    The objective is to present a nonlinear approach to design a suitable controller system for the photovoltaic (PV) single-phase grid-connected system. The system structure includes a PV generator, Boost converter, and DC-AC inverter coupled to grid network. A backstepping controller is developed to extract maximum point power tracking (MPPT), to regulate the DC bus voltage, and to generate a sinusoidal current into the grid in phase with grid voltage in order to achieve unity power factor. The stability of the control algorithm is demonstrated by tools of Lyapunov analysis. Simulations show that the proposed controller system completely accomplishes listed aims even under atmospheric conditions variation. Theperformance of the proposed controller has been validated by numerical simulation in MATLAB SIMULINK(The objective is to present a nonlinear approach to design a suitable controller system for the photovoltaic (PV) single-phase grid-connected system. The system structure includes a PV generator, Boost converter, and DC-AC inverter coupled to grid network. A backstepping controller is developed to extract maximum point power tracking (MPPT), to regulate the DC bus voltage, and to generate a sinusoidal current into the grid in phase with grid voltage in order to achieve unity power factor. The stability of the control algorithm is demonstrated by tools of Lyapunov analysis. Simulations show that the proposed controller system completely accomplishes listed aims even under atmospheric conditions variation. Theperformance of the proposed controller has been validated by numerical simulation in MATLAB SIMULINK)
    2020-06-22 02:00:02下载
    积分:1
  • viewfunction
    c++头文件浏览表(Table View)
    2005-01-08 11:50:26下载
    积分:1
  • 机器学习实战(高清 中文版)
    说明:  机器学习实战(高清 中文版) 作者: Peter 本书通过精心排的实例切入日常工作任务摒弃学术化语言利用高效可复用的Python 代码阐释如何处理统计数据进行数据分析及可视化。读者可从中学到一些核心的机器学习算法并将其运用于某些策略性任务中如分类、预测及推荐等。本书适合机器学习相关研究人员及互联网从业人员学习参考。(Machine learning combat (HD Chinese version) Author: Peter This book cuts into everyday tasks through elaborate examples. Abandoning academic language uses efficient and reusable Python code to illustrate how to process statistics for data analysis and visualization. Readers can learn some core machine learning algorithms and apply them to certain strategic tasks such as classification, prediction, and recommendation. This book is suitable for machine learning related researchers and Internet practitioners to learn reference.)
    2019-05-19 03:06:57下载
    积分:1
  • Some files
    this is a sum for 2 digit numbers
    2018-01-24 03:30:30下载
    积分:1
  • cross_ambfn2
    互相关模糊函数的matlab程序,很不错的,( cross_ambfn2.m- amodification of "ambfn1.m" for plotting cross ambiguity between two signals OF THE SAME LENGTH Designed to allow mismatch caused by FFT Doppler processing a pulse train. The two signals differ only in phases (if there is frequency mode it is the same in both signals. ambfn1.m- plots ambiguity function of a signal u_basic (row vector) The m-file returns a plot of quadrants 1 and 2 of the ambiguity function of a signal The ambiguity function is defined as: )
    2020-12-29 21:49:01下载
    积分:1
  • PYTHON网络编程基础中文版
    python 编程网络编程基础 中文版 新手学习(python socket programing)
    2017-06-29 10:27:26下载
    积分:1
  • 3DEC4.10-手册
    3dec初学者教材,对于命令流的使用有帮助(3DEC beginners textbooks)
    2020-06-29 10:00:02下载
    积分:1
  • xiazaixian
    1. 采用电流型操作,并且根据外围电路的选择可以在50-100kHz高频下工作(A proverb is a short, well known saying that expresses a common truth or belief. Many proverbs give advice about the best way to live.)
    2009-04-01 09:53:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载