Book picks similar to
Computational Modeling of Cognition and Behavior by Simon Farrell


nerd-alert
academic-and-vocational-books
grad-school-reading
paused

No One's Daughter


Jasmine Bath - 2012
    I did not write this book for sympathy or notoriety; I wrote it in an attempt to shed light on the ghosts that have haunted me for a lifetime, hoping that by putting them down on paper that I could look at them more objectively from a mature point of view and eventually free myself from them.

MAKE: Electronics: Learning Through Discovery


Charles Platt - 2008
    I also love the sense of humor. It's very good at disarming the fear. And it's gorgeous. I'll be recommending this book highly." --Tom Igoe, author of Physical Computing and Making Things TalkWant to learn the fundamentals of electronics in a fun, hands-on way? With Make: Electronics, you'll start working on real projects as soon as you crack open the book. Explore all of the key components and essential principles through a series of fascinating experiments. You'll build the circuits first, then learn the theory behind them!Build working devices, from simple to complex You'll start with the basics and then move on to more complicated projects. Go from switching circuits to integrated circuits, and from simple alarms to programmable microcontrollers. Step-by-step instructions and more than 500 full-color photographs and illustrations will help you use -- and understand -- electronics concepts and techniques.Discover by breaking things: experiment with components and learn from failureSet up a tricked-out project space: make a work area at home, equipped with the tools and parts you'll needLearn about key electronic components and their functions within a circuitCreate an intrusion alarm, holiday lights, wearable electronic jewelry, audio processors, a reflex tester, and a combination lockBuild an autonomous robot cart that can sense its environment and avoid obstaclesGet clear, easy-to-understand explanations of what you're doing and why

Introducing Windows Server 2012


Mitch Tulloch - 2012
    This practical introduction illuminates new features and capabilities, with scenarios demonstrating how the platform can meet the needs of your business.Based on beta software, this book provides the early, high-level information you need to begin preparing now for deployment and management. Topics include:Virtualization and cloud solutions Availability Provisioning and storage management Security and scalability Infrastructure options Server administration

Meditation for Beginners: Easy Techniques to Relieve Stress, Depression and Anxiety and Increase Inner Peace and Motivation for Life (Mindfulness Book 1)


Scott Henderson - 2017
    Follow Proven Methods and Simple, Step-By-Step Guidelines to Improve your Motivation and Happiness, and Reduce Stress, Depression and Anxiety Today! Does it feel like you're being overwhelmed with all the tasks and activities you have to attend to in your life? How can anyone keep up in the fast-paced society of ours? The last thing that you'd be wanting to do is relax and slow down when there's so much going on. But this is exactly what you should do. In this title, you'll find out why, how and when it's best to settle your thoughts, and come out stronger with crystal clarity and well-being. Meditation is especially effective if you're dealing with depression, anxiety or chronic stress. It can increase your inner peace and motivation for life's every task. Here's A Preview Of What You'll Learn Why Meditation Is Important What Meditation Assists With Proving Its Effectiveness The Steps To Meditative Practices Long-Term Meditative Success Tips And Much, Much More! It's never too late to learn and to take action! This book contains no filler, no unnecessary stories or long-winded case studies; simply an explanation and methods to succeed.

Your Best Year Yet: 7 simple ways to shift your thinking and take charge of your life


Kelly Exeter - 2014
     Your Best Year Yet reveals 7 simple ways to shift your thinking so you can: • Make better decisions; • Form better habits; • Manage your time better; and • Be the very best version of you. ADVANCE PRAISE FOR YOUR BEST YEAR YET "Loved it! So easy to read…like talking to a wise friend…and so “now” and current. Thank you…will adjust my thinking!!" —Ashley B "This advice is gold and I love how you’ve made it easy to read." —Kylie s "Fantastic. I found it really made me think about how important my mindset is to each and every day. When I finished reading it, I felt like standing and ‘Woop Wooping’ like Julia Roberts!" —Jodi G NOW IT'S YOUR TURN TO HAVE YOUR BEST YEAR YET. LET'S GO!

Don't Make Me Think, Revisited: A Common Sense Approach to Web Usability


Steve Krug - 2000
    And it’s still short, profusely illustrated…and best of all–fun to read.If you’ve read it before, you’ll rediscover what made Don’t Make Me Think so essential to Web designers and developers around the world. If you’ve never read it, you’ll see why so many people have said it should be required reading for anyone working on Web sites.

Management 3.0: Leading Agile Developers, Developing Agile Leaders


