Book picks similar to
Pocket Ref by Thomas J. Glover


reference
non-fiction
science
nonfiction

Psych 101: Psychology Facts, Basics, Statistics, Tests, and More!


Paul Kleinman - 2012
    Psych 101 cuts out the boring details and statistics, and instead, gives you a lesson in psychology that keeps you engaged - and your synapses firing.From personality quizzes and the Rorschach Blot Test to B.F. Skinner and the stages of development, this primer for human behavior is packed with hundreds of entertaining psychology basics and quizzes you can't get anywhere else.So whether you're looking to unravel the intricacies of the mind, or just want to find out what makes your friends tick, Psych 101 has all the answers - even the ones you didn't know you were looking for.

Reinforcement Learning: An Introduction


Richard S. Sutton - 1998
    Their discussion ranges from the history of the field's intellectual foundations to the most recent developments and applications.Reinforcement learning, one of the most active research areas in artificial intelligence, is a computational approach to learning whereby an agent tries to maximize the total amount of reward it receives when interacting with a complex, uncertain environment. In Reinforcement Learning, Richard Sutton and Andrew Barto provide a clear and simple account of the key ideas and algorithms of reinforcement learning. Their discussion ranges from the history of the field's intellectual foundations to the most recent developments and applications. The only necessary mathematical background is familiarity with elementary concepts of probability.The book is divided into three parts. Part I defines the reinforcement learning problem in terms of Markov decision processes. Part II provides basic solution methods: dynamic programming, Monte Carlo methods, and temporal-difference learning. Part III presents a unified view of the solution methods and incorporates artificial neural networks, eligibility traces, and planning; the two final chapters present case studies and consider the future of reinforcement learning.

Philosophy 100 Essential Thinkers


Philip Stokes - 2002
    This engaging and accessible book invites the reader to explore the questions and arguments of philosophy through the work of one hundred of the greatest thinkers within the Western intellectual tradition. Covering philosophical, scientific, political and religious thought over a period of 2500 years, Philosophy will serve as an excellent guide for those interested in knowing about individual thinkers--such as Plato, Aristotle, Rousseau and Nietzsche, to name just a few--and the questions and observations that inspired them to write. By presenting individual thinkers, details of their lives and the concerns and circumstances that motivated them, this book makes philosophy come to life as a relevant and meaningful approach to thinking about the contemporary world. A lucid and engaging book full of thought-provoking quotations, as well as clear explanations and definitions, Philosophy is sure to encourage students and laymen alike to investigate further.

Pattern Recognition and Machine Learning


Christopher M. Bishop - 2006
    However, these activities can be viewed as two facets of the same field, and together they have undergone substantial development over the past ten years. In particular, 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 models. Also, the practical applicability of Bayesian methods has been greatly enhanced through the development of a range of approximate inference algorithms such as variational Bayes and expectation propagation. Similarly, new models based on kernels have had a significant impact on both algorithms and applications. This 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, and assumes no previous knowledge of pattern recognition or machine learning concepts. Knowledge of multivariate calculus and basic linear algebra is required, and some familiarity with probabilities would be helpful though not essential as the book includes a self-contained introduction to basic probability theory.

Coders at Work: Reflections on the Craft of Programming


Peter Seibel - 2009
    As the words "at work" suggest, Peter Seibel focuses on how his interviewees tackle the day–to–day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: http://www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedback, we selected 16 folks who’ve been kind enough to agree to be interviewed:- Frances Allen: Pioneer in optimizing compilers, first woman to win the Turing Award (2006) and first female IBM fellow- Joe Armstrong: Inventor of Erlang- Joshua Bloch: Author of the Java collections framework, now at Google- Bernie Cosell: One of the main software guys behind the original ARPANET IMPs and a master debugger- Douglas Crockford: JSON founder, JavaScript architect at Yahoo!- L. Peter Deutsch: Author of Ghostscript, implementer of Smalltalk-80 at Xerox PARC and Lisp 1.5 on PDP-1- Brendan Eich: Inventor of JavaScript, CTO of the Mozilla Corporation - Brad Fitzpatrick: Writer of LiveJournal, OpenID, memcached, and Perlbal - Dan Ingalls: Smalltalk implementor and designer- Simon Peyton Jones: Coinventor of Haskell and lead designer of Glasgow Haskell Compiler- Donald Knuth: Author of The Art of Computer Programming and creator of TeX- Peter Norvig: Director of Research at Google and author of the standard text on AI- Guy Steele: Coinventor of Scheme and part of the Common Lisp Gang of Five, currently working on Fortress- Ken Thompson: Inventor of UNIX- Jamie Zawinski: Author of XEmacs and early Netscape/Mozilla hackerWhat you’ll learn:How the best programmers in the world do their jobWho is this book for?Programmers interested in the point of view of leaders in the field. Programmers looking for approaches that work for some of these outstanding programmers.

How to Brew: Everything You Need to Know to Brew Beer Right the First Time


John J. Palmer - 2006
    This book includes ingredients, methods, recipes and equipment information. It provides reference to intermediate techniques like all-grain brewing variations and recipe formulation.

Against the Gods: The Remarkable Story of Risk


