集体智慧编程

集体智慧编程
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (Segaran)
2008-03
版次: 1
ISBN: 9787564111397
定价: 58.00
装帧: 平装
开本: 16开
纸张: 其他
页数: 334页
正文语种: 英语
57人买过
  •   《集体智慧编程(影印版)》想要探寻搜索排名、产品推荐、社会化书签和在线匹配背后的力量吗?这本颇具魅力的书籍向你展现如何创建Web2.0应用程序,从参与性?Internet应用程序产生的大量数据中挖掘金矿。运用《集体智慧编程(影印版)》中介绍的先进算法,你可以编写聪明的程序,以访问其他网站那些有趣的数据集,从自有应用程序的用户中收集数据,或者分析和理解你所发现的数据。《集体智慧编程》将你带入机器学习和统计的世界,并且阐释了如何从你和他人每天收集的信息中获得关于用户体验、市场营销、个性品味及人类行为的结论。每个算法的描述都十分简明清晰,相关代码均可以立即用于你的网站、博客、Wiki或特定应用程序。《集体智慧编程(影印版)》讲解了下列主题:可以让在线零售商推荐产品或媒体的协作过滤技术用于在大数据集中发现同类项组的聚类方法从数以百万计可能方案中选择问题最佳解决方案的最优化算法。
      贝叶斯过滤,用在基于单词类型和其他特征的垃圾信息过滤中
      支持向量(support-vector)机器,用于在线交友网站中的速配
      用于问题解决的演化智能——计算机如何通过多次玩同样的游戏,改进自身代码并获得技能提升
      每一章都包含了相关练习,可通过扩展使算法变得更强大。超越简单的数据库支持应用程序模式,让Internet数据财富为你所用。 Toby Segaran is a software developer and manager at Genstruct, a computational systems biology company. He has written free web applications for his own use and put them online for others to try, including: tasktoy, a task management system; Lazybase, an online application that lets users design, create and share databases of anything they like; and Rosetta Blog, an online tool for practicing Spanish and French by reading blogs along with their translations and lists of common words. Each of these has several hundred regular users. His blog is located at kiwitobes.com. Foreword
    Preface
    1.IntroductiontoCollectiveIntelligence
    WhatIsCollectiveIntelligence?
    WhatIsMachineLearning?
    LimitsofMachineLearning
    Real-LifeExamples
    OtherUsesforLearningAlgorithms

    2.MakingRecommendations
    CollaborativeFiltering
    CollectingPreferences
    FindingSimilarUsers
    RecommendingItems
    MatchingProducts
    Buildingadel.icio.usLinkRecommender
    Item-BasedFiltering
    UsingtheMovieLensDataset
    User-BasedorItem-BasedFiltering?
    Exercises
    3.DiscoveringGroups
    4.SearchingandRanking
    5.Optimization
    6.DocumentFiltering
    7.ModelingwithDecisionTrees
    8.BuildingPriceModels
    9.AdvancedClassification:KernelMethodsandSVMs
    10.FindingIndependentFeatures
    11.EvolvingIntelligence
    12.AlgorithmSummary
  • 内容简介:
      《集体智慧编程(影印版)》想要探寻搜索排名、产品推荐、社会化书签和在线匹配背后的力量吗?这本颇具魅力的书籍向你展现如何创建Web2.0应用程序,从参与性?Internet应用程序产生的大量数据中挖掘金矿。运用《集体智慧编程(影印版)》中介绍的先进算法,你可以编写聪明的程序,以访问其他网站那些有趣的数据集,从自有应用程序的用户中收集数据,或者分析和理解你所发现的数据。《集体智慧编程》将你带入机器学习和统计的世界,并且阐释了如何从你和他人每天收集的信息中获得关于用户体验、市场营销、个性品味及人类行为的结论。每个算法的描述都十分简明清晰,相关代码均可以立即用于你的网站、博客、Wiki或特定应用程序。《集体智慧编程(影印版)》讲解了下列主题:可以让在线零售商推荐产品或媒体的协作过滤技术用于在大数据集中发现同类项组的聚类方法从数以百万计可能方案中选择问题最佳解决方案的最优化算法。
      贝叶斯过滤,用在基于单词类型和其他特征的垃圾信息过滤中
      支持向量(support-vector)机器,用于在线交友网站中的速配
      用于问题解决的演化智能——计算机如何通过多次玩同样的游戏,改进自身代码并获得技能提升
      每一章都包含了相关练习,可通过扩展使算法变得更强大。超越简单的数据库支持应用程序模式,让Internet数据财富为你所用。
  • 作者简介:
    Toby Segaran is a software developer and manager at Genstruct, a computational systems biology company. He has written free web applications for his own use and put them online for others to try, including: tasktoy, a task management system; Lazybase, an online application that lets users design, create and share databases of anything they like; and Rosetta Blog, an online tool for practicing Spanish and French by reading blogs along with their translations and lists of common words. Each of these has several hundred regular users. His blog is located at kiwitobes.com.
  • 目录:
    Foreword
    Preface
    1.IntroductiontoCollectiveIntelligence
    WhatIsCollectiveIntelligence?
    WhatIsMachineLearning?
    LimitsofMachineLearning
    Real-LifeExamples
    OtherUsesforLearningAlgorithms

    2.MakingRecommendations
    CollaborativeFiltering
    CollectingPreferences
    FindingSimilarUsers
    RecommendingItems
    MatchingProducts
    Buildingadel.icio.usLinkRecommender
    Item-BasedFiltering
    UsingtheMovieLensDataset
    User-BasedorItem-BasedFiltering?
    Exercises
    3.DiscoveringGroups
    4.SearchingandRanking
    5.Optimization
    6.DocumentFiltering
    7.ModelingwithDecisionTrees
    8.BuildingPriceModels
    9.AdvancedClassification:KernelMethodsandSVMs
    10.FindingIndependentFeatures
    11.EvolvingIntelligence
    12.AlgorithmSummary
