2016
Python Programming for the Absolute Beginner, 3rd Edition 豆瓣
作者: Michael Dawson Cengage Learning PTR 2010 - 1
If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the "for the absolute beginner" series teach the principles of programming through simple game creation. You will acquire the skills that you need for practical Python programming applications and will learn how these skills can be put to use in real-world scenarios. Throughout the chapters, you will find code samples that illustrate concepts presented. At the end of each chapter, you will find a complete game that demonstrates the key ideas in the chapter, a summary of the chapter, and a set of challenges that tests your newfound knowledge. By the time you finish this book, you?ll be well versed in Python and be able to apply the basic programming principles you?ve learned to the next programming language you tackle.
Bayesian Learning for Neural Networks 豆瓣
作者: Radford M. Neal Springer 1996 - 8
Artificial "neural networks" are widely used as flexible models for classification and regression applications, but questions remain about how the power of these models can be safely exploited when training data is limited. This book demonstrates how Bayesian methods allow complex neural network models to be used without fear of the "overfitting" that can occur with traditional training methods. Insight into the nature of these complex Bayesian models is provided by a theoretical investigation of the priors over functions that underlie them. A practical implementation of Bayesian neural network learning using Markov chain Monte Carlo methods is also described, and software for it is freely available over the Internet. Presupposing only basic knowledge of probability and statistics, this book should be of interest to researchers in statistics, engineering, and artificial intelligence.
Deep Learning 豆瓣 Goodreads
Deep Learning
9.7 (7 个评分) 作者: Ian Goodfellow / Yoshua Bengio The MIT Press 2016 - 11
"Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, co-chair of OpenAI; co-founder and CEO of Tesla and SpaceX
Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts. Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning.
The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models.
Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.
东印度公司 豆瓣
東インド会社——巨大商業資本の盛衰
6.4 (5 个评分) 作者: [日] 浅田实 译者: 顾姗姗 社会科学文献出版社·甲骨文 2016 - 11
本书以英国东印度公司为主要研究对象,较为完整和细致地勾勒了它从起步到发展至顶峰,再到成为殖民地统治代理机构的转变,最后逐渐瓦解的全过程。 全书共11章,首先介绍了不断崛起的诸国东印度公司,其次叙述了胡椒、肉桂等香料及棉织物的进口与销售,进而分析了英国东 印度公司的融资形式、组织架构、商品构成等,随后介绍了南海公司及其引起的金融危机,以及此后东印度公司的业务变化,最后述及东印度公司的性质变化及其瓦解的过程。在当今社会已经进入“脱工业化时代”这一时代背景下,重新回顾商业资本家的发展历程显得尤为必要,从这一点来看,本书对于现代商业经济也具有一定的参考意义。
Causal Inference in Statistics 豆瓣
作者: Judea Pearl Wiley 2016 - 2
Causality is central to the understanding and use of data. Without an understanding of cause effect relationships, we cannot use data to answer questions as basic as, “Does this treatment harm or help patients?” But though hundreds of introductory texts are available on statistical methods of data analysis, until now, no beginner-level book has been written about the exploding arsenal of methods that can tease causal information from data.
Causal Inference in Statistics fills that gap. Using simple examples and plain language, the book lays out how to define causal parameters; the assumptions necessary to estimate causal parameters in a variety of situations; how to express those assumptions mathematically; whether those assumptions have testable implications; how to predict the effects of interventions; and how to reason counterfactually. These are the foundational tools that any student of statistics needs to acquire in order to use statistical methods to answer causal questions of interest.
This book is accessible to anyone with an interest in interpreting data, from undergraduates, professors, researchers, or to the interested layperson. Examples are drawn from a wide variety of fields, including medicine, public policy, and law; a brief introduction to probability and statistics is provided for the uninitiated; and each chapter comes with study questions to reinforce the readers understanding.
Programming 豆瓣
作者: [Denmark] Bjarne Stroustrup Addison-Wesley Professional 2014 - 5
An Introduction to Programming by the Inventor of C++
Preparation for Programming in the Real World
The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.
Focus on Fundamental Concepts and Techniques
The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.
Programming with Today’s C++ (C++11 and C++14)
The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start,
introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks.
For Beginners—And Anyone Who Wants to Learn Something New
The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art.
Provides a Broad View
The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.
2017年1月10日 已读
27.12.2016 Ch. 1;
28.12.2016 Ch.2;
28.12.2016 Ch.3;
28.12.2016 Ch.4;
29.12.2016 Ch.5;
29.12.2016 Ch.6;
29.12.2016 Ch.8;
30.12.2016 Ch.17;
2016 Bjarne_Stroustrup C++ CS Programming
The C++ Programming Language 豆瓣
作者: [美] Bjarne Stroustrup Addison-Wesley Professional 2013 - 5
C+11 has arrived: thoroughly master it, with the definitive new guide from C++ creator Bjarne Stroustrup, C++ Programming Language, Fou rth Edition! The brand-new edition of the world's most trusted and widely read guide to C++, it has been comprehensively updated for the long-awaited C++11 standard. Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.
帝国主义是资本主义的最高阶段 豆瓣
作者: 列宁 译者: 中共中央克马克思恩格斯列宁斯大林著作编译局译 人民出版社 1959 - 9
全球化寡头垄断的出现,不可能消除资本主义竞争,因为竞争和垄断永远是相伴随的,竞争就是你死我活的斗争,就是不断地攫取垄断地位;没有一定的垄断地位,资本家也绝不可能去参与竞争。
在全球化垄断资本主义时期,金融资本和产业资本已经融合为一,起决定性作用的不再是产业资本,而是金融资本;在这个历史阶段,金融寡头统治一切,形成了食利者阶层(即金融资本家)和食利国。当今世界,美元的统治地位使美国成为世界上最大的食利国。
(1910年)在这4个国家中有两个是最老的、殖民地最多的资本主义国家——英国和法国,其余两个是在发展速度上和资本主义垄断组织在生产中的普及程度上领先的资本主义国家——美国和德国。这4个国家一共有4790亿法郎,约占全世界金融资本的80%。世界上其他各国,差不多都是这样或那样地成为这4个国家、这4个国际银行家、这4个世界金融资本的“台柱”的债务人和进贡者了。
1900年6月7日,德国最大的工业家和‘金融大王’之一西门子,在德国国会中声称‘一英镑的股票是不列颠帝国主义的基础’”。
Computer Vision Goodreads 豆瓣
作者: Richard Szeliski Springer 2010 - 11
Humans perceive the three-dimensional structure of the world with apparent ease. However, despite all of the recent advances in computer vision research, the dream of having a computer interpret an image at the same level as a two-year old remains elusive. Why is computer vision such a challenging problem and what is the current state of the art? "Computer Vision: Algorithms and Applications" explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply to their own personal photos and videos. More than just a source of 'recipes,' this exceptionally authoritative and comprehensive textbook/reference also takes a scientific approach to basic vision problems, formulating physical models of the imaging process before inverting them to produce descriptions of a scene. These problems are also analyzed using statistical models and solved using rigorous engineering techniques. Topics and features: Structured to support active curricula and project-oriented courses, with tips in the Introduction for using the book in a variety of customized courses; Presents exercises at the end of each chapter with a heavy emphasis on testing algorithms and containing numerous suggestions for small mid-term projects; Provides additional material and more detailed mathematical topics in the Appendices, which cover linear algebra, numerical techniques, and Bayesian estimation theory; Suggests additional reading at the end of each chapter, including the latest research in each sub-field, in addition to a full Bibliography at the end of the book; and, Supplies supplementary course material for students at the associated website. Suitable for an upper-level undergraduate or graduate-level course in computer science or engineering, this textbook focuses on basic techniques that work under real-world conditions and encourages students to push their creative boundaries. Its design and exposition also make it eminently suitable as a unique reference to the fundamental techniques and current research literature in computer vision.
The Poverty of Historicism Goodreads 豆瓣 Goodreads
The Poverty of Historicism
作者: Karl Popper Routledge 2002 - 2
On its publication in 1957, The Poverty of Historicism was hailed by Arthur Koestler as 'probably the only book published this year which will outlive the century.'
A devastating criticism of fixed and predictable laws in history, Popper dedicated the book to all those 'who fell victim to the fascist and communist belief in Inexorable Laws of Historical Destiny.' Short and beautifully written, it has inspired generations of readers, intellectuals and policy makers. One of the most important books on the social sciences since the Second World War, it is a searing insight into the ideas of this great thinker.
A Treatise of Human Nature 豆瓣
作者: David Hume Penguin Classics 1985 - 10
A Treatise of Human Nature (1739-40), David Hume's comprehensive attempt to base philosophy on a new, observationally grounded study of human nature, is one of the most important texts in Western philosophy. It is also the focal point of current attempts to understand 18th-century philosophy. The Treatise first explains how we form such concepts as cause and effect, external existence, and personal identity, and to form compelling but unconfirmable beliefs in the entities represented by these concepts. It then offers a novel account of the passions, explains freedom and necessity as they apply to human choices and actions, and concludes with detailed explanations of how we distinguish between virtue and vice and of the different kinds of virtue. Hume's Abstract of the Treatise, also included in the volume, outlines his 'chief argument' regarding our conception of, and belief in, cause and effect. The texts printed in this volume are those of the critical edition of Hume's philosophical works now being published by the Clarendon Press. The volume includes a substantial introduction explaining the aims of the Treatise as a whole and of each of its ten parts, extensive annotations, a glossary of terms, a comprehensive index, and suggestions for further reading.
Structure and Interpretation of Computer Programs - 2nd Edition (MIT) 豆瓣 Goodreads
9.6 (19 个评分) 作者: Harold Abelson / Gerald Jay Sussman The MIT Press 1996 - 7
Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text.
There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published.
A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises.
In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
The Hard Thing About Hard Things 豆瓣 Goodreads
7.8 (10 个评分) 作者: Ben Horowitz HarperBusiness 2014 - 3
Ben Horowitz, cofounder of Andreessen Horowitz and one of Silicon Valley's most respected and experienced entrepreneurs, offers essential advice on building and running a startup—practical wisdom for managing the toughest problems business school doesn’t cover, based on his popular ben’s blog.
While many people talk about how great it is to start a business, very few are honest about how difficult it is to run one. Ben Horowitz analyzes the problems that confront leaders every day, sharing the insights he’s gained developing, managing, selling, buying, investing in, and supervising technology companies. A lifelong rap fanatic, he amplifies business lessons with lyrics from his favorite songs, telling it straight about everything from firing friends to poaching competitors, cultivating and sustaining a CEO mentality to knowing the right time to cash in.
Filled with his trademark humor and straight talk, The Hard Thing About Hard Things is invaluable for veteran entrepreneurs as well as those aspiring to their own new ventures, drawing from Horowitz's personal and often humbling experiences.
该内容由淘宝网乐读书屋提供
Game Theory 豆瓣
作者: Roger B. Myerson Harvard University Press 1997 - 9
Product Description
Eminently suited to classroom use as well as individual study, Roger Myerson's introductory text provides a clear and thorough examination of the models, solution concepts, results, and methodological principles of noncooperative and cooperative game theory. Myerson introduces, clarifies, and synthesizes the extraordinary advances made in the subject over the past fifteen years, presents an overview of decision theory, and comprehensively reviews the development of the fundamental models: games in extensive form and strategic form, and Bayesian games with incomplete information.
Game Theory will be useful for students at the graduate level in economics, political science, operations research, and applied mathematics. Everyone who uses game theory in research will find this book essential.
Financial Theory and Corporate Policy 豆瓣
作者: Thomas E. Copeland / J. Fred Weston Pearson Education 2004 - 2
This classic textbook in the field, now completely revised and updated, provides a bridge between theory and practice. Appropriate for the second course in Finance for MBA students and the first course in Finance for doctoral students, the text prepares students for the complex world of modern financial scholarship and practice. It presents a unified treatment of finance combining theory, empirical evidence and applications.