Elements of the Theory of Computation


Harry R. Lewis - 1981
    The authors are well-known for their clear presentation that makes the material accessible to a a broad audience and requires no special previous mathematical experience. KEY TOPICS: In this new edition, the authors incorporate a somewhat more informal, friendly writing style to present both classical and contemporary theories of computation. Algorithms, complexity analysis, and algorithmic ideas are introduced informally in Chapter 1, and are pursued throughout the book. Each section is followed by problems.

Code: The Hidden Language of Computer Hardware and Software


Charles Petzold - 1999
    And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.

Fundamentals of Computer Graphics


Peter Shirley - 2002
    It presents the mathematical foundations of computer graphics with a focus on geometric intuition, allowing the programmer to understand and apply those foundations to the development of efficient code. - The fundamental mathematics used in graphics programs - The basics of the graphics pipeline - BSP trees - Ray tracing - Surface shading - Texture mapping Advanced topics include: - Curves and surfaces - Color science - Global illumination - Reflection models - Image-based rendering - Visualization Extensive exercises and references for further reading enhance each chapter. An introduction for novices---a refresher for professionals.

Teaching Math with Google Apps: 50 G Suite Activities


Alice Keeler - 2017
    Bringing technology into the classroom is about so much more than replacing overhead projectors and chalkboards with Smart Boards. Unfortunately, as Stanford Professor Jo Boaler says, “We are in the twenty-first century, but visitors to many math classrooms could be forgiven for thinking they had stepped back in time and walked into the Victorian era.” But that’s all about to change . . . In Teaching Math with Google Apps, author-educators Alice Keeler and Diana Herrington reveal more than 50 ways teachers can use technology in math classes. The goal isn’t using tech for tech’s sake; rather, it’s to help students develop critical-thinking skills and learn how to apply mathematical concepts to real life. Memorization and speed tests seem irrelevant to students who can find the solution to almost any math problem with a tap of the finger. But today’s digital tools allow teachers to make math relevant. Specifically, Google Apps give teachers the opportunity to interact with students in more meaningful ways than ever before, and G Suite empowers students to stretch their thinking and their creativity as they collaborate, explore, and learn. Teaching Math with Google Apps shows you how to: Create engaging activities that make math relevant to your students Interact with students throughout the learning process Spend less time repeating instructions and grading work Improve your lessons so you can better meet your students’ needs Packed with lesson ideas, links to downloadable templates, step-by-step instructions, and resources, Teaching Math with Google Apps equips you to bring your math class into the twenty-first century with easy-to-use technology. What are you waiting for?

Organic Chemistry II as a Second Language


David R. Klein - 2005
    It explores the critical concepts while also examining why they are relevant. The core content is presented within the framework of predicting products, proposing mechanisms, and solving synthesis problems. Readers will fine-tune the key skills involved in solving those types of problems with the help of interactive, step-by-step instructions and problems.

Linear Algebra and Its Applications


Gilbert Strang - 1976
    While the mathematics is there, the effort is not all concentrated on proofs. Strang's emphasis is on understanding. He explains concepts, rather than deduces. This book is written in an informal and personal style and teaches real mathematics. The gears change in Chapter 2 as students reach the introduction of vector spaces. Throughout the book, the theory is motivated and reinforced by genuine applications, allowing pure mathematicians to teach applied mathematics.

Physics for Scientists and Engineers


Douglas C. Giancoli - 1988
    For the calculus-based General Physics course primarily taken by engineers and scientists.

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.

Itil for Dummies, 2011 Edition


Peter Farenden - 2012
    It breaks down the 5 stages of the service lifecycle into digestible chunks, helping you to ensure that customers receive the best possible IT experience. Whether readers need to identify their customers' needs, design and implement a new IT service, or monitor and improve an existing service, this official guide provides a support framework for IT-related activities and the interactions of IT technical personnel with business customers and users.Understanding how ITIL can help you Getting to grips with ITIL processes and the service lifecycle Implementing ITIL into your day to day work Learn key skills in planning and carrying out design and implementation projects

