人工智能
人工科学 豆瓣
The Science of Artificial
作者: [美] 司马贺 译者: 武夷山 出版社: 上海科技教育出版社 2004 - 10
本书是诺贝尔经济学奖得主司马贺的代表作之一,是1996年修订出版的第三版的中译本。第三版增加了全新的一章“复杂性面面观”,修改了文字内容并更新了部分数据。
作者率先构造出“人工科学”的概念,据以将经济学、思维心理学、学习科学、设计科学、管理学、复杂性研究等领域贯穿联系起来,使人获得很多启迪。本书对传统思维提出挑战,指出人工智能所期望达到的领域,揭示了人工性和层级对于复杂性的意义,从多个领域说明人工科学何以是可能的,并试图说明它的性质。本书的基本主题是:物质符号系统具备必要和充分的手段来采取智能行动。
牛津计算语言学手册 豆瓣
作者: 米特科夫 编 出版社: 外语教学与研究出版社 1991
《牛津计算语言学手册》内容简介:《牛津计算语言学手册》是一部手册性的计算语言学专著,收录了包括语言学家、计算机专家和语言工程人员在内的50位学者撰写的综述性文章,全面地反映了国外计算语言学主要领域的最新成果,是我们了解国外计算语言学发展动向的一个窗口。 全书各章写作风格一致,内容协调,浑然一体,使用有趣的实例来介绍艰深的技术问题,而且尽量不使用繁难的数学公式,尤其适合文科背景的读者阅读。对于那些对计算语言学感兴趣和刚入门的读者而言,《牛津计算语言学手册》也是一本必备的参考书。
Pattern Recognition and Machine Learning 豆瓣 Goodreads
Pattern Recognition and Machine Learning (Information Science and Statistics)
9.8 (19 个评分) 作者: Christopher Bishop 出版社: Springer 2007 - 10
The dramatic growth in practical applications for machine learning over the last ten years has been accompanied by many important developments in the underlying algorithms and techniques. For example, Bayesian methods have grown from a specialist niche to become mainstream, while graphical models have emerged as a general framework for describing and applying probabilistic techniques. The practical applicability of Bayesian methods has been greatly enhanced by the development of a range of approximate inference algorithms such as variational Bayes and expectation propagation, while new models based on kernels have had a significant impact on both algorithms and applications.
This completely new textbook reflects these recent developments while providing a comprehensive introduction to the fields of pattern recognition and machine learning. It is aimed at advanced undergraduates or first-year PhD students, as well as researchers and practitioners. No previous knowledge of pattern recognition or machine learning concepts is assumed. Familiarity with multivariate calculus and basic linear algebra is required, and some experience in the use of probabilities would be helpful though not essential as the book includes a self-contained introduction to basic probability theory.
The book is suitable for courses on machine learning, statistics, computer science, signal processing, computer vision, data mining, and bioinformatics. Extensive support is provided for course instructors, including more than 400 exercises, graded according to difficulty. Example solutions for a subset of the exercises are available from the book web site, while solutions for the remainder can be obtained by instructors from the publisher. The book is supported by a great deal of additional material, and the reader is encouraged to visit the book web site for the latest information.
人工智能 豆瓣
作者: Peter Norvig / Stuart Russell 译者: 姜哲 出版社: 人民邮电出版社 2004 - 6
《人工智能:一种现代方法》(第2版中文版)以详尽和丰富的资料,从理性智能体的角度,全面阐述了人工智能领域的核心内容,并深入介绍了各个主要的研究方向,是一本难得的综合性教材。全书分为八大部分:第一部分“人工智能” ,第二部分“问题求解” ,第三部分“ 知识与推理” ,第四部分“规划” ,第五部分“不确定知识与推理” ,第六部分“学习” ,第七部分“通讯、感知与行动” ,第八部分“ 结论” 。
Probabilistic Graphical Models 豆瓣
作者: Daphne Koller / Nir Friedman 出版社: The MIT Press 2009 - 7
Most tasks require a person or an automated system to reason--to reach conclusions based on available information. The framework of probabilistic graphical models, presented in this book, provides a general approach for this task. The approach is model-based, allowing interpretable models to be constructed and then manipulated by reasoning algorithms. These models can also be learned automatically from data, allowing the approach to be used in cases where manually constructing a model is difficult or even impossible. Because uncertainty is an inescapable aspect of most real-world applications, the book focuses on probabilistic models, which make the uncertainty explicit and provide models that are more faithful to reality. Probabilistic Graphical Models discusses a variety of models, spanning Bayesian networks, undirected Markov networks, discrete and continuous models, and extensions to deal with dynamical systems and relational data. For each class of models, the text describes the three fundamental cornerstones: representation, inference, and learning, presenting both basic concepts and advanced techniques. Finally, the book considers the use of the proposed framework for causal reasoning and decision making under uncertainty. The main text in each chapter provides the detailed technical development of the key ideas. Most chapters also include boxes with additional material: skill boxes, which describe techniques; case study boxes, which discuss empirical cases related to the approach described in the text, including applications in computer vision, robotics, natural language understanding, and computational biology; and concept boxes, which present significant concepts drawn from the material in the chapter. Instructors (and readers) can group chapters in various combinations, from core topics to more technically advanced material, to suit their particular needs.
Introduction to Information Retrieval 豆瓣
作者: Christopher D. Manning / Prabhakar Raghavan 出版社: Cambridge University Press 2008 - 7
Class-tested and coherent, this groundbreaking new textbook teaches classic web information retrieval, including web search and the related areas of text classification and text clustering from basic concepts. Written from a computer science perspective by three leading experts in the field, it gives an up-to-date treatment of all aspects of the design and implementation of systems for gathering, indexing, and searching documents; methods for evaluating systems; and an introduction to the use of machine learning methods on text collections. All the important ideas are explained using examples and figures, making it perfect for introductory courses in information retrieval for advanced undergraduates and graduate students in computer science. Based on feedback from extensive classroom experience, the book has been carefully structured in order to make teaching more natural and effective. Although originally designed as the primary text for a graduate or advanced undergraduate course in information retrieval, the book will also create a buzz for researchers and professionals alike.
Contents
1. Information retrieval using the Boolean model; 2. The dictionary and postings lists; 3. Tolerant retrieval; 4. Index construction; 5. Index compression; 6. Scoring and term weighting; 7. Vector space retrieval; 8. Evaluation in information retrieval; 9. Relevance feedback and query expansion; 10. XML retrieval; 11. Probabilistic information retrieval; 12. Language models for information retrieval; 13. Text classification and Naive Bayes; 14. Vector space classification; 15. Support vector machines and kernel functions; 16. Flat clustering; 17. Hierarchical clustering; 18. Dimensionality reduction and latent semantic indexing; 19. Web search basics; 20. Web crawling and indexes; 21. Link analysis.
Reviews
“This is the first book that gives you a complete picture of the complications that arise in building a modern web-scale search engine. You'll learn about ranking SVMs, XML, DNS, and LSI. You'll discover the seedy underworld of spam, cloaking, and doorway pages. You'll see how MapReduce and other approaches to parallelism allow us to go beyond megabytes and to efficiently manage petabytes." -Peter Norvig, Director of Research, Google Inc.
"Introduction to Information Retrieval is a comprehensive, up-to-date, and well-written introduction to an increasingly important and rapidly growing area of computer science. Finally, there is a high-quality textbook for an area that was desperately in need of one." -Raymond J. Mooney, Professor of Computer Sciences, University of Texas at Austin
“Through compelling exposition and choice of topics, the authors vividly convey both the fundamental ideas and the rapidly expanding reach of information retrieval as a field.” -Jon Kleinberg, Professor of Computer Science, Cornell University
Foundations of Statistical Natural Language Processing 豆瓣
作者: Christopher D. Manning / Hinrich Schütze 出版社: The MIT Press 1999 - 6
Statistical approaches to processing natural language text have become dominant in recent years. This foundational text is the first comprehensive introduction to statistical natural language processing (NLP) to appear. The book contains all the theory and algorithms needed for building NLP tools. It provides broad but rigorous coverage of mathematical and linguistic foundations, as well as detailed discussion of statistical methods, allowing students and researchers to construct their own implementations. The book covers collocation finding, word sense disambiguation, probabilistic parsing, information retrieval, and other applications.
群智能 豆瓣
作者: Christian Blum / Daniel Merkle 译者: 龙飞 出版社: 国防工业出版社出版 2011 - 7
《群智能:介绍与应用》是一部关于群智能方法及其应用的专业书籍。第一部分导论介绍群智能、优化和群机器人的生物学基础,以及在新一代通信网络中的应用。优化和群机器人学是现今群智能原理应用非常成功的两个领域。第二部分的章节包含群智能研究的一些具体实例,例如,机器人行为的演变、粒子群动态优化、有机计算和生产网络中的非集中式流量。书中的八章相对独立,读者可以根据自己的研究领域和兴趣选择其中相应的章节阅读。《群智能:介绍与应用》适合以人工智能、通信网络或生物信息学为研究方向的理工科大学研究生和教师阅读,也可供相关研究领域的科研人员参考。
模式分类 豆瓣
作者: Richard O. Duda / Peter E. Hart 译者: 李宏东 出版社: 机械工业出版社 2003 - 9
《模式分类》(原书第2版)的第1版《模式分类与场景分析》出版于1973年,是模式识别和场景分析领域奠基性的经曲名著。在第2版中,除了保留了第1版的关于统计模式识别和结构模式识别的主要内容以外,读者将会发现新增了许多近25年来的新理论和新方法,其中包括神经网络、机器学习、数据挖掘、进化计算、不变量理论、隐马尔可夫模型、统计学习理论和支持向量机等。作者还为未来25年的模式识别的发展指明了方向。书中包含许多实例,各种不同方法的对比,丰富的图表,以及大量的课后习题和计算机练习。
复杂 豆瓣 Goodreads
Complexity: A Guided Tour
8.8 (33 个评分) 作者: 梅拉妮·米歇尔 译者: 唐璐 出版社: 湖南科学技术出版社 2011 - 8
蚂蚁在组成群体时为何会表现出如此的精密性和具有目的性?数以亿计的神经元是如何产生出像意识这样极度复杂的事物?是什么在引导免疫系统、互联网、全球经济和人类基因组等自组织结构?这些都是复杂系统科学尝试回答的迷人而令人费解的问题的一部分。

