登录
首页 » Python » 周志华《机器学习》图书电子版

周志华《机器学习》图书电子版

于 2021-01-14 发布
0 196
下载积分: 1 下载次数: 3

代码说明:

说明:  周志华 机器学习 机器学习是计算机科学与人工智能的重要分支领域. 本书作为该领域的入门教材,在内容上尽可能涵盖机器学习基础知识的各方面。 为了使尽可能多的读者通过本书对机器学习有所了解。 作者试图尽可能少地使用数学知识. 然而, 少量的概率、统计、代数、优化、逻辑知识似乎不可避免. 因此, 本书更适合大学三年级以上的理工科本科生和研究生, 以及具有类似背景的对机器学 习感兴趣的人士. 为方便读者, 本书附录给出了一些相关数学基础知识简介(machine learningMachine learning is an important branch of computer science and artificial intelligence. As an introductory textbook in this field, this book covers all aspects of basic knowledge of machine learning as far as possible. In order to make as many readers as possible understand machine learning through this book. The author tries to use mathematical knowledge as little as possible. However, a small amount of knowledge about probability, statistics, algebra, optimization and logic seems inevitable. Therefore, this book is more suitable for undergraduates and postgraduates of science and engineering over the third year of the University, as well as people with similar background who are interested in machine learning. For the convenience of readers, the appendix of this book gives some basic mathematical knowledge)

文件列表:

周志华《机器学习》图书电子版.pdf, 39333855 , 2020-04-16

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

发表评论

0 个回复

  • filter
    滤波器相关的simulink仿真文件,研究滤波器的性能。(Filter-related documents simulink simulation to study the filter performance.)
    2010-03-15 09:51:40下载
    积分:1
  • 初学者的AdaBoost
    for beginners of adaboost
    2022-03-23 06:46:04下载
    积分:1
  • a cycle procedures Chain
    一个循环链表程序 -a cycle procedures Chain
    2022-04-13 02:21:36下载
    积分:1
  • LabVIEW XML LLB使用方便
    方便labview操作XML文档,解析XML。-labview xml llb easy use
    2022-10-02 10:35:11下载
    积分:1
  • python 读取数据
    TXT文件文件里的数据以多个空格隔开,并且不同变量间的空格数不同,读数据时容易出错,该程序可以将其正确读出(The data in the TXT file is separated by a number of spaces, and the number of spaces between different variables is different. It is easy to make mistakes when reading the data. The program can read it correctly.)
    2021-03-25 16:49:14下载
    积分:1
  • Matlab code
    压缩包里包含基于全参考、无参考的立体图像质量评价代码,以及视差图获取方法,关于双目活动的质量评价算法。(The compression package contains stereo image quality evaluation code based on full reference and no reference, disparity map acquisition method, and quality evaluation algorithm for binocular activity.)
    2021-04-06 20:49:02下载
    积分:1
  • bpso-master
    离散的粒子群算法 是用 python写, 输入都是0和1(The discrete particle swarm optimization is written in Python, and the input is 0 and 1.)
    2021-03-29 23:19:10下载
    积分:1
  • 6SV1.1
    说明:  6SV 是一个能够计算矢量(偏振)辐射传输的软件包,对于地气、海气等都有子程序进行计算。适用领域比较广。(6SV is able to calculate the vector (polarization) radiative transfer package, for to air, sea and air and others have calculated subroutine. Relatively wide field of application.)
    2020-10-29 22:29:57下载
    积分:1
  • CC-Link
    三菱CCLINK教程PPT,主要用于进行通信设置,程序编程讲解(Mitsubishi CCLINK tutorial PPT, mainly used for communication settings, programming explained)
    2021-04-22 11:58:48下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载