登录
首页 » Python » mechine-learning

mechine-learning

于 2017-05-24 发布 文件大小:50849KB
0 161
下载积分: 1 下载次数: 47

代码说明:

  本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统计数据,进行数据分析及可视化。通过各种实例,...( U672C u4E66 u7B2C u4E00 u90E8 u5206 u5206 u4E3B u8991 u4ECB u7ECD u673A u5668 u5B66 u4E60 u57FA u7840 uFF0C u4EE5 u53CA u5982 u4F55 u5229 u7528 u7B97 u6CD5 U8FDB u883C u5206 u7C7B uFF0C u5E76 u9010 u6B65 u4ECB u7ECD u4E86 u591A U90BB u6CD2 u3001 u6734 u7D2 u8D1D u53F6 u65AF u7B97 u6CD5 u3001Logistic u56DE u5F52 u7B97 u6CD5 u3001 u652F u6301 u5411 u91CF u673A u3001AdaBoost u96C6 u6210 U65B9 u6CD5 u3001 u57FA u4E8E u6811 u7R4 u5F52 u7B97 u6CD2 u5286 u5206 u7C7B u56DE u5F52 u6811 uFF08CART uFF09 u7B97 u6CD5 u7B49 u3002 u7B2C u4E09 U90E8 u5209 u5109 u91A u0312 u4E9B u8E1B u8981 u7B97 u6CD5 uFF1Ak u5747 u503C u805A u7B7B U7B97 u6CD3 u30011 by default for uppercase and uupstr U4E9B u9644 u5C5E u5DE5 u5177 u3002 u5168 u4E66 u901A u8FC7 u7CBE U5FC3 u7396 u7392 u7B09 u5B09 u5B09 u5B09 u5B03 U7528 u9184 u5R4 u5904 u7403 u7R03 u7 U5206 u6790 u53CA u53EF u89)

文件列表:

机器学习实战(中文版%2B英文版%2B源代码)
....................................\Machine Learning in Action.pdf,6896910,2013-10-28
....................................\机器学习实战.pdf,14065243,2013-10-28
....................................\机器学习实战源代码.rar,31958268,2013-10-30

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

发表评论

0 个回复

  • EasyDraw
    asyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识(this program for paint)
    2010-01-12 10:09:38下载
    积分:1
  • cubicfive
    用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
    2007-05-11 09:18:16下载
    积分:1
  • opencv
    利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
    2016-02-18 15:20:39下载
    积分:1
  • bilateralFilter
    说明:  平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
    2020-06-20 05:00:01下载
    积分:1
  • motiondetection
    完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计(integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape)
    2006-09-07 21:38:28下载
    积分:1
  • daima
    背景音乐只是随便写了写,具体的可以改数组里的数字.有点闪的效果还是不太好看. (Background music just casually write write array of specific numbers can be changed. Bit flash effect is still quite nice.)
    2014-01-10 20:13:52下载
    积分:1
  • HoleFilling
    利用opencv库写的一个关于图像孔洞填补的小程序,附加了效果图片(Using the opencv library to write a small program on the filling of the hole, the additional effect of the picture)
    2020-11-27 09:39:30下载
    积分:1
  • Genetic-algorithms-
    本文主要介绍遗传算法的基本理论,叙述遗传算法在图像增强的的主要应用,即将原始图像变得更加清晰,特征变得更加明显。 现今关于图像增强的算法有很多,而这些算法大多是基于退化函数或者点扩展函数的知识进行图像处理的。当图像出现模糊或噪声影响大时,设计出的图像清晰化的效果肯定不够理想,因此有必要对图像进行增强处理。于是,可利用到遗传算法这种成熟稳定的仿生物进化的全局寻优算法,进行图像增强,由于遗传算法控制参数少、自适应度高,将选择该方法对图像退化分别进行不同的清晰化处理. 这样既增强了图像的对比度,又克服了传统直方图均衡化处理所造成的灰度级损失等缺点。 通过实验去表明,遗传算法从全局寻优的角度出发,能够较为精确地估计退化系统函数。和传统的线性增强、直方图均衡进行比较。实验结果表明该方法能改善原图像视觉效果,便于之后的图像分析。 (This paper mainly introduces the basic theory of genetic algorithm, genetic algorithm (ga) in the main application of image enhancement, the original image is more clear, characteristic becomes more obvious. Today about the image enhancement algorithm are many, and most of these algorithms is based on the degradation function or the knowledge of the point spread function of image processing. When the image appears fuzzy or noise influence, designed the image clarity of effect must not ideal, therefore it is necessary to enhance the image. Then, genetic algorithm is available to the mature and stable evolution of the global optimization algorithm, for image enhancement, due to less genetic algorithm control parameters, since the high fitness, will choose the method of image degradation, respectively, to manipulate the different motivation. It can enhance the image contrast, and overcome the traditional histogram equalization processing grayscale loss caused by the faults. Throug)
    2013-03-26 22:46:15下载
    积分:1
  • dct-arnold
    基于DCT的数字水印算法 通过Arnold变换对水印进行置乱,增加了水印的鲁棒性,成功的实现了水印的嵌入和提取。(Arnold transform digital watermarking algorithm based on DCT watermark scrambling to increase the robustness of the watermark, the watermark embedding and extraction. )
    2012-03-05 20:33:24下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载