理解复杂系统需要有全新的方法.需要超越传统的科学还原论,并重新划定学科的疆域。借助于圣塔菲研究所的工作经历和交叉学科方法,复杂系统的前沿科学家米歇尔以清晰的思路介绍了复杂系统的研究,横跨生物、技术和社会学等领域,并探寻复杂系统的普遍规律,与此同时,她还探讨了复杂性与进化、人工智能、计算、遗传、信息处理等领域的关系。
穿越歧路花园 豆瓣
Herbert A. Simon: The Bounds of Reason in Modern America
作者: 亨特·克劳瑟-海克 译者: 黄军英 / 蔡荣海 出版社: 上海科技教育出版社 2009
赫伯特·亚历山大·西蒙(英语:Herbert Alexander Simon,1916年6月15日-2001年2月9日),汉名为司马贺,美国著名学者,20世纪一位颇有影响力的科学家计算机科学家和心理学家,研究领域涉及认知心理学、计算机科学、公共行政、经济学、管理学和科学哲学等多个方向,因“对经济组织中的决策过程的开创性研究”而荣获1978年诺贝尔经济学奖。
《穿越歧路花园:司马贺传》介绍了集管理科学家、政治科学家、经济学家、系统科学家、心理学家、计算机科学家等众多角色于一身的美国著名科学家司马贺的一生。展示了司马贺一生的追求和留下的足迹,探究了他对科学的贡献及对现代生活和思想的影响。通过对司马贺工作和生活的翔实记录,以全新的视角,为研究20世纪美国科学史和文化史的学者提供了有益的启示。
司马贺把人生比作一个“歧路花园”,在穿越这个迷宫式花园的过程中,他为自己打造了一连串令人眼花缭乱的身份。并对涉足过的每个领域都产生了革命性的影响。司马贺的一生充满了变化,但又始终很“执著”。他毕生都在推动综合,希望找到隐藏在经验表面下的模式。
统计学习理论的本质 豆瓣
作者: [美] Vladimir N. Vapnik 译者: 张学工 出版社: 清华大学出版社 2000
本书介绍了统计学习理论和支持向量机的关键思想、结论和方法,以及该领域的最新进展。统计学习理论是针对小样本情况研究统计学习规律的理论,是传统统计学的重要发展和补充。其核心思想是通过控制学习机器的容量实现对推广能力的控制。由Springer-Verlag出版社授权出版。
控制论 豆瓣
Cybernetics: Or the Control and Communication in the Animal and the Machine
作者: [美] 维纳 译者: 郝季仁 出版社: 北京大学出版社 2007
本书用统一的科学概念探讨自然系统和人工系统﹐开创了研究系统的通信和控制的一般规律的新学科﹐它的出版标志着控制论的诞生。它从控制系统的角度揭示了动物和机器﹑生理东西和心理现象的联系﹐为阐明自然界的辩证发展提供了有力的科学证据。它所引起的哲学问题﹐诸如自动机和思维的关系﹑信息的本质等等﹐一直是唯物主义和唯心主义激烈争论的课题。同时﹐控制论也给许多学科提供了一种有力的新方法﹐这种方法已成为沟通各门学科的桥梁。本书所包括的内容十分庞杂,其领域涉及神经生理学、心理学、计算机科学等多学科。20世纪末的新兴理论,如非线性科学、浑沌理论、复杂性理论、人工生命都与控制论的思想有关。控制论应用于工业生产、政治、军事与社会科学的方方面面。事实上,自然科学与社会科学的各学科都广泛地接受并借鉴了控制论的概念。
人工智能的未来 豆瓣
On Intelligence
8.7 (17 个评分) 作者: Jeff Hawkins 译者: 贺俊杰 / 李若子 出版社: 陕西科学技术出版社 2006 - 1
陕西科技出版社最新引进美国图书《人工智能的未来》(On Intelligence)一书,是由杰夫•霍金斯,一位在硅谷极其成功、受人尊敬的计算机工程师、企业家与桑德拉•布拉克斯莉,《纽约日报》的栏目作家共同撰写。本书对人类大脑皮层所具有的知觉、认识、行为和智能功能新理论提出了新的理论构想。这一理论的独到之处在于对大脑皮层的现行认识提出了新的观点,对大脑的工作原理,即霍金斯称之为“真正智能”而非计算机式的人工智能立论扎实,观点独特、新颖,阐述精密。对大脑及其工作原理感兴趣的朋友不妨读读,必有收获。

