Design Thinking Workshop: The 12 Indispensable Elements for a Design Thinking Workshop


Pauline Tonhauser - 2016
    In this e-book you will learn what exactly is needed to run a successful Design Thinking Workshop which is fun and at the same time generates great results. In this e-book Pauline Tonhauser, founder of designthinkingcoach.de, shares her best practices.

The Fireman's Wife


Susan Farren - 2006
    Having herself spent several years as a paramedic, she knew too well the dangers of the emergency profession. But as fate would have it, she met Dan -- and everything changed. Suddenly she was married to a man who had wanted to be a fireman ever since he was a child, and she found herself faced with the sacrifices and struggles that accompany this challenging career. Being a fireman's wife meant relocating her family, living without her husband for days at a time, and wondering every time she heard a siren if he would make it home safely. Ultimately, it also meant receiving the phone call every fireman's wife fears may come: the news that her husband had been in an accident.Susan speaks on behalf of thousands of firemen's wives nationwide -- the women who hold down the fort while their husbands are on the job. Their sacrifice is our gain, and for the first time, this book tells their story.

The Good Listener


James E. Sullivan - 2000
    Readers learn the effects that their listening has on others and insight into the effects that the listening skills of others have upon them.

Mostly Harmless Econometrics: An Empiricist's Companion


Joshua D. Angrist - 2008
    In the modern experimentalist paradigm, these techniques address clear causal questions such as: Do smaller classes increase learning? Should wife batterers be arrested? How much does education raise wages? Mostly Harmless Econometrics shows how the basic tools of applied econometrics allow the data to speak.In addition to econometric essentials, Mostly Harmless Econometrics covers important new extensions--regression-discontinuity designs and quantile regression--as well as how to get standard errors right. Joshua Angrist and Jorn-Steffen Pischke explain why fancier econometric techniques are typically unnecessary and even dangerous. The applied econometric methods emphasized in this book are easy to use and relevant for many areas of contemporary social science.An irreverent review of econometric essentials A focus on tools that applied researchers use most Chapters on regression-discontinuity designs, quantile regression, and standard errors Many empirical examples A clear and concise resource with wide applications

Programming Collective Intelligence: Building Smart Web 2.0 Applications


Toby Segaran - 2002
    With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it.Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains:Collaborative filtering techniques that enable online retailers to recommend products or media Methods of clustering to detect groups of similar items in a large dataset Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm Optimization algorithms that search millions of possible solutions to a problem and choose the best one Bayesian filtering, used in spam filters for classifying documents based on word types and other features Using decision trees not only to make predictions, but to model the way decisions are made Predicting numerical values rather than classifications to build price models Support vector machines to match people in online dating sites Non-negative matrix factorization to find the independent features in a dataset Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details."-- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths."-- Tim Wolters, CTO, Collective Intellect

A Whirlwind Tour of Python


Jake Vanderplas - 2016
    This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more

Statistics for Psychology


Arthur Aron - 1993
    This approach constantly reminds students of the logic behind what they are learning, and each procedure is taught both verbally and numerically, which helps to emphasize the concepts. Thoroughly revised, with new content and many new practice examples, this text takes the reader from basic procedures through analysis of variance (ANOVA). Students cover statistics and also learn to read and inderstand research articles. - SPSS examplesincluded with each procedure - Dozens of examples updated (especially the in-the-research-literature ones) - Reorganization - The self-contained chapters on correlation and regression have been moved after t-test and analysis of variance - Emphasis on definitional formulas - As opposed to computational formulas - Practical, up-to-date excerpts - For each procedure, the text explains how results are described in research articles. example being described in each way - Interesting examples throughout - Often include studies of or by researchers of diverse ethnicities - Complete package of ancillary materials - A web page with additional practice problems and extensive interactive study materials, plus four mini chapters covering additional material not in the text, a very substantial test bank; an instructors' manual that provides sample syllabi, lecture outlines, and ready-to-copy (or download) power-point slides or transparencies with examples not in the book; and a very complete students' study guide that also provides a thorough workbook for using SPSS with this book.

R in a Nutshell: A Desktop Quick Reference


Joseph Adler - 2009
    R in a Nutshell provides a quick and practical way to learn this increasingly popular open source language and environment. You'll not only learn how to program in R, but also how to find the right user-contributed R packages for statistical modeling, visualization, and bioinformatics.The author introduces you to the R environment, including the R graphical user interface and console, and takes you through the fundamentals of the object-oriented R language. Then, through a variety of practical examples from medicine, business, and sports, you'll learn how you can use this remarkable tool to solve your own data analysis problems.Understand the basics of the language, including the nature of R objectsLearn how to write R functions and build your own packagesWork with data through visualization, statistical analysis, and other methodsExplore the wealth of packages contributed by the R communityBecome familiar with the lattice graphics package for high-level data visualizationLearn about bioinformatics packages provided by Bioconductor"I am excited about this book. R in a Nutshell is a great introduction to R, as well as a comprehensive reference for using R in data analytics and visualization. Adler provides 'real world' examples, practical advice, and scripts, making it accessible to anyone working with data, not just professional statisticians."

