集体智慧编程

集体智慧编程
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (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
您可能感兴趣 / 更多
集体智慧编程
宇宙视觉史:从宇宙大爆炸到时间的尽头
[美]查尔斯·刘 著;高爽 译者;[美]马克西姆· 马洛维奇科 绘;未读 出品
集体智慧编程
写出我心 普通人如何通过写作表达自己(平装本)
[美]娜塔莉·戈德堡(Natalie Goldberg)
集体智慧编程
写出我心3 写作疗愈的真正秘密
[美]娜塔莉·戈德堡(Natalie Goldberg)
集体智慧编程
神套路:为什么我们总被带节奏(狂热与网红时代醍醐灌顶之作,教给普通人安身立命的不二法门!)
[美]阿里·阿莫萨维 著;[哥伦比亚]亚历杭德罗·希拉尔多 绘
集体智慧编程
阿伦森自传
[美]埃利奥特·阿伦森(Elliot Aronson) 著;沈捷 译;湛庐文化 出品
集体智慧编程
街头官僚:公共服务中的个人困境
[美]迈克尔·李普斯基(Michael Lipsky)
集体智慧编程
史前至蒙古帝国时期的内欧亚大陆史
[美]大卫·克里斯蒂安 著;潘玲 译;杨建华 校
集体智慧编程
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
集体智慧编程
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
集体智慧编程
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
集体智慧编程
自律我也能做到(全9册)
[美]康妮·科维尔·米勒 著;[阿根廷]维多利亚·阿萨纳利 绘
集体智慧编程
你在等什么?
[美]斯科特·明钦 著;[中]易万 译;[美]马特 ·斐兰 绘