Heuristics and Biases: The Psychology of Intuitive Judgment


Thomas Gilovich - 2002
    Do I have a strong enough case to go to trial? Will the Fed change interest rates? Can I trust this person? This book examines how people answer such questions. How do people cope with the complexities of the world economy, the uncertain behavior of friends and adversaries, or their own changing tastes and personalities? When are people's judgments prone to bias, and what is responsible for their biases? This book compiles psychologists' best attempts to answer these important questions.

Code of War


J.W. Clay - 2021
    She's a skilled hacker, and her focus is Cyber Kinetic Eliminations--remote assassinations conducted with sophisticated computer systems.With a growing success rate, she's given the ultimate target: a Chinese General who's sole responsibility is the reformation of the People's Republican Army.Can Jen Yates are her team assassinate one of China's most influential men? Can they derail the Chinese Communist Party's reform regimen? Even the thought could have disastrous consequences ...

Objective Knowledge: An Evolutionary Approach


Karl Popper - 1972
    Popper breaks with a traditional commonsense theory of knowledge that can be traced back to Aristotle. A realist and fallibilist, he argues closely and in simple language that scientific knowledge, once stated in human language, is no longer part of ourselves but a separate entity that grows through critical selection.

Social Psychology


Michael A. Hogg - 1997
    This is the ideal textbook for those studying social psychology and includes a range of features to aid independent study such as theory and concept boxes, research highlights and real world applications. Plus, the new user-friendly website features an interative recap and reminder of the main text, self test materials, and podcasts from different researchers for students to consolidate and test their understanding.

Mostly Harmless Econometrics: An Empiricist's Companion


Joshua D. Angrist - 2008
    In the modern experimentalist paradigm, these techniques address clear causal questions such as: Do smaller classes increase learning? Should wife batterers be arrested? How much does education raise wages? Mostly Harmless Econometrics shows how the basic tools of applied econometrics allow the data to speak.In addition to econometric essentials, Mostly Harmless Econometrics covers important new extensions--regression-discontinuity designs and quantile regression--as well as how to get standard errors right. Joshua Angrist and Jorn-Steffen Pischke explain why fancier econometric techniques are typically unnecessary and even dangerous. The applied econometric methods emphasized in this book are easy to use and relevant for many areas of contemporary social science.An irreverent review of econometric essentials A focus on tools that applied researchers use most Chapters on regression-discontinuity designs, quantile regression, and standard errors Many empirical examples A clear and concise resource with wide applications

Artificial Intelligence: Structures and Strategies for Complex Problem Solving


George F. Luger - 1997
    It is suitable for a one or two semester university course on AI, as well as for researchers in the field.

It Will All Make Sense When You're Dead: Messages From Our Loved Ones in the Spirit World


Priscilla A. Keresey - 2011
    After a brief tale of her own introduction to the paranormal, the author shares funny, poignant, and insightful words straight from the spirit people themselves. Together, the living and the dead seek forgiveness, solve family mysteries, find closure, settle scores, and come together for birthdays, anniversaries, and graduations. Quoting directly from her readings and séances, Priscilla reports the spirit perspective on mental illness, suicide, religion, and even the afterlife itself. For those readers interested in developing their own spirit communication skills, the last section of the book offers meditations and exercises used by the author herself, both personally and with her students. "It Will All Make Sense When You’re Dead" is chock-full of simple and entertaining wisdom, showing us how to live for today, with light hearts and kindness.

Understanding the Linux Kernel


Daniel P. Bovet - 2000
    The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:Memory management, including file buffering, process swapping, and Direct memory Access (DMA)The Virtual Filesystem layer and the Second and Third Extended FilesystemsProcess creation and schedulingSignals, interrupts, and the essential interfaces to device driversTimingSynchronization within the kernelInterprocess Communication (IPC)Program executionUnderstanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

The Analysis of Biological Data


Michael C. Whitlock - 2008
    To reach this unique audience, Whitlock and Schluter motivate learning with interesting biological and medical examples; they emphasize intuitive understanding; and they focus on real data. The book covers basic topics in introductory statistics, including graphs, confidence intervals, hypothesis testing, comparison of means, regression, and designing experiments. It also introduces the principles behind such modern topics as likelihood, linear models, meta-analysis and computer-intensive methods. Instructors and students consistently praise the book's clear and engaging writing, strong visualization techniques, and its variety of fascinating and relevant biological examples.

Godel: A Life Of Logic, The Mind, And Mathematics


