文章源自书行天下-https://www.sxpdf.com/166.html
作者简介:文章源自书行天下-https://www.sxpdf.com/166.html
Toby Segaran是Genstruct公司的软件开发主管,这家公司涉足计算生物领域,他本人的职责是设计算法,并利用数据挖掘技术来辅助了解药品机理。Toby Segaran还为其他几家公司和数个开源项目服务,帮助它们从收集到的数据当中分析并发掘价值。除此以外,Toby Segaran还建立了几个免费的网站应用,包括流行的tasktoy和Lazybase。他非常喜欢滑雪与品酒,其博客地址是blog.kiwitobes.com,现居于旧金山。文章源自书行天下-https://www.sxpdf.com/166.html
内容简介:文章源自书行天下-https://www.sxpdf.com/166.html
本书以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析Web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从Web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数据子集)、搜索引擎核心技术(爬虫、索引、查询引擎、PageRank算法等)、搜索海量信息并进行分析统计得出结论的优化算法、贝叶斯过滤技术(垃圾邮件过滤、文本过滤)、用决策树技术实现预测和决策建模功能、社交网络的信息匹配技术、机器学习和人工智能应用等。文章源自书行天下-https://www.sxpdf.com/166.html
本书是Web开发者、架构师、应用工程师等的绝佳选择。文章源自书行天下-https://www.sxpdf.com/166.html
目 录:文章源自书行天下-https://www.sxpdf.com/166.html
前言文章源自书行天下-https://www.sxpdf.com/166.html
第1章集体智慧导言文章源自书行天下-https://www.sxpdf.com/166.html
什么是集体智慧文章源自书行天下-https://www.sxpdf.com/166.html
什么是机器学习文章源自书行天下-https://www.sxpdf.com/166.html
机器学习的局限文章源自书行天下-https://www.sxpdf.com/166.html
真实生活中的例子文章源自书行天下-https://www.sxpdf.com/166.html
学习型算法的其他用途文章源自书行天下-https://www.sxpdf.com/166.html
第2章提供推荐文章源自书行天下-https://www.sxpdf.com/166.html
协作型过滤文章源自书行天下-https://www.sxpdf.com/166.html
搜集偏好文章源自书行天下-https://www.sxpdf.com/166.html
寻找相近的用户文章源自书行天下-https://www.sxpdf.com/166.html
推荐物品文章源自书行天下-https://www.sxpdf.com/166.html
匹配商品文章源自书行天下-https://www.sxpdf.com/166.html
构建一个基于del.icio.us的链接推荐系统文章源自书行天下-https://www.sxpdf.com/166.html
基于物品的过滤文章源自书行天下-https://www.sxpdf.com/166.html
使用MovieLens数据集文章源自书行天下-https://www.sxpdf.com/166.html
基于用户进行过滤还是基于物品进行过滤文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第3章发现群组文章源自书行天下-https://www.sxpdf.com/166.html
监督学习和无监督学习文章源自书行天下-https://www.sxpdf.com/166.html
单词向量文章源自书行天下-https://www.sxpdf.com/166.html
分级聚类文章源自书行天下-https://www.sxpdf.com/166.html
绘制树状图文章源自书行天下-https://www.sxpdf.com/166.html
列聚类文章源自书行天下-https://www.sxpdf.com/166.html
K-均值聚类文章源自书行天下-https://www.sxpdf.com/166.html
针对偏好的聚类文章源自书行天下-https://www.sxpdf.com/166.html
以二维形式展现数据文章源自书行天下-https://www.sxpdf.com/166.html
有关聚类的其他事宜文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第4章搜索与排名文章源自书行天下-https://www.sxpdf.com/166.html
搜索引擎的组成文章源自书行天下-https://www.sxpdf.com/166.html
一个简单的爬虫程序文章源自书行天下-https://www.sxpdf.com/166.html
建立索引文章源自书行天下-https://www.sxpdf.com/166.html
查询文章源自书行天下-https://www.sxpdf.com/166.html
基于内容的排名文章源自书行天下-https://www.sxpdf.com/166.html
利用外部回指链接文章源自书行天下-https://www.sxpdf.com/166.html
从点击行为中学习文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第5章优化文章源自书行天下-https://www.sxpdf.com/166.html
组团旅游文章源自书行天下-https://www.sxpdf.com/166.html
描述题解文章源自书行天下-https://www.sxpdf.com/166.html
成本函数文章源自书行天下-https://www.sxpdf.com/166.html
随机搜索文章源自书行天下-https://www.sxpdf.com/166.html
爬山法文章源自书行天下-https://www.sxpdf.com/166.html
模拟退火算法文章源自书行天下-https://www.sxpdf.com/166.html
遗传算法文章源自书行天下-https://www.sxpdf.com/166.html
真实的航班搜索文章源自书行天下-https://www.sxpdf.com/166.html
涉及偏好的优化文章源自书行天下-https://www.sxpdf.com/166.html
网络可视化文章源自书行天下-https://www.sxpdf.com/166.html
其他可能的应用场合文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第6章文档过滤文章源自书行天下-https://www.sxpdf.com/166.html
过滤垃圾信息文章源自书行天下-https://www.sxpdf.com/166.html
文档和单词文章源自书行天下-https://www.sxpdf.com/166.html
对分类器进行训练文章源自书行天下-https://www.sxpdf.com/166.html
计算概率文章源自书行天下-https://www.sxpdf.com/166.html
朴素分类器文章源自书行天下-https://www.sxpdf.com/166.html
费舍尔方法文章源自书行天下-https://www.sxpdf.com/166.html
将经过训练的分类器持久化文章源自书行天下-https://www.sxpdf.com/166.html
过滤博客订阅源文章源自书行天下-https://www.sxpdf.com/166.html
对特征检测的改进文章源自书行天下-https://www.sxpdf.com/166.html
使用Akismet文章源自书行天下-https://www.sxpdf.com/166.html
替代方法文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第7章决策树建模文章源自书行天下-https://www.sxpdf.com/166.html
预测注册用户文章源自书行天下-https://www.sxpdf.com/166.html
引入决策树文章源自书行天下-https://www.sxpdf.com/166.html
对树进行训练文章源自书行天下-https://www.sxpdf.com/166.html
选择最合适的拆分方案文章源自书行天下-https://www.sxpdf.com/166.html
以递归方式构造树文章源自书行天下-https://www.sxpdf.com/166.html
决策树的显示文章源自书行天下-https://www.sxpdf.com/166.html
对新的观测数据进行分类文章源自书行天下-https://www.sxpdf.com/166.html
决策树的剪枝文章源自书行天下-https://www.sxpdf.com/166.html
处理缺失数据文章源自书行天下-https://www.sxpdf.com/166.html
处理数值型结果文章源自书行天下-https://www.sxpdf.com/166.html
对住房价格进行建模文章源自书行天下-https://www.sxpdf.com/166.html
对“热度”评价进行建模文章源自书行天下-https://www.sxpdf.com/166.html
什么时候使用决策树文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第8章构建价格模型文章源自书行天下-https://www.sxpdf.com/166.html
构造一个样本数据集文章源自书行天下-https://www.sxpdf.com/166.html
k-最近邻算法文章源自书行天下-https://www.sxpdf.com/166.html
为近邻分配权重文章源自书行天下-https://www.sxpdf.com/166.html
交叉验证文章源自书行天下-https://www.sxpdf.com/166.html
不同类型的变量文章源自书行天下-https://www.sxpdf.com/166.html
对缩放结果进行优化文章源自书行天下-https://www.sxpdf.com/166.html
不对称分布文章源自书行天下-https://www.sxpdf.com/166.html
使用真实数据——eBay API文章源自书行天下-https://www.sxpdf.com/166.html
何时使用k-最近邻算法文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第9章高阶分类:核方法与SVM文章源自书行天下-https://www.sxpdf.com/166.html
婚介数据集文章源自书行天下-https://www.sxpdf.com/166.html
数据中的难点文章源自书行天下-https://www.sxpdf.com/166.html
基本的线性分类文章源自书行天下-https://www.sxpdf.com/166.html
分类特征文章源自书行天下-https://www.sxpdf.com/166.html
对数据进行缩放处理文章源自书行天下-https://www.sxpdf.com/166.html
理解核方法文章源自书行天下-https://www.sxpdf.com/166.html
支持向量机文章源自书行天下-https://www.sxpdf.com/166.html
使用LIBSVM文章源自书行天下-https://www.sxpdf.com/166.html
基于Facebook的匹配文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第10章寻找独立特征文章源自书行天下-https://www.sxpdf.com/166.html
搜集一组新闻文章源自书行天下-https://www.sxpdf.com/166.html
先前的方法文章源自书行天下-https://www.sxpdf.com/166.html
非负矩阵因式分解文章源自书行天下-https://www.sxpdf.com/166.html
结果呈现文章源自书行天下-https://www.sxpdf.com/166.html
利用股票市场的数据文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第11章智能进化文章源自书行天下-https://www.sxpdf.com/166.html
什么是遗传编程文章源自书行天下-https://www.sxpdf.com/166.html
将程序以树形方式表示文章源自书行天下-https://www.sxpdf.com/166.html
构造初始种群文章源自书行天下-https://www.sxpdf.com/166.html
测试题解文章源自书行天下-https://www.sxpdf.com/166.html
对程序进行变异文章源自书行天下-https://www.sxpdf.com/166.html
交叉文章源自书行天下-https://www.sxpdf.com/166.html
构筑环境文章源自书行天下-https://www.sxpdf.com/166.html
一个简单的游戏文章源自书行天下-https://www.sxpdf.com/166.html
更多可能性文章源自书行天下-https://www.sxpdf.com/166.html
练习文章源自书行天下-https://www.sxpdf.com/166.html
第12章算法总结文章源自书行天下-https://www.sxpdf.com/166.html
贝叶斯分类器文章源自书行天下-https://www.sxpdf.com/166.html
决策树分类器文章源自书行天下-https://www.sxpdf.com/166.html
神经网络文章源自书行天下-https://www.sxpdf.com/166.html
支持向量机文章源自书行天下-https://www.sxpdf.com/166.html
k-最近邻文章源自书行天下-https://www.sxpdf.com/166.html
聚类文章源自书行天下-https://www.sxpdf.com/166.html
多维缩放文章源自书行天下-https://www.sxpdf.com/166.html
非负矩阵因式分解文章源自书行天下-https://www.sxpdf.com/166.html
优化文章源自书行天下-https://www.sxpdf.com/166.html
附录A:第三方函数库文章源自书行天下-https://www.sxpdf.com/166.html
附录B:数学公式文章源自书行天下-https://www.sxpdf.com/166.html
索引文章源自书行天下-https://www.sxpdf.com/166.html
评论