查看详情
您可能感兴趣 / 更多
集体智慧编程
语言恶女:女性如何夺回语言
[美]阿曼达·蒙特尔/著李辛/译
集体智慧编程
欲望行星:人类时代的地球
[美]唐纳德·沃斯特(Donald Worster) 著;侯深 译;汉唐阳光 出品
集体智慧编程
哈利·波特解析生物设定
[美]乔迪·雷文森
集体智慧编程
海外中国研究·文化、权力与国家:1900—1942年的华北农村(海外中国研究丛书精选版第四辑)
[美]杜赞奇 著;王福明 译
集体智慧编程
大学技术转移与学术创业:芝加哥手册(精装典藏版)
[美]艾伯特·N. 林克(Albert N. Link);[美]唐纳德·S. 西格尔(Donald S. Siegel);[英]麦克·赖特(Mike Wright)
集体智慧编程
了不起的建筑师扎哈 传奇建筑设计师扎哈·哈迪德绘本传记 4-9岁
[美]维多利亚·滕特勒-克 雷洛夫 著绘
集体智慧编程
全新正版图书 改变世界的6种力亨利·波卓斯基浙江科学技术出版社9787573910929
[美] 亨利·波卓斯基
集体智慧编程
加勒比之梦:旅游、帝国扩张与全球流动
[美]布莱克·C. 斯科特 (Blake C. Scott)
集体智慧编程
加缪
[美]奥利弗·格洛格(Oliver Gloag)
集体智慧编程
十大经济学家
[美]约瑟夫·熊彼特
集体智慧编程
数学侦探 神秘路线上的连环追踪
[美]丹尼尔·肯尼 艾米丽·博艾尔 著 刘玙婧、王婧 译;小博集出品
集体智慧编程
陶瓷创意造型新技法(陶艺学习系列丛书)
[美]黛布·施瓦茨科夫 著,张靖靖 译