Book picks similar to
Biophysics of Computation: Information Processing in Single Neurons by Christof Koch
neuroscience
science
physics
biology
Cell and Molecular Biology: Concepts and Experiments
Gerald Karp - 1979
The sixth edition explores core concepts in considerable depth and presents experimental detail when it helps to explain and reinforce the concepts. The majority of discussions have been modified to reflect the latest changes in the field. The book also builds on its strong illustration program by opening each chapter with “VIP” art that serves as a visual summary for the chapter. Over 60 new micrographs and computer-derived images have been added to enhance the material. Biologists benefit from these changes as they build their skills in making the connection. Doody Review Services Reviewer: Bruce A. Fenderson, PhD(Thomas Jefferson University) Description: The author expertly organizes, explains, and illustrates the chemical and cellular basis of life on Earth in this comprehensive and exciting introduction to cell and molecular biology. The 18 fascinating chapters cover topics ranging from control of gene expression to mechanisms of immune response. There is even a chapter on laboratory techniques. The focus of the book is on biological chemistry, with an emphasis on core concepts and experimental approaches. Purpose: The purpose is to provide a textbook for an introductory course in cell and molecular biology. The author hopes that students will visualize a world filled with "giant molecules and minuscule structures" that constitute the chemistry of life. He encourages students to consider the evidence that is presented to support a biological model, think of alternate explanations, and plan experiments that may lead to new hypotheses. One of the author's goals is to help students develop their independent, critical-thinking skills. Audience: This is an excellent companion textbook for undergraduate and graduate-level courses in cell and molecular biology. It is written for students across a wide range of life science disciplines
Mindstorms: Children, Computers, And Powerful Ideas
Seymour Papert - 1980
We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers.
Decisions, Uncertainty, and the Brain: The Science of Neuroeconomics
Paul W. Glimcher - 2003
Glimcher argues that Cartesian dualism operates from the false premise that the reflex is able to describe behavior in the real world that animals inhabit. A mathematically rich cognitive theory, he claims, could solve the most difficult problems that any environment could present, eliminating the need for dualism by eliminating the need for a reflex theory. Such a mathematically rigorous description of the neural processes that connect sensation and action, he explains, will have its roots in microeconomic theory. Economic theory allows physiologists to define both the optimal course of action that an animal might select and a mathematical route by which that optimal solution can be derived. Glimcher outlines what an economics-based cognitive model might look like and how one would begin to test it empirically. Along the way, he presents a fascinating history of neuroscience. He also discusses related questions about determinism, free will, and the stochastic nature of complex behavior.
Quantum Computing Since Democritus
Scott Aaronson - 2013
Full of insights, arguments and philosophical perspectives, the book covers an amazing array of topics. Beginning in antiquity with Democritus, it progresses through logic and set theory, computability and complexity theory, quantum computing, cryptography, the information content of quantum states and the interpretation of quantum mechanics. There are also extended discussions about time travel, Newcomb's Paradox, the anthropic principle and the views of Roger Penrose. Aaronson's informal style makes this fascinating book accessible to readers with scientific backgrounds, as well as students and researchers working in physics, computer science, mathematics and philosophy.
Fourier Series
Georgi P. Tolstov - 1976
Over 100 problems at ends of chapters. Answers in back of book. 1962 edition.
Big Java
Cay S. Horstmann - 2002
Thoroughly updated to include Java 6, the Third Edition of Horstmann's bestselling text helps you absorb computing concepts and programming principles, develop strong problem-solving skills, and become a better programmer, all while exploring the elements of Java that are needed to write real-life programs. A top-notch introductory text for beginners, Big Java, Third Edition is also a thorough reference for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science.Features of the Third Edition: The 'Objects Gradual' approach leads you into object-oriented thinking step-by-step, from using classes, implementing simple methods, all the way to designing your own object-oriented programs. A strong emphasis on test-driven development encourages you to consider outcomes as you write programming code so you design better, more usable programs Helpful "Testing Track" introduces techniques and tools step by step, ensuring that you master one before moving on to the next New teaching and learning tools in WileyPLUS--including a unique assignment checker that enables you to test your programming problems online before you submit them for a grade Graphics topics are developed gradually throughout the text, conveniently highlighted in separate color-coded sections Updated coverage is fully compatible with Java 5 and includes a discussion of the latest Java 6 features
The User Illusion: Cutting Consciousness Down to Size
Tor Nørretranders - 1991
Although we are unaware of it, our brains sift through and discard billions of pieces of data in order to allow us to understand the world around us. In fact, most of what we call thought is actually the unconscious discarding of information. What our consciousness rejects constitutes the most valuable part of ourselves, the "Me" that the "I" draws on for most of our actions--fluent speech, riding a bicycle, anything involving expertise. No wonder that, in this age of information, so many of us feel empty and dissatisfied. As engaging as it is insightful, this important book encourages us to rely more on what our instincts and our senses tell us so that we can better appreciate the richness of human life.
Semiconductor Device Fundamentals
Robert F. Pierret - 1995
Problems are designed to progressively enhance MATLAB-use proficiency, so students need not be familiar with MATLAB at the start of your course. Program scripts that are answers to exercises in the text are available at no charge in electronic form (see Teaching Resources below). *Supplement and Review Mini-Chapters after each of the text's three parts contain an extensive review list of terms, test-like problem sets with answers, and detailed suggestions on supplemental reading to reinforce students' learning and help them prepare for exams. *Read-Only Chapters, strategically placed to provide a change of pace during the course, provide informative, yet enjoyable reading for students. *Measurement Details and Results samples offer students a realistic perspective on the seldom-perfect nature of device characteristics, contrary to the way they are often represented in introductory texts. Content Highlig
Discrete Mathematics
Richard Johnsonbaugh - 1984
Focused on helping students understand and construct proofs and expanding their mathematical maturity, this best-selling text is an accessible introduction to discrete mathematics. Johnsonbaugh's algorithmic approach emphasizes problem-solving techniques. The Seventh Edition reflects user and reviewer feedback on both content and organization.
From Mathematics to Generic Programming
Alexander A. Stepanov - 2014
If you're a reasonably proficient programmer who can think logically, you have all the background you'll need. Stepanov and Rose introduce the relevant abstract algebra and number theory with exceptional clarity. They carefully explain the problems mathematicians first needed to solve, and then show how these mathematical solutions translate to generic programming and the creation of more effective and elegant code. To demonstrate the crucial role these mathematical principles play in many modern applications, the authors show how to use these results and generalized algorithms to implement a real-world public-key cryptosystem. As you read this book, you'll master the thought processes necessary for effective programming and learn how to generalize narrowly conceived algorithms to widen their usefulness without losing efficiency. You'll also gain deep insight into the value of mathematics to programming--insight that will prove invaluable no matter what programming languages and paradigms you use. You will learn aboutHow to generalize a four thousand-year-old algorithm, demonstrating indispensable lessons about clarity and efficiencyAncient paradoxes, beautiful theorems, and the productive tension between continuous and discreteA simple algorithm for finding greatest common divisor (GCD) and modern abstractions that build on itPowerful mathematical approaches to abstractionHow abstract algebra provides the idea at the heart of generic programmingAxioms, proofs, theories, and models: using mathematical techniques to organize knowledge about your algorithms and data structuresSurprising subtleties of simple programming tasks and what you can learn from themHow practical implementations can exploit theoretical knowledge
Computational Fluid Dynamics
John D. Anderson Jr. - 1995
It can also serve as a one-semester introductory course at the beginning graduate level, as a useful precursor to a more serious study of CFD in advanced books. It is presented in a very readable, informal, enjoyable style.
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.
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.
The Mathematical Theory of Communication
Claude Shannon - 1949
Republished in book form shortly thereafter, it has since gone through four hardcover and sixteen paperback printings. It is a revolutionary work, astounding in its foresight and contemporaneity. The University of Illinois Press is pleased and honored to issue this commemorative reprinting of a classic.
Multivariable Calculus
James Stewart - 1991
In the Fourth Edition CALCULUS, EARLY TRANSCENDENTALS these functions are introduced in the first chapter and their limits and derivatives are found in Chapters 2 and 3 at the same time as polynomials and other elementary functions. In this Fourth Edition, Stewart retains the focus on problem solving, the meticulous accuracy, the patient explanations, and the carefully graded problems that have made these texts word so well for a wide range of students. All new and unique features in CALCULUS, FOURTH EDITION have been incorporated into these revisions also.