The Art of Computer Programming, Volume 1: Fundamental Algorithms


Donald Ervin Knuth - 1973
     -Byte, September 1995 I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home... and even at a Little League game when my son wasn't in the line-up. -Charles Long If you think you're a really good programmer... read [Knuth's] Art of Computer Programming... You should definitely send me a resume if you can read the whole thing. -Bill Gates It's always a pleasure when a problem is hard enough that you have to get the Knuths off the shelf. I find that merely opening one has a very useful terrorizing effect on computers. -Jonathan Laventhol This first volume in the series begins with basic programming concepts and techniques, then focuses more particularly on information structures-the representation of information inside a computer, the structural relationships between data elements and how to deal with them efficiently. Elementary applications are given to simulation, numerical methods, symbolic computing, software and system design. Dozens of simple and important algorithms and techniques have been added to those of the previous edition. The section on mathematical preliminaries has been extensively revised to match present trends in research. Ebook (PDF version) produced by Mathematical Sciences Publishers (MSP), http: //msp.org

Statistics in Plain English


Timothy C. Urdan - 2001
    Each self-contained chapter consists of three sections. The first describes the statistic, including how it is used and what information it provides. The second section reviews how it works, how to calculate the formula, the strengths and weaknesses of the technique, and the conditions needed for its use. The final section provides examples that use and interpret the statistic. A glossary of terms and symbols is also included.New features in the second edition include:an interactive CD with PowerPoint presentations and problems for each chapter including an overview of the problem's solution; new chapters on basic research concepts including sampling, definitions of different types of variables, and basic research designs and one on nonparametric statistics; more graphs and more precise descriptions of each statistic; and a discussion of confidence intervals.This brief paperback is an ideal supplement for statistics, research methods, courses that use statistics, or as a reference tool to refresh one's memory about key concepts. The actual research examples are from psychology, education, and other social and behavioral sciences.Materials formerly available with this book on CD-ROM are now available for download from our website www.psypress.com. Go to the book's page and look for the 'Download' link in the right-hand column.

Neural Networks and Deep Learning


Michael Nielsen - 2013
    The book will teach you about:* Neural networks, a beautiful biologically-inspired programming paradigm which enables a computer to learn from observational data* Deep learning, a powerful set of techniques for learning in neural networksNeural networks and deep learning currently provide the best solutions to many problems in image recognition, speech recognition, and natural language processing. This book will teach you the core concepts behind neural networks and deep learning.

The Enigma of Capital and the Crises of Capitalism


David Harvey - 2010
    In The Enigma of Capital, he delivers an impassioned account of how unchecked neoliberalism produced the system-wide crisis that now engulfs the world. Beginning in the 1970s, profitability pressures led the capitalist class in advanced countries to shift away from investment in industrial production at home toward the higher returns that financial products promised. Accompanying this was a shift towards privatization, an absolute decline in the bargaining power of labor, and the dispersion of production throughout the developing world. The decades-long and ongoing decline in wages that accompanied this turn produced a dilemma: how can goods--especially real estate--sell at the same rate as before if workers are making less in relative terms? The answer was a huge expansion of credit that fueled the explosive growth of both the financial industry and the real estate market. When one key market collapsed--real estate--the other one did as well, and social devastation resulted. Harvey places today's crisis in the broadest possible context: the historical development of global capitalism itself from the industrial era onward. Moving deftly between this history and the unfolding of the current crisis, he concentrates on how such crises both devastate workers and create openings for challenging the system's legitimacy. The battle now will be between the still-powerful forces that want to reconstitute the system of yesterday and those that want to replace it with one that prizes social justice and economic equality. The new afterword focuses on the continuing impact of the crisis and the response to it in 2010. One of Huffington Post's Best Social and Political Awareness Books of 2010 Winner of the Isaac and Tamara Deutscher Memorial Prize for 2010 Praise for the Hardcover: "A lucid and penetrating account of how the power of capital shapes our world."--Andrew Gamble, Independent "Elegant... entertainingly swashbuckling... Harvey's analysis is interesting not only for the breadth of his scholarship but his recognition of the system's strengths."--John Gapper, Financial Times

The Entrepreneurial State: Debunking Public vs. Private Sector Myths


Mariana Mazzucato - 2011
    Analysing various case studies of innovation-led growth, it describes the opposite situation, whereby the private sector only becomes bold enough to invest after the courageous State has made the high-risk investments.The volume argues that in the history of modern capitalism, the State has generated economic activity that would not otherwise have happened, and has actively opened up new technologies and markets that private investors can later move into. Far from the often heard criticisms of the State potentially 'crowding out' private investments, the State makes them happen, shaping and creating markets, not only 'fixing' them. Ignoring this reality only serves ideological ends, and hurts effective policymaking.This book examines case studies ranging from the advent of the Internet to the emergence of the biotechnology and nanotechnology industries. In particular, the volume debunks the myth that Silicon Valley was created by entrepreneurial venture capital. A key chapter focuses on the State investments behind Apple's success, and reveals that every major technology behind the iPhone owes its source to public funds. Thus, while entrepreneurial individuals like Steve Jobs are needed, their success is nearly impossible without their ability to ride the wave of State investments. And if Europe wants its own Googles, it needs more State action, not less.Two forward-looking chapters focus on the emergence of the next big thing after the internet: the 'green revolution'. Both solar and wind technology are currently being led by State spending, whether through the US ARPA-E programme or the Chinese and Brazilian State investment banks. The discussion refreshingly moves beyond the usual division between proponents of austerity vs. the proponents of fiscal stimulus. It argues that State investments not only help kick-start growth during periods of recession, but that they also, even in boom periods, lead to productive investments in radical new technologies which later foster decades of growth.The book ends with a fundamental question: if the State is so important to investments in high-risk innovation, why does it capture so little direct return?

Diffusion of Innovations


Everett M. Rogers - 1982
    It has sold 30,000 copies in each edition and will continue to reach a huge academic audience.In this renowned book, Everett M. Rogers, professor and chair of the Department of Communication & Journalism at the University of New Mexico, explains how new ideas spread via communication channels over time. Such innovations are initially perceived as uncertain and even risky. To overcome this uncertainty, most people seek out others like themselves who have already adopted the new idea. Thus the diffusion process consists of a few individuals who first adopt an innovation, then spread the word among their circle of acquaintances--a process which typically takes months or years. But there are exceptions: use of the Internet in the 1990s, for example, may have spread more rapidly than any other innovation in the history of humankind. Furthermore, the Internet is changing the very nature of diffusion by decreasing the importance of physical distance between people. The fifth edition addresses the spread of the Internet, and how it has transformed the way human beings communicate and adopt new ideas.

Designing Data-Intensive Applications


Martin Kleppmann - 2015
    Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures

Numerical Analysis


Richard L. Burden - 1978
    Explaining how, why, and when the techniques can be expected to work, the Seventh Edition places an even greater emphasis on building readers' intuition to help them understand why the techniques presented work in general, and why, in some situations, they fail. Applied problems from diverse areas, such as engineering and physical, computer, and biological sciences, are provided so readers can understand how numerical methods are used in real-life situations. The Seventh Edition has been updated and now addresses the evolving use of technology, incorporating it whenever appropriate.

Paradigms of Artificial Intelligence Programming: Case Studies in Common LISP


Peter Norvig - 1991
    By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming and a description of the main CLOS functions. This volume is an excellent text for a course on AI programming, a useful supplement for general AI courses and an indispensable reference for the professional programmer.

Why Information Grows: The Evolution of Order, from Atoms to Economies


Cesar A. Hidalgo - 2015
    He believes that we should investigate what makes some countries more capable than others. Complex products—from films to robots, apps to automobiles—are a physical distillation of an economy’s knowledge, a measurable embodiment of its education, infrastructure, and capability. Economic wealth accrues when applications of this knowledge turn ideas into tangible products; the more complex its products, the more economic growth a country will experience.A radical new interpretation of global economics, Why Information Grows overturns traditional assumptions about the development of economies and the origins of wealth and takes a crucial step toward making economics less the dismal science and more the insightful one.

Introduction to Quantum Mechanics


David J. Griffiths - 1994
    The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximation schemes with illustrative applications. For physicists and engineers. "

Python for Finance: Analyze Big Financial Data


Yves Hilpisch - 2012
    This hands-on guide helps both developers and quantitative analysts get started with Python, and guides you through the most important aspects of using Python for quantitative finance.Using practical examples through the book, author Yves Hilpisch also shows you how to develop a full-fledged framework for Monte Carlo simulation-based derivatives and risk analytics, based on a large, realistic case study. Much of the book uses interactive IPython Notebooks, with topics that include:Fundamentals: Python data structures, NumPy array handling, time series analysis with pandas, visualization with matplotlib, high performance I/O operations with PyTables, date/time information handling, and selected best practicesFinancial topics: mathematical techniques with NumPy, SciPy and SymPy such as regression and optimization; stochastics for Monte Carlo simulation, Value-at-Risk, and Credit-Value-at-Risk calculations; statistics for normality tests, mean-variance portfolio optimization, principal component analysis (PCA), and Bayesian regressionSpecial topics: performance Python for financial algorithms, such as vectorization and parallelization, integrating Python with Excel, and building financial applications based on Web technologies

Probability And Statistics For Engineering And The Sciences


Jay L. Devore - 1982
    In this book, a wealth of exercises are provided throughout each section, designed to reinforce learning and the logical comprehension of topics. The use of real data is incorporated much more extensively than in any other book on the market. Consist of strong coverage of computer-based methods, especially in the coverage of analysis of variance and regression. This text stresses mastery of methods most often used in medical research, with specific reference to actual medical literature and actual medical research. The approach minimizes mathematical formulation, yet gives complete explanations of all important concepts. Every new concept is systematically developed through completely worked-out examples from current medical research problems. Computer output is used to illustrate concepts when appropriate.

Valuation: Measuring and Managing the Value of Companies


Tim Koller - 1990
    Valuation provides up-to-date insights and practical advice on how to create, manage, and measure an organization's value. Along with all-new case studies that illustrate how valuation techniques and principles are applied in real-world situations, this comprehensive guide has been updated to reflect the events of the Internet bubble and its effect on stock markets, new developments in academic finance, changes in accounting rules (both U. S. and IFRS), and an enhanced global perspective. This edition contains the solid framework that managers at all levels, investors, and students have come to trust.

The Spirit Level: Why More Equal Societies Almost Always Do Better


Richard G. Wilkinson - 2009
    Why do we mistrust people more in the UK than in Japan? Why do Americans have higher rates of teenage pregnancy than the French? What makes the Swedish thinner than the Greeks? The answer: inequality. This groundbreaking book, based on years of research, provides hard evidence to show how almost everything—-from life expectancy to depression levels, violence to illiteracy-—is affected not by how wealthy a society is, but how equal it is. Urgent, provocative and genuinely uplifting, The Spirit Level has been heralded as providing a new way of thinking about ourselves and our communities, and could change the way you see the world.