Jurgen Appelo - 2010
    Unfortunately, reliable guidance on Agile management has been scarce indeed. Now, leading Agile manager Jurgen Appelo fills that gap, introducing a realistic approach to leading, managing, and growing your Agile team or organization. Writing for current managers and developers moving into management, Appelo shares insights that are grounded in modern complex systems theory, reflecting the intense complexity of modern software development. Appelo's Management 3.0 model recognizes that today's organizations are living, networked systems; and that management is primarily about people and relationships. Management 3.0 doesn't offer mere checklists or prescriptions to follow slavishly; rather, it deepens your understanding of how organizations and Agile teams work and gives you tools to solve your own problems. Drawing on his extensive experience as an Agile manager, the author identifies the most important practices of Agile management and helps you improve each of them. Coverage includes - Getting beyond "Management 1.0" control and "Management 2.0" fads - Understanding how complexity affects your organization - Keeping your people active, creative, innovative, and motivated - Giving teams the care and authority they need to grow on their own - Defining boundaries so teams can succeed in alignment with business goals - Sowing the seeds for a culture of software craftsmanship - Crafting an organizational network that promotes success - Implementing continuous improvement that actually works Thoroughly pragmatic-and never trendy-Jurgen Appelo's Management 3.0 helps you bring greater agility to any software organization, team, or project.

The Elements of Computing Systems: Building a Modern Computer from First Principles


Noam Nisan - 2005
    The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.

Clean Code: A Handbook of Agile Software Craftsmanship


Robert C. Martin - 2007
    But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.

Hands-On Machine Learning with Scikit-Learn and TensorFlow


Aurélien Géron - 2017
    Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details

Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

Build a Career in Data Science


Emily Robinson - 2020
    Industry experts Jacqueline Nolis and Emily Robinson lay out the soft skills you’ll need alongside your technical know-how in order to succeed in the field. Following their clear and simple instructions you’ll craft a resume that hiring managers will love, learn how to ace your interview, and ensure you hit the ground running in your first months at your new job. Once you’ve gotten your foot in the door, learn to thrive as a data scientist by handling high expectations, dealing with stakeholders, and managing failures. Finally, you’ll look towards the future and learn about how to join the broader data science community, leaving a job gracefully, and plotting your career path. With this book by your side you’ll have everything you need to ensure a rewarding and productive role in data science.

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.

Fix Tight Hip Flexors: The Ultimate At Home Cure


Lauren Bertolacci - 2013
    This means that they are involved in basic movements that we do every day like walking, running and leaning forward while sitting down, just to name a few. When this group of muscles get’s tight you are at a high risk for a lot of different problems. The great news is once you have identified the cause of your problem, you can get rid of the pain and tightness quickly. This book will take your through four key steps to ensure that you get rid of your tight hip flexors and keep them loose. The reasons may not be as simple as you think as this complex group of muscles does a lot of work in every day tasks. Bad posture, repetitive movements and weak muscles will also contribute to your issues. I'll teach you how to release your hip flexors and re-train your body effectively, no matter what the cause of your tight hips.Included are:Key stretches to release the hip flexors.Self massage on important areas to get a deeper release.Exercises that will take your hip flexors through a dynamic range of motion and stretch them actively.Postural exercises that will retrain your body so your hip flexors aren't working when they shouldn't.An understanding of what you need to do during the day to help your cause.A guide on how to put it all together effectively for your situation.

The Brain from Inside Out


György Buzsáki - 2019
    This 'outside-in' method fueled a generation of brain research and now must confront hidden assumptions about causation and concepts that may not hold neatly for systems that act and react.György Buzsáki's The Brain from Inside Out examines why the outside-in framework for understanding brain function has become stagnant and points to new directions for understanding neural function. Building upon the success of 2011's Rhythms of the Brain, Professor Buzsáki presents the brain as a foretelling device that interacts with its environment through action and the examination of action's consequence. Consider that our brains are initially filled with nonsense patterns, all of which are gibberish until grounded by action-based interactions. By matching these nonsense "words" to the outcomes of action, they acquire meaning. Once its circuits are "calibrated" by action and experience, the brain can disengage from its sensors and actuators, and examine "what happens if" scenarios by peeking into its own computation, a process that we refer to as cognition.The Brain from Inside Out explains why our brain is not an information-absorbing coding device, as it is often portrayed, but a venture-seeking explorer constantly controlling the body to test hypotheses. Our brain does not process information: it creates it.