You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
This text, based on a course taught by Randall O'Reilly and Yuko Munakata over the past several years, provides an in-depth introduction to the main ideas in the computational cognitive neuroscience. The goal of computational cognitive neuroscience is to understand how the brain embodies the mind by using biologically based computational models comprising networks of neuronlike units. This text, based on a course taught by Randall O'Reilly and Yuko Munakata over the past several years, provides an in-depth introduction to the main ideas in the field. The neural units in the simulations use equations based directly on the ion channels that govern the behavior of real neurons, and the neural n...
Introduction to computer modeling of the brain, to understand how people think. Networks of interacting neurons produce complex emergent behavior including perception, attention, motor control, learning, memory, language, and executive functions (motivation, decision making, planning, etc).
This is a new, somewhat "radical" introductory textbook for General Psychology and Neuroscience, based on a small set of core principles that cut across the full spectrum from neuroscience to social psychology. In short, this is an ambitious attempt to present a unified, principled perspective on the field, akin to what is standard in other fields.The advantage to the student is that it is consistent, coherent, and concise (200 pages), in contrast to standard textbooks which run over 800 pages and are filled with topical stories and historical accounts, that, while fascinating, ultimately distract from the understanding of the core concepts in the field.The core principles are the Three C's:...
The Oxford Handbook of Cognitive Science emphasizes the research and theory most central to modern cognitive science: computational theories of complex human cognition. Additional facets of cognitive science are discussed in the handbook's introductory chapter.
This volume offers a much-needed forum for comparing and contrasting existing models of working memory.
Ready to dive into smart contract development for the blockchain? With this practical guide, experienced engineers and beginners alike will quickly learn the entire process for building smart contracts for Ethereum--the open source blockchain-based distributed computing platform. You'llget up to speed with the fundamentals and quickly move into builder mode. Kevin Solorio, Randall Kanna, and Dave Hoover show you how to create and test your own smart contract, create a frontend for users to interact with, and more. It's the perfect resource for people who want to break into the smart contract field but don't know where to start. In four parts, this book helps you: Explore smart contract fundamentals, including the Ethereum protocol, Solidity programming language, and the Ethereum Virtual Machine Dive into smart contract development using Solidity and gain experience with Truffle framework tools for deploying and testing your contracts Use Web3 to connect your smart contracts to an applicationso users can easily interact with the blockchain Examine smart contract security along with free online resources for smart contract security auditing
What do Amazon's product reviews, eBay's feedback score system, Slashdot's Karma System, and Xbox Live's Achievements have in common? They're all examples of successful reputation systems that enable consumer websites to manage and present user contributions most effectively. This book shows you how to design and develop reputation systems for your own sites or web applications, written by experts who have designed web communities for Yahoo! and other prominent sites. Building Web Reputation Systems helps you ask the hard questions about these underlying mechanisms, and why they're critical for any organization that draws from or depends on user-generated content. It's a must-have for system...
Master the 12 disciplines of powerful leadership and lead your organization to greatness We've all heard the phrase "born leader." Leadership experts Brian Tracy and Dr. Peter Chee are here to debunk the myth that you either have it or you don't. That leadership is a talent bestowed on some and not on others. That in order to lead effectively, you have to have it in your genes. The authors assert that great leaders are made, not born. Everyone has the ability to shape himself or herself into the kind of person who enables and uplifts others to reach their highest potential--and in 12 Disciplines of Leadership Excellence, they reveal exactly how to achieve it. It all starts with discipline. I...
Good aging infrastructure management consists of optimizing the choice of equipment and its refurbishment while also making compatible changes in all those operating and ownership policies, the whole combination aimed at optimizing the business results the power system owner desires. Both a reference and tutorial guide, this second edition of Aging Power Delivery Infrastructures provides updated coverage of aging power delivery systems, the problems they cause, and the technical and managerial approaches that power systems owners can take to manage them. See What’s New in the Second Edition: All chapters have been updated or are completely new Comprehensive discussions of all issues relate...
R is a wonderful thing, indeed: in recent years this free, open-source product has become a popular toolkit for statistical analysis and programming. Two of R's limitations -- that it is single-threaded and memory-bound -- become especially troublesome in the current era of large-scale data analysis. It's possible to break past these boundaries by putting R on the parallel path. Parallel R will describe how to give R parallel muscle. Coverage will include stalwarts such as snow and multicore, and also newer techniques such as Hadoop and Amazon's cloud computing platform.