Practical Vim: Edit Text at the Speed of Thought


Drew Neil - 2012
    It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7

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

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

Let Over Lambda


Doug Hoyte - 2008
    Starting with the fundamentals, it describes the most advanced features of the most advanced language: Common Lisp. Only the top percentile of programmers use lisp and if you can understand this book you are in the top percentile of lisp programmers. If you are looking for a dry coding manual that re-hashes common-sense techniques in whatever langue du jour, this book is not for you. This book is about pushing the boundaries of what we know about programming. While this book teaches useful skills that can help solve your programming problems today and now, it has also been designed to be entertaining and inspiring. If you have ever wondered what lisp or even programming itself is really about, this is the book you have been looking for.

Harry the K: The Remarkable Life of Harry Kalas


Randy Miller - 2010
    To millions of football fans across America, he was the “Voice of the NFL.” And as open and giving as Harry Kalas was throughout his professional and personal life, there are countless layers of the man that have remained unknown . . . until now. Author Randy Miller interviewed more than 160 people—including all of Harry’s surviving family, many of his close friends from childhood to present, numerous colleagues from baseball and the NFL, and even Harry’s longtime personal psychologist—to craft a loving and shockingly honest portrayal of one of the most celebrated broadcasters in the history of sports. With incredible details from all phases of his life—from his upbringing in the Chicago suburbs, to his Hall of Fame broadcasting career in baseball, to his ubiquitous voiceover work with the NFL, to his personal vices for drinking and women, to his legendary friendship with Richie “Whitey” Ashburn, to his ongoing feud with on-air partner Chris Wheeler— Harry the K: The Remarkable Life of Harry Kalas will surprise, delight, and enlighten all fans of the man they called “Harry the K.”

Innovation: The Five Disciplines for Creating What Customers Want


Curtis R. Carlson - 2006
    . . And here's what you can do about it on Monday morning with the definitive how-to book from the world's leading authority on innovationWhen it comes to innovation, Curt Carlson and Bill Wilmot of SRI International know what they are talking about--literally. SRI has pioneered innovations that day in and day out are part of the fabric of your life, such as:-The computer mouse and the personal computer interface you use at home and work-The high-definition television in your living room-The unusual numbers at the bottom of your checks that enable your bank to maintain your account balance correctly-The speech-recognition system used by your financial services firm when you call for your account balance or to make a transaction.Each of these innovations--and literally hundreds of others--created new value for customers. And that's the central message of this book. Innovation is not about inventing clever gadgets or just "creativity." It is the successful creation and delivery of a new or improved product or service that provides value for your customer and sustained profit for your organization. The first black-and-white television, for example, was just an interesting, cool invention until David Sarnoff created an innovation--a network--that delivered programming to an audience.The genius of this book is that it provides the "how" of innovation. It makes innovation practical by getting two groups who are often disconnected--the managers who make decisions and the people on the front lines who create the innovations--onto the same page. Instead of smart people grousing about the executive suite not recognizing a good idea if they tripped over it and the folks on the top floor wondering whether the people doing the complaining have an understanding of market realities, Carlson and Wilmot's five disciplines of innovation focus attention where it should be: on the creation of valuable new products and services that meet customer needs.Innovation is not just for the "lone genius in the garage" but for you and everyone in your enterprise. Carlson and Wilmot provide a systematic way to make innovation practical, one intimately tied to the way things get done in your business.Teamwork isn't enough; Creativity isn't enough; A new product idea isn't enoughTrue innovation is about delivering value to customers. Innovation reveals the value-creating processes used by SRI International, the organization behind the computer mouse, robotic surgery, and the domain names .com, .org, and .gov. Curt Carlson and Bill Wilmot show you how to use these practical, tested processes to create great customer value for your organization.