John L. Casti - 2000
    His Incompleteness Theorem turned not only mathematics but also the whole world of science and philosophy on its head. Equally legendary were Gö's eccentricities, his close friendship with Albert Einstein, and his paranoid fear of germs that eventually led to his death from self-starvation. Now, in the first popular biography of this strange and brilliant thinker, John Casti and Werner DePauli bring the legend to life. After describing his childhood in the Moravian capital of Brno, the authors trace the arc of Gö's remarkable career, from the famed Vienna Circle, where philosophers and scientists debated notions of truth, to the Institute for Advanced Study in Princeton, New Jersey, where he lived and worked until his death in 1978. In the process, they shed light on Gö's contributions to mathematics, philosophy, computer science, artificial intelligence -- even cosmology -- in an entertaining and accessible way.

Hadoop: The Definitive Guide


Tom White - 2009
    Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters. Complete with case studies that illustrate how Hadoop solves specific problems, this book helps you:Use the Hadoop Distributed File System (HDFS) for storing large datasets, and run distributed computations over those datasets using MapReduce Become familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, and persistence Discover common pitfalls and advanced features for writing real-world MapReduce programs Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloud Use Pig, a high-level query language for large-scale data processing Take advantage of HBase, Hadoop's database for structured and semi-structured data Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems If you have lots of data -- whether it's gigabytes or petabytes -- Hadoop is the perfect solution. Hadoop: The Definitive Guide is the most thorough book available on the subject. "Now you have the opportunity to learn about Hadoop from a master-not only of the technology, but also of common sense and plain talk." -- Doug Cutting, Hadoop Founder, Yahoo!

Calculus [with CD]


Howard Anton - 1992
    New co-authors--Irl Bivens and Stephen Davis--from Davidson College; both distinguished educators and writers.* More emphasis on graphing calculators in exercises and examples, including CAS capabilities of graphing calculators.* More problems using tabular data and more emphasis on mathematical modeling.

Mining of Massive Datasets


Anand Rajaraman - 2011
    This book focuses on practical algorithms that have been used to solve key problems in data mining and which can be used on even the largest datasets. It begins with a discussion of the map-reduce framework, an important tool for parallelizing algorithms automatically. The authors explain the tricks of locality-sensitive hashing and stream processing algorithms for mining data that arrives too fast for exhaustive processing. The PageRank idea and related tricks for organizing the Web are covered next. Other chapters cover the problems of finding frequent itemsets and clustering. The final chapters cover two applications: recommendation systems and Web advertising, each vital in e-commerce. Written by two authorities in database and Web technologies, this book is essential reading for students and practitioners alike.

Linear Algebra With Applications


Steven J. Leon - 1980
    Each chapter contains integrated worked examples and chapter tests. This edition has the ancillary ATLAST computer exercise guide and new MATLAB and Maple guides.

E=MC2: Simple Physics: Why Balloons Rise, Apples Fall & Golf BallsGo Awry


Jeff Stewart - 2010
    With amusing examples from film, TV, and history, learn how physics affects everything in your surroundings--without the use of mind-bending math or the need for a particle accelerator. With E=MC2, you'll learn: When forces balance: Simple answers to questions such as, "Why do balloons rise while apples fall?" The Good, the Bad, and the Impossible: Why The Good, the Bad, and the Ugly is full of absurdities. (For someone whose characters often uphold the law, Clint Eastwood certainly defies the laws of physics in this film.) AC/DC: but only AC really rocks: Alternating current (AC) is much more complicated than direct current (DC). The voltage is constantly moving between positive and negative; the current therefore flows one way, and then the other (rocking back and forth). Why do I feel this warm glow?: The theory behind how the first stars were born General Relativity and GPS: The strange result of gravity on time is well proven. Compared to the interminable time you experience while stuck in a traffic jam, time literally runs faster (because gravity is weaker) in the orbiting GPS satellites that help your GPS system get its fix. At the speed of light: A refresher on the theory of relativity and an understanding of why--a hundred years later--Einstein's physics still points the way in cutting-edge research. Yu again: In the martial arts movie Crouching Tiger, Hidden Dragon, the rebellious young heroine, Jen Yu, blocks an attacker with her hand without standing or bracing herself. All the while, she holds a cup of tea in her other hand and doesn't spill a drop. Find out why kinetic energy and scalar quantity make her move impossible. It's physics for the rest of us. So why not come along for the ride? Advance at the speed of light through the fundamental laws of physics as they were discovered, proven wrong, and revolutionized. Make this and all of the Blackboard Books(tm) a permanent fixture on your shelf, and you'll have instant access to a breadth of knowledge. Whether you need homework help or want to win that trivia game, this series is the trusted source for fun facts.