Book picks similar to
Behavior-Based Robotics by Ronald C. Arkin
robotics
robots
reference
university-books
A Gift of Fire: Social, Legal, and Ethical Issues for Computers and the Internet
Sara Baase - 1996
It covers the issues students will face both as members of a technological society and as professionals in computer-related fields. One of its goals is to develop computer professionals who understand the implications of what they create and how it fits into society at large-another is to bring these issues to the attention of students outside of computer science.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
Clinical Chemistry: Techniques, Principles, Correlations
Michael L. Bishop - 1985
All chapters have been thoroughly updated with the latest information as well as new case studies, practice questions, and exercises. This latest edition not only covers the how of clinical testing but also places greater emphasis on the what, why, and when in order to meet the needs of today's clinical laboratorians. A companion Website offers the full text online, objectives, a quiz bank, flashcards, glossary, and appendices for students and improved instructor's resources.
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
Purely Functional Data Structures
Chris Okasaki - 1996
However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
The Real World: An Introduction to Sociology
Kerry O. Ferris - 2008
With a clever mix of popular culture, everyday life, and extensive student activities, The Real World fully realizes sociology's unique ability to stimulate students intellectually as well as resonate with them personally.
Netter's Anatomy Flash Cards [with Student Consult Online Access]
John T. Hansen - 2011
This 4th Edition contains full-color illustrations from Netter's Atlas of Human Anatomy, 6th Edition paired with concise text identifying those structures and reviewing relevant anatomical information and clinical correlations. Online access at studentconsult lets you review anatomy from any computer, plus additional "bonus" cards and over 300 multiple-choice questions.A perfect study aid and complement to Netter's Clinical Anatomy, 3rd Edition?concise text and the Netter/Atlas of Human Anatomy, 6th Edition.Netter. It's how you know.
Corporate Communication: A Guide to Theory and Practice
Joep P. Cornelissen - 2008
The book focuses correctly on the strategic management perspective necessary for an understanding of this area. It will be of enormous help to practitioners and academics in their quest to understand what may well be the most important functional area for most corporations in the coming years′ -
Paul A Argenti, Professor of Management and Corporate Communication, The Tuck School of Business at Dartmouth, USA
`This is the text that practitioners, academics, and students in corporate communications have been waiting for. The book is accessible, comprehensive and is well balanced in discussing both theoretical and practical perspectives upon corporate communications. It is simply a must-read for those who want to be at the cutting edge of corporate communications′
- Phil Harris, Professor of Marketing, University of Otago and International Director of the European Centre for Public Affairs in Brussels
Manufacturing Engineering and Technology
Serope Kalpakjian - 2000
Manufacturing Engineering and Technology describes both time-tested and modern methods of manufacturing engineering materials, and sets the standard for introducing readers to the scope and variety of manufacturing processes.
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.
Python Tricks: A Buffet of Awesome Python Features
Dan Bader - 2017
Discover the “hidden gold” in Python’s standard library and start writing clean and Pythonic code today.
Who Should Read This Book:
If you’re wondering which lesser known parts in Python you should know about, you’ll get a roadmap with this book. Discover cool (yet practical!) Python tricks and blow your coworkers’ minds in your next code review.
If you’ve got experience with legacy versions of Python, the book will get you up to speed with modern patterns and features introduced in Python 3 and backported to Python 2.
If you’ve worked with other programming languages and you want to get up to speed with Python, you’ll pick up the idioms and practical tips you need to become a confident and effective Pythonista.
If you want to make Python your own and learn how to write clean and Pythonic code, you’ll discover best practices and little-known tricks to round out your knowledge.
What Python Developers Say About The Book:
"I kept thinking that I wished I had access to a book like this when I started learning Python many years ago." — Mariatta Wijaya, Python Core Developer"This book makes you write better Python code!" — Bob Belderbos, Software Developer at Oracle"Far from being just a shallow collection of snippets, this book will leave the attentive reader with a deeper understanding of the inner workings of Python as well as an appreciation for its beauty." — Ben Felder, Pythonista"It's like having a seasoned tutor explaining, well, tricks!" — Daniel Meyer, Sr. Desktop Administrator at Tesla Inc.
Kindle Fire HD Manual - Learn how to use your Amazon Tablet, Find new releases, Free Books, Download Youtube Videos, the Best Apps and other Fiery Hot Tips!
David Garcia - 2012
Breaking Down Breaking Bad: Unpeeling the Layers of Television's Greatest Drama
Eric San Juan - 2013
The idea that his foray into meth production was not merely a dalliance with darkness, but was actually a full-blown awakening intrigued us. And most of all, the idea that we came to have no respect for the protagonist of our favorite show utterly fascinated us.We couldn’t look away.Breaking Down Breaking Bad attempts to poke into the dark corners of Walter White’s mind, explore the traits that make this show special, and revels in the joy of what is arguably the best drama ever to appear on television. In doing so, it also peels back the layers of what makes characters like Jesse Pinkman tick, explores why we were so drawn to characters like Gus Fring and Mike Ehrmantraut, and relives some of the greatest moments of this already legendary show.Because the show may be gone, but the conversation about it certainly isn’t.Eric San Juan is the coauthor of A Year of Hitchcock (Scarecrow Press 2009) and Hitchcock’s Villains (Scarecrow Press 2013), as well as Geek Wisdom (Quirk Books 2011) and other books. Before Breaking Bad came along, he thought Deadwood was the greatest thing since sliced bread. He still thinks it’s pretty damn good.
Trauma Nursing Core Course Provider Manual ( Tncc )
Emergency Nurses Association - 2004
Emphasis is placed on the standardized and systematic process for initial assessment. It is the intent of the TNCC to enhance the nurse's ability to rapidly and accurately assess the patient's responses to the trauma event and to work within the context of a trauma team. It is anticipated that the knowledge and skills learned in the TNCC will ultimately contribute to a decrease in the morbidity and mortality associated with trauma. This Revised Printing of the new Sixth Edition of the TNCC's Provider Manual had been updated by members of the TNCC Revision Workgroup and trauma nursing experts in both the United States and internationally.