圖書標籤: 機器學習 MachineLearning 數據挖掘 python 人工智能 Python 計算機科學 算法
发表于2025-03-13
Machine Learning in Action pdf epub mobi txt 電子書 下載 2025
It's been said that data is the new "dirt"—the raw material from which and on which you build the structures of the modern world. And like dirt, data can seem like a limitless, undifferentiated mass. The ability to take raw data, access it, filter it, process it, visualize it, understand it, and communicate it to others is possibly the most essential business problem for the coming decades.
"Machine learning," the process of automating tasks once considered the domain of highly-trained analysts and mathematicians, is the key to efficiently extracting useful information from this sea of raw data. By implementing the core algorithms of statistical data processing, data analysis, and data visualization as reusable computer code, you can scale your capacity for data analysis well beyond the capabilities of individual knowledge workers.
Machine Learning in Action is a unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data analysis. In it, you'll use the flexible Python programming language to build programs that implement algorithms for data classification, forecasting, recommendations, and higher-level features like summarization and simplification.
As you work through the numerous examples, you'll explore key topics like classification, numeric prediction, and clustering. Along the way, you'll be introduced to important established algorithms, such as Apriori, through which you identify association patterns in large datasets and Adaboost, a meta-algorithm that can increase the efficiency of many machine learning tasks.
Peter Harrington holds Bachelors and Masters Degrees in Electrical Engineering. He worked for Intel Corporation for seven years in California and China. Peter holds five US patents and his work has been published in three academic journals. He is currently the chief scientist for Zillabyte Inc. Peter spends his free time competing in programming competitions, and building 3D printers.
教你把Thinkers和Doers結閤起來。思想與代碼並舉
評分內容比較基礎,有py代碼,對著看比較容易理解。
評分over simplified in maths, you do need refer to other textbooks for get better idea how it works. and too much coding details, I can understand as the author was from CS background, but I think you need read more, beside this is indeed a nice start point.
評分教你把Thinkers和Doers結閤起來。思想與代碼並舉
評分入門書籍。。超多python代碼..
尽管评论里对这本书褒贬不一,我觉得这些都是根据每个人不同的能力背景出发而给的评论。而对于我这样能力的人来说,这本书可以说是最适合了。我是什么能力状况呢,计算机专业背景,有那么几年开发经验,但是机器学习方面是小白。 看这本书需要一定的编程经验,但不需要很强,...
評分客观说,完全不能当入门书。 缺少必要的证明过程,有些甚至连公式都没有。 我觉得既然要学习机器学习,光改改代码完全是不够的,起码还得知道各个算法的基本公式和过程,不幸的是,这本书没有。 就比如逻辑斯蒂回归那章,他连损失函数都没提,就开始说梯度法了。问题是梯度法的...
評分这本书最大的优点在于有源码实现,很赞,但是理论部分太差了,看了逻辑回归和支持向量机两章,发现好多理论都没讲,就比如逻辑回归中的Cost函数都没说,如果不了解,源码读起来也是一头雾水,所以对于初学者还需要一本理论较强的书,推荐李航博士的统计机器学习方法,刚好配套~
評分为什么我会力荐这本书? 也许书中分类器都非常的简单,数学理论都非常的粗浅(为了看明白书中SVM分类器的训练过程,不得不去复习了二次凸优化解法,自己推导被作者略去的中间过程),算法测试也只在轻量级的数据集上完成。 不过,大可不必像其他评论一样对贬低本书。聪明的读...
評分理论推导太弱,导致部分代码实现难以理解为什么是这样写,建议配合吴恩达讲义使用。 另外贝叶斯那段代码实现应该是错误的,作者在计算概率的时候把分母给弄错了,还有就是因为python版本问题,在python3上跑书上程序需要对程序进行一些改动。 附代码修改: def classifyNB(vec2...
Machine Learning in Action pdf epub mobi txt 電子書 下載 2025