Data Science at the Command Line: Facing the Future with Time-Tested Tools


Jeroen Janssens - 2014
    You'll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.To get you started--whether you're on Windows, OS X, or Linux--author Jeroen Janssens introduces the Data Science Toolbox, an easy-to-install virtual environment packed with over 80 command-line tools.Discover why the command line is an agile, scalable, and extensible technology. Even if you're already comfortable processing data with, say, Python or R, you'll greatly improve your data science workflow by also leveraging the power of the command line.Obtain data from websites, APIs, databases, and spreadsheetsPerform scrub operations on plain text, CSV, HTML/XML, and JSONExplore data, compute descriptive statistics, and create visualizationsManage your data science workflow using DrakeCreate reusable tools from one-liners and existing Python or R codeParallelize and distribute data-intensive pipelines using GNU ParallelModel data with dimensionality reduction, clustering, regression, and classification algorithms

Machine Learning


Tom M. Mitchell - 1986
    Mitchell covers the field of machine learning, the study of algorithms that allow computer programs to automatically improve through experience and that automatically infer general laws from specific data.

Action Research


Ernest T. Stringer - 1996
    Updated web links and expanded appendices provide cutting edge information on action research along with new case studies and examples.

Deep Learning


Ian Goodfellow - 2016
    Because the computer gathers knowledge from experience, there is no need for a human computer operator to formally specify all the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones; a graph of these hierarchies would be many layers deep. This book introduces a broad range of topics in deep learning.The text offers mathematical and conceptual background, covering relevant concepts in linear algebra, probability theory and information theory, numerical computation, and machine learning. It describes deep learning techniques used by practitioners in industry, including deep feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling, and practical methodology; and it surveys such applications as natural language processing, speech recognition, computer vision, online recommendation systems, bioinformatics, and videogames. Finally, the book offers research perspectives, covering such theoretical topics as linear factor models, autoencoders, representation learning, structured probabilistic models, Monte Carlo methods, the partition function, approximate inference, and deep generative models.Deep Learning can be used by undergraduate or graduate students planning careers in either industry or research, and by software engineers who want to begin using deep learning in their products or platforms. A website offers supplementary material for both readers and instructors.

Side by Side: Student Book 2


Steven J. Molinsky - 2001
    Molinsky and Bill Bliss, is a dynamic, all-skills program that integrates conversation practice, reading, writing, and listening -- all in a light-hearted, fun, and easy-to-use format that has been embraced by students and teachers worldwide. This four-level program promotes native communication between students ... practicing speaking together "side by side." Features of the Third Edition Vocabulary Preview sections in every chapter introduce key words in a lively picture dictionary format. "How to Say It " lessons highlight communication strategies. Pronunciation exercises provide models for practicing authentic pronunciation, stress, and intonation. "Side by Side Gazette" "magazine-style" pages offer feature articles, fact files, vocabulary expansion, cross-cultural topics through photos, authentic listening activities, e-mail exchanges, and humorous cartoons for role-playing. All-new illustrations are lively, light-hearted, and richly detailed to offer students language practice that is contextualized and fun. The core components include Student Books, Teacher's Guides, Activity Workbooks, Activity & Test Prep Workbooks, Communication Games and Activity Masters, audio programs, combined split editions (Student Book and Workbook lessons combined), a testing program, and picture cards.

Kaiser: The Greatest Footballer Never To Play Football


Rob Smyth - 2018
    He’s the most loveable of rogues with the most common of dreams: to become a professional footballer. And he isn’t about to let trivial details like talent and achievement stand in his way. . . not when he has so many other ways to get what he wants.In one of the most remarkable football stories ever told, Kaiser graduates from abandoned slumdog to star striker, dressing-room fixer, superstar party host and inexhaustible lover. And all without kicking a ball. He’s not just the king… he’s the Kaiser.

Storytelling with Data: A Data Visualization Guide for Business Professionals


Cole Nussbaumer Knaflic - 2015
    You'll discover the power of storytelling and the way to make data a pivotal point in your story. The lessons in this illuminative text are grounded in theory, but made accessible through numerous real-world examples--ready for immediate application to your next graph or presentation.Storytelling is not an inherent skill, especially when it comes to data visualization, and the tools at our disposal don't make it any easier. This book demonstrates how to go beyond conventional tools to reach the root of your data, and how to use your data to create an engaging, informative, compelling story. Specifically, you'll learn how to:Understand the importance of context and audience Determine the appropriate type of graph for your situation Recognize and eliminate the clutter clouding your information Direct your audience's attention to the most important parts of your data Think like a designer and utilize concepts of design in data visualization Leverage the power of storytelling to help your message resonate with your audience Together, the lessons in this book will help you turn your data into high impact visual stories that stick with your audience. Rid your world of ineffective graphs, one exploding 3D pie chart at a time. There is a story in your data--Storytelling with Data will give you the skills and power to tell it!