Book picks similar to
Spikes: Exploring the Neural Code by Fred Rieke
neuroscience
science
neuro
computational-neuroscience
Calculus
Ron Larson - 1999
It has been widely praised by a generation of users for its solid and effective pedagogy that addresses the needs of a broad range of teaching and learning styles and environments. Each title is just one component in a comprehensive calculus course program that carefully integrates and coordinates print, media, and technology products for successful teaching and learning.
Cognitive Science: An Introduction to the Science of the Mind
José Luis Bermúdez - 2010
Cognitive Science draws upon many academic disciplines, including Psychology, Computer Science, Philosophy, Linguistics and Neuroscience. This is the first textbook to present a unified view of Cognitive Science as a discipline in its own right, with a distinctive approach to studying the mind. Students are introduced to the cognitive scientist's 'toolkit' - the vast range of techniques and tools that cognitive scientists can use to study the mind. The book presents the main theoretical models that cognitive scientists are currently using, and shows how those models are being applied to unlock the mysteries of the human mind. Cognitive Science is replete with examples, illustrations, and applications, and draws on cutting-edge research and new developments to explore both the achievements that cognitive scientists have made, and the challenges that lie ahead.
An Introduction to Formal Language and Automata
Peter Linz - 1990
The Text Was Designed To Familiarize Students With The Foundations And Principles Of Computer Science And To Strengthen The Students' Ability To Carry Out Formal And Rigorous Mathematical Arguments. In The New Fourth Edition, Author Peter Linz Has Offered A Straightforward, Uncomplicated Treatment Of Formal Languages And Automata And Avoids Excessive Mathematical Detail So That Students May Focus On And Understand The Underlying Principles. In An Effort To Further The Accessibility And Comprehension Of The Text, The Author Has Added New Illustrative Examples Throughout.
Mathematical Statistics with Applications (Mathematical Statistics (W/ Applications))
Dennis D. Wackerly - 1995
Premiere authors Dennis Wackerly, William Mendenhall, and Richard L. Scheaffer present a solid foundation in statistical theory while conveying the relevance and importance of the theory in solving practical problems in the real world. The authors' use of practical applications and excellent exercises helps readers discover the nature of statistics and understand its essential role in scientific research.
Discrete-Time Signal Processing (Prentice-Hall Signal Processing Series)
Alan V. Oppenheim - 1989
Revised from the 1989 edition not so much with new information, which has not changed much at the introductory level, bu
Numerical Linear Algebra
Lloyd N. Trefethen - 1997
The clarity and eloquence of the presentation make it popular with teachers and students alike. The text aims to expand the reader's view of the field and to present standard material in a novel way. All of the most important topics in the field are covered with a fresh perspective, including iterative methods for systems of equations and eigenvalue problems and the underlying principles of conditioning and stability. Presentation is in the form of 40 lectures, which each focus on one or two central ideas. The unity between topics is emphasized throughout, with no risk of getting lost in details and technicalities. The book breaks with tradition by beginning with the QR factorization - an important and fresh idea for students, and the thread that connects most of the algorithms of numerical linear algebra.
Clinical Neuroanatomy Made Ridiculously Simple [Book & CD-ROM]
Stephen Goldberg - 1979
The book now includes and interactive CD with a lab section, 3D rotations, interactive anatomy, tutorial on neurologic localization, and quiz. Third edition.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
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
Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
John MacCormick - 2012
A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
Digital Image Processing
Rafael C. Gonzalez - 1977
Completely self-contained, heavily illustrated, and mathematically accessible, it has a scope of application that is not limited to the solution of specialized problems. Digital Image Fundamentals. Image Enhancement in the Spatial Domain. Image Enhancement in the Frequency Domain. Image Restoration. Color Image Processing. Wavelets and Multiresolution Processing. Image Compression. Morphological Image Processing. Image Segmentation. Representation and Description. Object Recognition.
Bayes Theorem: A Visual Introduction For Beginners
Dan Morris - 2016
Bayesian statistics is taught in most first-year statistics classes across the nation, but there is one major problem that many students (and others who are interested in the theorem) face. The theorem is not intuitive for most people, and understanding how it works can be a challenge, especially because it is often taught without visual aids. In this guide, we unpack the various components of the theorem and provide a basic overview of how it works - and with illustrations to help. Three scenarios - the flu, breathalyzer tests, and peacekeeping - are used throughout the booklet to teach how problems involving Bayes Theorem can be approached and solved. Over 60 hand-drawn visuals are included throughout to help you work through each problem as you learn by example. The illustrations are simple, hand-drawn, and in black and white. For those interested, we have also included sections typically not found in other beginner guides to Bayes Rule. These include: A short tutorial on how to understand problem scenarios and find P(B), P(A), and P(B|A). For many people, knowing how to approach scenarios and break them apart can be daunting. In this booklet, we provide a quick step-by-step reference on how to confidently understand scenarios.A few examples of how to think like a Bayesian in everyday life. Bayes Rule might seem somewhat abstract, but it can be applied to many areas of life and help you make better decisions. It is a great tool that can help you with critical thinking, problem-solving, and dealing with the gray areas of life. A concise history of Bayes Rule. Bayes Theorem has a fascinating 200+ year history, and we have summed it up for you in this booklet. From its discovery in the 1700’s to its being used to break the German’s Enigma Code during World War 2, its tale is quite phenomenal.Fascinating real-life stories on how Bayes formula is used in everyday life.From search and rescue to spam filtering and driverless cars, Bayes is used in many areas of modern day life. We have summed up 3 examples for you and provided an example of how Bayes could be used.An expanded definitions, notations, and proof section.We have included an expanded definitions and notations sections at the end of the booklet. In this section we define core terms more concretely, and also cover additional terms you might be confused about. A recommended readings section.From The Theory That Would Not Die to a few other books, there are a number of recommendations we have for further reading. Take a look! If you are a visual learner and like to learn by example, this intuitive booklet might be a good fit for you. Bayesian statistics is an incredibly fascinating topic and likely touches your life every single day. It is a very important tool that is used in data analysis throughout a wide-range of industries - so take an easy dive into the theorem for yourself with a visual approach!If you are looking for a short beginners guide packed with visual examples, this booklet is for you.
101 Theory Drive: A Neuroscientist's Quest for Memory
Terry McDermott - 2010
He is one of the foremost figures of contemporary neuroscience, and his decades-long quest to understand the inner workings of the brain’s memory machine has begun to pay off. Award-winning journalist Terry McDermott spent nearly two years observing Lynch at work and now gives us a fascinating and dramatic account of daily life in his lab—the highs and lows, the drudgery and eureka moments, the agonizing failures. He provides detailed, lucid explanations of the cutting-edge science that enabled Lynch to reveal the inner workings of the molecular machine that manufactures memory. After establishing the building blocks, Lynch then set his sights on uncovering the complicated structure of memory as it is stored across many neurons. Adding practical significance to his groundbreaking work, Lynch discovered a class of drugs that could fix the memory machine when it breaks, drugs that would enhance brain function during the memory process and that hold out the possibility of cures for a wide range of neurological conditions, including Alzheimer’s disease, Parkinson’s disease, and attention deficit hyperactivity disorder. Here is an essential story of science, scientists, and scientific achievement—galvanizing in the telling and thrilling in its far-reaching implications.
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.
Human Physiology: An Integrated Approach [with IP-10]
Dee Unglaub Silverthorn - 1997
The newly revised Fifth Edition has been significantly updated throughout and features substantially revised art and Running Problems in the book and on the reader Companion Website. Recognized as an extraordinary educator and active learning enthusiast, Dr. Silverthorn incorporates time-tested classroom techniques throughout the book and presents thorough, up-to-date coverage of new scientific discoveries, biotechnology techniques, and treatments of disorders. Dr. Silverthorn also co-authored the accompanying Student Workbook and Instructor Manual, ensuring that these ancillaries reinforce the pedagogical approach of the book.The Fifth Edition includes access to Interactive Physiology(R) 10-System Suite (IP-10), PhysioEx(TM) 8.0, A&P Flix animations in 3D, and The Physiology Place Companion Website. Key Topics: Introduction to Physiology, Molecular Interactions, Compartmentation: Cells and Tissues, Energy and Cellular Metabolism, Membrane Dynamics, Communication, Integration, Homeostasis, Introduction to the Endocrine System, Neurons: Cellular and Network Properties, The Central Nervous System, Sensory Physiology, Efferent Division: Autonomic and Somatic Motor Control, Muscles, Integrative Physiology I: Control of Body Movement, Cardiovascular Physiology, Blood Flow and the Control of Blood Pressure, Blood, Mechanics of Breathing, Gas Exchange and Transport, The Kidneys, Integrative Physiology II: Fluid and Electrolyte Balance, Digestion, Energy Balance and Metabolism, Endocrine Control of Growth and Metabolism, The Immune System, Integrative Physiology III: Exercise, Reproduction and DevelopmentMarket: Intended for those interested in learning the basics of human physiology