The Nature of Code


Daniel Shiffman - 2012
    Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.

Being Mortal by Atul Gawande - A 20-minute Summary: Medicine and What Matters in the End


Instaread Summaries - 2014
    Being Mortal by Atul Gawande - A 20-minute Summary Inside this Instaread Summary: • Overview of the entire book• Introduction to the important people in the book• Summary and analysis of all the chapters in the book• Key Takeaways of the book• A Reader's Perspective Preview of this summary: Chapter 1 Gawande grew up in Ohio. His parents were immigrants from India and both were doctors. His grandparents stayed in India, and there were few older people in his neighborhood, so he had little experience with aging or death until he met his wife’s grandmother, Alice Hobson. Hobson was seventy-seven and living on her own in Virginia. She was a spirited widow who fixed her own plumbing and volunteered with Meals On Wheels. However, Hobson was losing strength and height steadily each year as her arthritis worsened.Gawande’s father enthusiastically adopted the customs of his new country, but he could not understand the way in which seniors were treated in the US. In India, the elderly were treated with great respect and lived out their lives with family.In the United States, Sitaram Gawande, Gawande’s grandfather, likely would have been sent to a nursing home like most of the elderly who cannot handle the basics of daily living by themselves. However, in India, Sitaram Gawande was able to live in his own home and manage his own affairs, with family constantly around him. He died at the age of one hundred and ten when he fell off a bus during a business trip.Until recently, most elderly people stayed with their families. Even as the nuclear family unit became predominant, replacing the multi-generational family unit, people cared for their elderly relatives. Families were large and one child, usually a daughter, would not marry in order to take care of the parents.This has changed in much of the world, where elderly people end up struggling to live alone, like Hobson, rather than living with dignity amid family, like Sitaram Gawande.One cause of this change can be found in the nature of knowledge. When few people lived to be very old, elders were honored. Their store of knowledge was greatly useful. People often portrayed themselves as older to command respect. Modern society’s emphasis on youth is a complete reversal of this attitude. Technological advances are perceived as the territory of the young, and everyone wants to be younger. High-tech job opportunities are all over the world, and young people do not hesitate to leave their parents behind to pursue them.In developed countries, parents embrace the concept of a retirement filled with leisure activities. Parents are happy to begin living for themselves once children are grown. However, this system only works for young, healthy retirees, but not for those who cannot continue to be independent. Hobson, for example, was falling frequently and suffering memory lapses. Her doctor did tests and wrote prescriptions, but did not know what to do about her deteriorating condition. Neither did her family… About the Author With Instaread Summaries, you can get the summary of a book in 30 minutes or less. We read every chapter, summarize and analyze it for your convenience.

Wheater's Functional Histology: A Text and Colour Atlas


Barbara Young - 2000
    The book starts with a section on general cell structure and replication. Basic tissue types are covered in the following section, and the third section presents the microstructures of each of the major body systems. The highest -quality color light micrographs and electron micrograph images are accompanied by concise text and captions which explain the appearance, function, and clinical significance of each image. The accompanying website lets you view all the images from the atlas with a virtual microscope, allowing you to view the image at a variety of pre-set magnifications.Includes access to website containing book images and additional material, extra illustrations, self tests, and more. Utilizes virtual microscope function on the website, allowing you to see images first in low-powered and then in high powered magnification. Incorporates new information on histology of bone marrow, male reproductive system, respiratory system, pancreas, blood, cartilage, muscle types, staining methods, and more. Uses Color coding at the side of each page to make it easier to access information quickly and efficiently. Includes access to www.studentconsult.com - where you'll find the complete text and illustrations of the book online, fully searchable - Integration Links to bonus content in other STUDENT CONSULT titles - 300 new USMLE-style review questions, with answers and rationales - content clipping for handheld devices - an interactive community center with a wealth of additional resources - and much more!

Hallucinations


Oliver Sacks - 2012
    Much more commonly, they are linked to sensory deprivation, intoxication, illness, or injury. People with migraines may see shimmering arcs of light or tiny, Lilliputian figures of animals and people. People with failing eyesight, paradoxically, may become immersed in a hallucinatory visual world. Hallucinations can be brought on by a simple fever or even the act of waking or falling asleep, when people have visions ranging from luminous blobs of color to beautifully detailed faces or terrifying ogres. Those who are bereaved may receive comforting “visits” from the departed. In some conditions, hallucinations can lead to religious epiphanies or even the feeling of leaving one’s own body. Humans have always sought such life-changing visions, and for thousands of years have used hallucinogenic compounds to achieve them. As a young doctor in California in the 1960s, Oliver Sacks had both a personal and a professional interest in psychedelics. These, along with his early migraine experiences, launched a lifelong investigation into the varieties of hallucinatory experience. Here, with his usual elegance, curiosity, and compassion, Dr. Sacks weaves together stories of his patients and of his own mind-altering experiences to illuminate what hallucinations tell us about the organization and structure of our brains, how they have influenced every culture’s folklore and art, and why the potential for hallucination is present in us all, a vital part of the human condition.