本书共八章,人工智能、神经网络、人脑、记忆、智能理论新架构、大脑皮层工作原理、意识和创造力、智能之未来。
哥德尔、艾舍尔、巴赫 豆瓣 Goodreads 谷歌图书 博客來
Gödel, Escher, Bach: An Eternal Golden Braid
9.4 (88 个评分) 作者: [美国] 侯世达 译者: 严勇 / 刘皓明 出版社: 商务印书馆 1996 - 4
集异璧-GEB,是数学家哥德尔、版画家艾舍尔、音乐家巴赫三个名字的前缀。《哥德尔、艾舍尔、巴赫书:集异璧之大成》是在英语世界中有极高评价的科普著作,曾获得普利策非小说奖。它通过对哥德尔的数理逻辑,艾舍尔的版画和巴赫的音乐三者的综合阐述,引人入胜地介绍了数理逻辑 学、可计算理 论、人工智能学、语言学、遗传学、音乐、绘画的理论等方面,构思精巧、含义深刻、视野广阔、富于哲学韵味。
中译本前后费时十余年,译者都是数学和哲学的专家,还得到原作者的直接参与,译文严谨通达,特别是在原作者的帮助下,把西方的文化典故和说法,尽可能转换为中国文化的典故和说法,使这部译本甚至可看作是一部新的创作,也是中外翻译史上的一个创举。
信息检索导论 豆瓣
Introduction to Information Retrieval,1E
作者: Christopher D.Manning / Hinrich Schütze 译者: 王斌 出版社: 人民邮电出版社 2010 - 8
封面图片为英国伯明翰塞尔福瑞吉百货大楼,其极具线条感的轮廓外型优美,犹如水波的流动。其外表悬挂了1.5万个铝碟,创造出一种极具现代气息的纹理装饰效果,有如夜空下水流的波光粼粼,闪烁于月光之下,使建筑的商业氛围表现到极致。设计该建筑的英国“未来系统建筑事物所”,将商场内部围合成一个顶部采光的中庭,配以交叉的自动扶梯,使购物环境呈现出一种凝聚的向心力和商业广告的展示效应。作为英国第二商业城市伯明翰的建筑地标,人们称该建筑为“未来的百货商店”。因其设计构思的前卫性,该建筑获得2004年英国皇家建筑学会的“建筑设计奖”和2004年“英国皇家工艺美术委员会奖”等多个奖项。
本书从计算机科学领域的角度出发,介绍了信息检索的基础知识,并对当前信息检索的发展做了回顾,重点介绍了搜索引擎的核心技术,如文档分类和文档聚类问题,以及机器学习和数值计算方法。书中所有重要的思想都用示例进行了解释,生动形象,引人入胜,实现了理论与实战的完美结合。
本书的三位作者均是信息检索领域的顶级专家,两位来自学术教育界,一位来自硅谷业界,使本书既具备深厚的理论基础,又代表了尖端科技水准。因此,该书甫一出版,即被奉为该领域的权威著作,备受瞩目。目前已被众多世界名校采用为信息检索课程的教材。
统计自然语言处理基础 豆瓣 Goodreads
Foundations of Statistical Natural Language Processing
作者: Chris Manning / Hinrich Schütze 译者: 苑春法 / 李伟 出版社: 电子工业出版社 2005 - 1
《统计自然语言处理基础:国外计算机科学教材系列》是一本全面系统地介绍统计自然语言处理技术的专著,被国内外许多所著名大学选为计算语言学相关课程的教材。《统计自然语言处理基础:国外计算机科学教材系列》涵盖的内容十分广泛,分为四个部分,共16章,包括了构建自然语言处理软件工具将用到的几乎所有理论和算法。全书的论述过程由浅入深,从数学基础到精确的理论算法,从简单的词法分析到复杂的语法分析,适合不同水平的读者群的需求。同时,《统计自然语言处理基础:国外计算机科学教材系列》将理论与实践紧密联系在一起,在介绍理论知识的基础上给出了自然语言处理技术的高层应用(如信息检索等)。在《统计自然语言处理基础:国外计算机科学教材系列》的配套网站上提供了许多相关资源和工具,便于读者结合书中习题,在实践中获得提高。近年来,自然语言处理中的统计学方法已经逐渐成为主流。
信息论、推理与学习算法 豆瓣
Information Theory, Inference and Learning Algorithms
作者: [英] David J.C. MacKay 译者: 肖明波 / 席斌 出版社: 高等教育出版社 2006 - 7
本书是英国剑桥大学卡文迪许实验室的著名学者David J.C.MacKay博士总结多年教学经验和科研成果,于2003年推出的一部力作。本书作者不仅透彻地论述了传统信息论的内容和最新编码算法,而且以高度的学科驾驭能力,匠心独具地在一个统一框架下讨论了贝叶斯数据建模、蒙特卡罗方法、聚类算法、神经网络等属于机器学习和推理领域的主题,从而很好地将诸多学科的技术内涵融会贯通。本书注重理论与实际的结合,内容组织科学严谨,反映了多门学科的内在联系和发展趋势。同时,本书还包含了丰富的例题和近400道习题(其中许多习题还配有详细的解答),便于教学或自学,适合作为信息科学与技术相关专业高年级本科生和研究生教材,对相关专业技术人员也不失为一本有益的参考书。...