Peter L. Bernstein - 1996
    Peter Bernstein has written a comprehensive history of man's efforts to understand risk and probability, beginning with early gamblers in ancient Greece, continuing through the 17th-century French mathematicians Pascal and Fermat and up to modern chaos theory. Along the way he demonstrates that understanding risk underlies everything from game theory to bridge-building to winemaking.

The Politics Book: Big Ideas Simply Explained


Kate Johnsen - 2013
    From ancient and medieval philosophers such as Confucius and Thomas Aquinas, to revolutionary thought leaders such as Thomas Jefferson and Leon Trotsky, to the voices who have shaped modern politics today -- Mao Zedong, Malcolm X, Che Guevara, and more -- "The Politics Book" clearly and simply explains more than 100 groundbreaking ideas in the history of political thought.With easy-to-follow graphics, succinct quotations, and accessible text, "The Politics Book" is an essential reference for students and anyone wondering how politics works.

The Little Book of Skin Care: Korean Beauty Secrets for Healthy, Glowing Skin


Charlotte Cho - 2015
    You’ll love pampering your skin at home and learning the secrets behind the “no-makeup makeup” look we’ve seen and admired on women in the streets of Seoul.With the knowledge of an expert and voice of a trusted friend, Charlotte’s personal tour through Korean beauty culture will help you find joy in the everyday beauty routines that will transform your skin.

Walden & Civil Disobedience


Henry David Thoreau - 1849
    His simple but profound musings—as well as Civil Disobedience, his protest against the government's interference with civil liberty—have inspired many to embrace his philosophy of individualism and love of nature.

Head First Design Patterns


Eric Freeman - 2004
     At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.

Letters From An Astrophysicist


Neil deGrasse Tyson - 2019
    Now, Tyson invites us to go behind the scenes of his public fame by unveiling his candid correspondence with people across the globe who have sought him out in search of answers. In this hand-picked collection of one hundred letters, Tyson draws upon cosmic perspectives to address a vast array of questions about science, faith, philosophy, life, and of course, Pluto. His succinct, opinionated, passionate, and often funny responses reflect his popularity and standing as a leading educator.Tyson’s 2017 bestseller Astrophysics for People in a Hurry offered more than one million readers an insightful and accessible understanding of the universe. Now, revealing Tyson’s most candid and heartfelt writing yet, Letters from an Astrophysicist introduces us to a newly personal dimension of Tyson’s quest to understand our place in the cosmos.

Better Homes and Gardens New Cook Book


Better Homes and Gardens - 1953
    Features: Over 900 new recipes -- 1,200 in all-reflect current eating habits and lifestyles; 500 new photographs -- over 700 in all-including 60 percent more of finished food than the last edition; Dozens of new recipes offer ethnic flavours, fresh ingredients, or vegetarian appeal; Many recipes feature make-ahead directions or quick-to-the-table meals; New chapter provides recipes for crockery cookers; Efficient, easy-to-read format, with recipes categorised into 21 chapters, each thoroughly indexed for easy reference; Expanded chapter on cooking basics includes advice on food safety, menu planning, table setting, and make-ahead cooking, plus a thorough glossary on ingredients and techniques; Appliance-friendly recipes help cooks save time and creatively use new kitchen tools; Nutrition information with each recipe, plus diabetic exchanges; Contemporary food photography attracts browsers and helps cooks discover new recipes to make; Icons identify low-fat, no-fat, fast, and best-loved recipes; Every recipe tested and perfected by the Better Homes and Gardens Test Kitchen; Revised and updated cooking charts, ingredient photos, emergency substitutions, and equivalents; Respected, reliable kitchen reference with hundreds of cooking terms, tips, and techniques.

Manufacturing Processes for Design Professionals


Rob Thompson - 2007
    They have to be knowledgeable about a vast repertoire of processes, ranging from what used to be known as traditional "crafts" to the latest technology, to enable their designs to be manufactured effectively and efficiently. Information on the internet about such processes is often unreliable, and search engines do not usefully organize material for designers.This fundamental new resource explores innovative production techniques and materials that are having an impact on the design industry worldwide. Organized into four easily referenced parts—Forming, Cutting, Joining, and Finishing—over seventy manufacturing processes are explained in depth with full technical descriptions; analyses of the typical applications, design opportunities, and considerations each process offers; and information on cost, speed, and environmental impact. The accompanying step-by-step case studies look at a product or component being manufactured at a leading international supplier.A directory of more than fifty materials includes a detailed technical profile, images of typical applications and finishes, and an overview of each material's design characteristics. With some 1,200 color photographs and technical illustrations, specially commissioned for this book, this is the definitive reference for product designers, 3D designers, engineers, and architects who need a convenient, highly accessible, and practical reference.

Time Management for System Administrators: Stop Working Late and Start Working Smart


Thomas A. Limoncelli - 2005
    No other job pulls people in so many directions at once. Users interrupt you constantly with requests, preventing you from getting anything done. Your managers want you to get long-term projects done but flood you with reques ... Available here:readmeaway.com/download?i=0596007833Time Management for System Administrators: Stop Working Late and Start Working Smart PDF by Thomas A. LimoncelliRead Time Management for System Administrators: Stop Working Late and Start Working Smart PDF from O'Reilly Media,Thomas A. LimoncelliDownload Thomas A. Limoncelli’s PDF E-book Time Management for System Administrators: Stop Working Late and Start Working Smart