Programming Collective Intelligence 2024 pdf epub mobi 电子书


Programming Collective Intelligence

简体网页||繁体网页

Programming Collective Intelligence 2024 pdf epub mobi 电子书 著者简介

Toby Segaran works as a Data Magnate at Metaweb Technologies. Prior to working at Metaweb, he started a biotech software company called Incellico which was later acquired by Genstruct. His book, "Programming Collective Intelligence" has been the best-selling AI book on Amazon for several months. He is the recipient of a National Interest Waiver for "People of Exceptional Ability", and currently lives in San Francisco. His blog and other information are located at kiwitobes.com.


Programming Collective Intelligence 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-02

Programming Collective Intelligence 2024 pdf epub mobi 电子书

Programming Collective Intelligence 2024 pdf epub mobi 电子书

Programming Collective Intelligence 2024 pdf epub mobi 电子书



喜欢 Programming Collective Intelligence 电子书 的读者还喜欢


Programming Collective Intelligence 电子书 读后感

评分

刚开始看,感觉很好。特别是用python描述算法,真是相得益彰,算法的描述清晰,易于理解。强力推荐。我觉得这本书是近期我见过翻译的最好的一本书,非常易于理解和阅读。

评分

花了很长时间,终于断断续续地坚持把《Programming Collective Intelligence》给读完了。作者用非常直观的方式向读者展示了人工智能和机器学习中的大量经典的算法。更可贵的是,作者在展示算法时所使用的例子都是Internet中非常有代表性的场景,并且很多情况下还会结合一些...  

评分

都是干货,没什么废话。注重由浅入深向读者讲解,兼顾各种细节。作者的编程经验丰富,书里的代码都是选自案例,可以直接应用。所以,这本书特别实用。 对我来说,终于搞明白了一种神经网络:多层感知机。首先将抽象神经元的权重(突触强度)存入到数据库中,或者通过反向传播...  

评分

来自guwendong的书评,贴上来供大家参考。 中国有句老话,叫做“知易行难”。 作算法的朋友应该更有体会,想把 paper 上的公式转变为可以运行的代码,这是件考验功力的事情。 Toby Segaran 写的这本《Programming Collective Intelligence》,是修炼此种功力的武林秘笈之一。 ...  

评分

中国有句老话,叫做“知易行难”。 作算法的朋友应该更有体会,想把 paper 上的公式转变为可以运行的代码,这是件考验功力的事情。 Toby Segaran 写的这本《Programming Collective Intelligence》,是修炼此种功力的武林秘笈之一。 这本书最显著的特点是,实战性极强! 针对...  

类似图书 点击查看全场最低价
出版者:O'Reilly Media
作者:Toby Segaran
出品人:
页数:362
译者:
出版时间:2007-8-26
价格:USD 39.99
装帧:Paperback
isbn号码:9780596529321
丛书系列:

图书标签: 数据挖掘  python  programming  机器学习  算法  intelligence  Web2.0  datamining   


Programming Collective Intelligence 2024 pdf epub mobi 电子书 图书描述

Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on the Internet. With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it. Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains: * Collaborative filtering techniques that enable online retailers to recommend products or media * Methods of clustering to detect groups of similar items in a large dataset * Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm * Optimization algorithms that search millions of possible solutions to a problem and choose the best one * Bayesian filtering, used in spam filters for classifying documents based on word types and other features * Using decision trees not only to make predictions, but to model the way decisions are made * Predicting numerical values rather than classifications to build price models * Support vector machines to match people in online dating sites * Non-negative matrix factorization to find the independent features in a dataset * Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details." -- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths." -- Tim Wolters, CTO, Collective Intellect

Programming Collective Intelligence 2024 pdf epub mobi 电子书

Programming Collective Intelligence 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Programming Collective Intelligence 2024 pdf epub mobi 用户评价

评分

优化Optimization和遗传算法两章讲的很生动。这本书的代码风格是教程式的,代码被拆分成了很多小段,每一小段都可以直接运行,方便你理解算法思想和自己写代码。最后的算法总结也十分实用,方便查找。这个书适合作为入门书,让你了解大量应用、Python API、算法,培养兴趣又开阔视野。美中不足是本书没有给扩展阅读,如果有的话就给他五星。

评分

每章都是实例,实用性很强,基本的机器学习的方法都有涉及(regression涉及较少),只是代码一点儿没有pandas, sklearn, scipy, nltk等包,numpy也只是用了一下而已,不免有些过时,所以从实用性而言又打了一些折扣,但对于理解算法的原理却比直接用package要好许多。

评分

机器学习入门好书,实践导向

评分

100年前读的

评分

觉得应该给三星半。结构内容是不错,只是API各种过期,例如geocoding的那个。书上代码有问题的地方也不少。

Programming Collective Intelligence 2024 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有