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-11-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 电子书 读后感

评分

看了没几页,就有醍醐灌顶的感觉,一起很多迷茫的问题都清晰了不少。相信看完并理解好了之后一定会功力大增  

评分

好书,介绍一些常用算法的使用方法,如神经网络,支持向量机,模拟退火,遗传算法等.对普通读者已经够了.能将这些算法用熟,就能开发出非常好的应用程序来。 缺少当今最流行的小波和独立分量分析,当然不可能有最新的变分贝叶斯理论.对研究算法且用于应用开发的人来说可以是一个好实...  

评分

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

评分

这本书还不错的,很适合数学基础不算太好(当然也还是要一定的数学基础),又想了解数据挖掘这个领域的读者。或者有实际的项目需求,但又没有足够的时间去深入了解这个领域的实践者。 不过我每次看到有人说它把艰涩的数学讲的很通俗、进而认为那些写满数学公式的书是故弄玄虚...  

评分

通读全书了解了一下各个算法在实际生活中的应用,但是并没有跟着敲代码。一是API过于陈旧,很多都失效了;第二是完全没有数据公式的存在,是亮点,也是缺点。 有些代码完全不知道为什么是那样,只得 CRTL + C 和 CRTL + V 看下运行效果。 总体来说,能够给我们将算法应用于实际...  

类似图书 点击查看全场最低价
出版者: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 用户评价

评分

很好的书,简单的事例讲明白算法的原理。具体的python实现就不要学了,代码写的一般。

评分

偶然发现的好书。

评分

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

评分

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

评分

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

Programming Collective Intelligence 2024 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

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