集体智慧编程

集体智慧编程
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (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
查看详情
12
您可能感兴趣 / 更多
集体智慧编程
猎物《纽约时报》畅销书作者史黛西·威林厄姆 Goodreads年度悬疑惊悚小说 LibraryReads月度值得关注图书
[美]史黛西·威林厄姆著
集体智慧编程
纳博科夫短篇小说全集(纳博科夫精选集V)
[美]弗拉基米尔·纳博科夫著
集体智慧编程
糖与雪:冰淇淋与我们相遇的五百年
[美]耶丽·昆齐奥(Jeri Quinzio) 著, 邹赜韬、王燕萍 译
集体智慧编程
从一到无穷大(爱因斯坦亲笔推荐的科普入门书,清华大学校长送给新生的礼物;世界著名物理学家、宇宙大爆炸学说的先驱)
[美]乔治·伽莫夫 著;栗子文化 出品;有容书邦 发行
集体智慧编程
海外中国研究·寻找六边形:中国农村的市场和社会结构(海外中国研究丛书精选版第四辑)
[美]施坚雅 著;徐秀丽 译;史建云
集体智慧编程
明信片(《断背山》作者又一力作,荣获福克纳文学奖,49张明信片背后是100种离奇人生)
[美]安妮·普鲁 著;黄宜思 译
集体智慧编程
德川时代的宗教
[美]罗伯特·N.贝拉 著
集体智慧编程
超大规模集成电路物理设计:从图分割到时序收敛(原书第2版) [美国]安德·B.卡恩
[美]安德·B.卡恩
集体智慧编程
小屁孩日记(平装双语版)35-36奶狗肠大作战和一日校长记 全2册
[美]杰夫·金尼(Jeff Kinney)
集体智慧编程
哥白尼
[美]欧文·金格里奇(Owen Gingerich)
集体智慧编程
玻璃底片上的宇宙
[美]达娃·索贝尔 后浪
集体智慧编程
拖延心理学:从心理学的角度看拖延,跨越“想做”与“做”的鸿沟,赢回内驱力、专注力、执行力!
[美]海登·芬奇 著;张紫钰 译;斯坦威 出品