登录
首页 » Python » Chapter02

Chapter02

于 2019-03-12 发布
0 315
下载积分: 1 下载次数: 1

代码说明:

说明:  机器学习第二版书籍源码,文件较大,分章节上传(This is the code repository for Python Machine Learning - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.)

文件列表:

Chapter02\ch02.ipynb, 4542822 , 2017-09-12
Chapter02\ch02.py, 15624 , 2017-09-12
Chapter02\images\02-to-address.txt, 432 , 2017-09-12
Chapter02\images\02_01.png, 1278938 , 2017-09-12
Chapter02\images\02_02.graffle, 7335 , 2017-09-12
Chapter02\images\02_02.png, 166981 , 2017-09-12
Chapter02\images\02_03.graffle, 14051 , 2017-09-12
Chapter02\images\02_03.png, 165013 , 2017-09-12
Chapter02\images\02_04.png, 156760 , 2017-09-12
Chapter02\images\02_05.png, 962739 , 2017-09-12
Chapter02\images\02_06.png, 72294 , 2017-09-12
Chapter02\images\02_07.png, 73476 , 2017-09-12
Chapter02\images\02_08.png, 64669 , 2017-09-12
Chapter02\images\02_09.png, 878383 , 2017-09-12
Chapter02\images\02_10.png, 142414 , 2017-09-12
Chapter02\images\02_11.png, 132972 , 2017-09-12
Chapter02\images\02_12.png, 170472 , 2017-09-12
Chapter02\images\02_13.png, 235193 , 2017-09-12
Chapter02\images\02_14.png, 738862 , 2017-09-12
Chapter02\images\02_14_1.png, 83764 , 2017-09-12
Chapter02\images\02_14_2.png, 71863 , 2017-09-12
Chapter02\images\02_15.png, 805894 , 2017-09-12
Chapter02\images\02_15_1.png, 88452 , 2017-09-12
Chapter02\images\02_15_2.png, 82420 , 2017-09-12
Chapter02\images\3547_02_images.pdf, 14164 , 2017-09-12
Chapter02\images\3547_02_images.pptx, 1417998 , 2017-09-12
Chapter02\images\_02_15.png, 82159 , 2017-09-12
Chapter02\images\_02_16.png, 63023 , 2017-09-12
Chapter02\iris.data, 4551 , 2017-09-12
Chapter02\iris.names.txt, 2998 , 2017-09-12
Chapter02\images, 0 , 2017-09-12
Chapter02, 0 , 2017-09-12

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

发表评论

0 个回复

  • 测量字符串长度
    测量字符串长度,输入字符串,输出字符串的长度。(Measure the length of the string, input the string, output the length of the string.)
    2020-06-24 20:00:02下载
    积分:1
  • MATLAB R2020a完全自学一本通 程序代
    说明:  《matlab2020a完全自学一本通》书中源代码("Matlab 2020A complete self-study of a general" book source code)
    2020-12-23 17:55:42下载
    积分:1
  • 最大公约数和最小公倍数
    说明:  输入两个数,求他们的最大公约数和最小公倍数。(Enter two numbers to find their maximum common number and minimum common multiple.)
    2020-06-24 19:40:01下载
    积分:1
  • IR
    说明:  对IQ接收器最重要的两个参数,即I和Q两路分量之间的幅度一致性和相位正交性,可采 用如下办法计算:把I、Q 两路信号分别作FFT ,找出频域内信号的幅度,即可算得两路分量的幅度一 致性 把I、Q两路信号合成一个复数信号,作FFT ,对得到的频谱求镜像抑制比(即频域内的信号与信号镜像的幅度比) ,通过镜像抑制比和幅度一致性,可求出接收机的I和Q两路分量之间的相位正交性。(IQ receiver for the two most important parameters, namely I and Q components of two-way consistency between the amplitude and phase orthogonality may be adopted calculated using the following method: to I, Q 2 signals, respectively for FFT, to find a frequency domain signal amplitude, can be considered as two-way component caused by the range of 1 the I, Q 2 signals into one complex signal for FFT, the spectrum demand of the received image rejection ratio (ie, frequency domain signal and magnitude of the signal mirror ratio), through the image rejection ratio and extent of consistency, the receiver can be derived I and Q phase between the two-way component orthogonality.)
    2009-09-21 17:57:34下载
    积分:1
  • FEKO-5.3-exmaple
    feko入门实例,深入浅出,易于理解,对初学者有很大的帮助(feko entry instance, easy to understand, easy to understand, there is a great help for beginners)
    2012-06-23 18:51:38下载
    积分:1
  • 17794_结构分析的有限元法与Matlab程序设计程序
    说明:  利用M语言实现有限元编程,包含各种单元的应用,以及有限元的动力学求解(Finite element programming with Matlab)
    2020-05-23 23:08:10下载
    积分:1
  • 遥感图像处理
    matlab代码实现遥感图像处理,图像为栅格tif类型(transformation of remote sensing image based on MATLAB code The image is of raster TIF type)
    2019-06-17 20:29:31下载
    积分:1
  • matlab01
    神经网络有关源码!希望对大家有帮助,以后会上传更多源码!(source of the neural network! We want to help, it will upload more source!)
    2006-08-27 22:38:54下载
    积分:1
  • TSP双蚁群算法
    蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the way ants find paths in the search for food)
    2017-11-05 13:41:13下载
    积分:1
  • book
    各类型字节内存排列,上传一个代码是打印各个数据类型内存中排列的代码(All kinds of byte memory arrangement. Uploading a code is to print the code arranged in the memory of each data type.)
    2020-06-22 13:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载