The Human Brain: An Introduction to Its Functional Anatomy


John Nolte - 1981
    The text covers the neuroanatomy that medical and other healthcare students need, with expanded coverage of neurophysiology and inclusion of clinical content providing real-life application of neuroanatomy and neurophysiologic concepts to clinical neurologic disorders. Its readability and enhanced full-color illustrations make it a favorite among both students and faculty.Provides a single-author approach for a more consistent, readable text.Contains summary statement headings to help you find what you're looking for within the text.Provides an outline introducing each chapter to help students organize and stay focused as they learn.Includes appealing four-color, computerized three-dimensional images of the brain and brain structures fully integrated with the text.Complements an Electronic Image Bank that is also available separately.Includes more coverage of neurobiology and neurophysiology.Gives more clinical content, including many images depicting neurologic disorders.Features an expanded section on higher cortical function.Features an expanded section on learning and memory.Contains a new chapter on the development, maintenance, and repair of neural connections-an explosive area of research in neuroscience.Supplies a glossary of key terms.Replaces many of the older figures with new, computer-generated illustrations.

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

Neuropsychological Assessment


Muriel Deutsch Lezak - 1976
    Drawing on their diverse interests, they provide authoritative, broad-based, and in-depth coverage of current research and clinical practice in neuropsychology. They have not, however, changed the book's overall organization. The first eight chapters present the knowledge base for understanding the principles and practice of patient-oriented, hypothesis-testing neuropsychological assessment. The last 12 chapters review nearly all tests and assessment techniques discussed in previous editions plus many new ones and recent revisions of older tests. The extent of the updating is apparent from the fact that approximately half of the more than 7,000 references cited appeared since the last edition was published.Many new topics relevant to current assessment practices have been added to the 4th edition. The chapter on examination procedures, for example, now contains sections on cognitive functioning in pain and PTSD patients. The chapter on brain disorders includes new material on electrical/lighting injuries, migraine, Alzheimer's disease and other dementing disorders, and both medical and psychological treatments. The discussion of assessment procedures has been updated throughout to cover recently published test batteries used in general neuropsychological assessment (e.g., mental abilities, memory), newly developed batteries for specific issues (e.g., frontal lobe evaluation), and recent research on older neuropsychological assessment batteries. The fully revised chapter on assessing response bias describes and evaluates more than 60 tests, test combinations, and other measures for detecting questionable effort within the context of forensic neuropsychological assessment.

Neuroanatomy


Alan R. Crossman - 1995
    It avoids overburdening the reader with topographical detail that is unnecessary for the medical student. Minimum assumptions are made of existing knowledge of the subject.'Key point' boxes for reinforcement and quick revision Glossary of important terms 'Clinical detail' boxes closely integrated with relevant neuroanatomyComplete revision and updating of text. Revision nad expansion of summary chapter, providing overview of entire subject. Clinical material updated to reflect current prevalence of neurological disease. Artwork entirely redrawn for improved clarity and closer integration with text.

Structure and Interpretation of Computer Programs


Harold Abelson - 1984
    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.

C Programming: Language: A Step by Step Beginner's Guide to Learn C Programming in 7 Days


Darrel L. Graham - 2016
    It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs. In this book, you are going to learn what the C programming language entails, how to write conditions, expressions, statements and even commands, for the language to perform its functions efficiently. You will learn too how to organize relevant expressions so that after compilation and execution, the computer returns useful results and not error messages. Additionally, this book details the data types that you need for the C language and how to present it as well. Simply put, this is a book for programmers, learners taking other computer courses, and other computer users who would like to be versed with the workings of the most popular computer language, C. In this book You'll learn: What Is The C Language? Setting Up Your Local Environment The C Structure and Data Type C Constants and Literals C Storage Classes Making Decisions In C The Role Of Loops In C Programming Functions in C Programming Structures and Union in C Bit Fields and Typedef Within C. C Header Files and Type Casting Benefits Of Using The C Language ...and much more!! Download your copy today! click the BUY button and download it right now!

The Elements of Statistical Learning: Data Mining, Inference, and Prediction


Trevor Hastie - 2001
    With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes the important ideas in these areas in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting—the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

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.

Linear Algebra Done Right


Sheldon Axler - 1995
    The novel approach taken here banishes determinants to the end of the book and focuses on the central goal of linear algebra: understanding the structure of linear operators on vector spaces. The author has taken unusual care to motivate concepts and to simplify proofs. For example, the book presents - without having defined determinants - a clean proof that every linear operator on a finite-dimensional complex vector space (or an odd-dimensional real vector space) has an eigenvalue. A variety of interesting exercises in each chapter helps students understand and manipulate the objects of linear algebra. This second edition includes a new section on orthogonal projections and minimization problems. The sections on self-adjoint operators, normal operators, and the spectral theorem have been rewritten. New examples and new exercises have been added, several proofs have been simplified, and hundreds of minor improvements have been made throughout the text.

The C# Player's Guide


R.B. Whitaker - 2012