Machine Learning in Action

Machine Learning in Action pdf epub mobi txt 电子书 下载 2025

出版者:Manning Publications
作者:Peter Harrington
出品人:
页数:384
译者:
出版时间:2012-4-19
价格:GBP 29.99
装帧:Paperback
isbn号码:9781617290183
丛书系列:
图书标签:
  • 机器学习
  • MachineLearning
  • 数据挖掘
  • python
  • 人工智能
  • Python
  • 计算机科学
  • 算法
  • Machine Learning
  • Programming
  • Python
  • Data Science
  • Algorithms
  • Pattern Recognition
  • Deep Learning
  • Supervised Learning
  • Unsupervised Learning
  • 人工智能
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

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.

目录信息

Part 1: Classification
1 Machine learning basics
2 Classifying with k-nearest neighbors
3 Splitting datasets one feature at a time: decision trees
4 Classifying with probability distributions: Na�ve Bayes
5 Logistic regression
6 Support vector machines
7 Improving classification with a meta-algorithm: Adaboost
Part 2: Forecasting numeric values with regression
8 Predicting numeric values: regression
9 Tree-based regression
Part 3: Unsupervised learning
10 Grouping unlabeled items using k-means clustering
11 Association analysis with the Apriori algorithm
12 Efficiently finding frequent itemsets with FP-Growth
Part 4 Additional tools
13 Using principal components analysis to simplify our data
14 Simplifying data with the singular value decomposition
15 Big data and MapReduce
· · · · · · (收起)

读后感

评分

理论推导太弱,导致部分代码实现难以理解为什么是这样写,建议配合吴恩达讲义使用。 另外贝叶斯那段代码实现应该是错误的,作者在计算概率的时候把分母给弄错了,还有就是因为python版本问题,在python3上跑书上程序需要对程序进行一些改动。 附代码修改: def classifyNB(vec2...  

评分

这本书最大的优点在于有源码实现,很赞,但是理论部分太差了,看了逻辑回归和支持向量机两章,发现好多理论都没讲,就比如逻辑回归中的Cost函数都没说,如果不了解,源码读起来也是一头雾水,所以对于初学者还需要一本理论较强的书,推荐李航博士的统计机器学习方法,刚好配套~  

评分

Python数据分析与机器学习实战 课程观看地址:http://www.xuetuwuyou.com/course/167 课程出自学途无忧网:http://www.xuetuwuyou.com 课程风格通俗易懂,真实案例实战。精心挑选真实的数据集为案例,通过python数据科学库numpy,pandas,matplot结合机器学习库scikit-lear...

评分

机器学习是概率统计的高级应用,数学知识很重要,要先掌握的先修课程有,微积分,线性代数,概率统计,多元微积分,微分方程,离散数学,数值分析,最优化,数学建模,掌握机器学习和深度学习算法,还有熟悉一种编程语言,有了这些基础,才能得心应手,机器学习主要应用在数据...  

评分

我的学习过程如下,供大家参考: 1、有些python的基础编程能力,如果没有,先花半个小时学习下; 2、数学基本统计基础,如果不懂数学原理,可以先不要去理解数学原理; 3、先上手写下代码,沉浸进入,熟悉了代码流程,再回头去看数据原理,就明白了。 5、一句话,先不求甚解,...  

用户评价

评分

没学习又想学机器学习的可以考虑从这本书入手。偏向于应用的一本不错的入门书

评分

Bad Smells in Codes...

评分

是本好书,有些章节还看的不是最明白。值得反复阅读

评分

超级赞的入门好书,很多之前模糊的概念都通过本书中的例子弄明白了

评分

是本好书,有些章节还看的不是最明白。值得反复阅读

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有