Words That Work: It's Not What You Say, It's What People Hear


Frank Luntz - 2006
    With chapters like "The Ten Rules of Successful Communication" and "The 21 Words and Phrases for the 21st Century," he examines how choosing the right words is essential. Nobody is in a better position to explain than Frank Luntz: He has used his knowledge of words to help more than two dozen Fortune 500 companies grow. Hell tell us why Rupert Murdoch's six-billion-dollar decision to buy DirectTV was smart because satellite was more cutting edge than "digital cable," and why pharmaceutical companies transitioned their message from "treatment" to "prevention" and "wellness." If you ever wanted to learn how to talk your way out of a traffic ticket or talk your way into a raise, this book's for you.

Surviving AI: The promise and peril of artificial intelligence


Calum Chace - 2015
    If we get it right it will make humans almost godlike. If we get it wrong... well, extinction is not the worst possible outcome.“Surviving AI” is a concise, easy-to-read guide to what's coming, taking you through technological unemployment (the economic singularity) and the possible creation of a superintelligence (the technological singularity).Here's what some of the leading thinkers in the field have to say about it:A sober and easy-to-read review of the risks and opportunities that humanity will face from AI. Jaan Tallinn – co-founder of Skype Understanding AI – its promise and its dangers – is emerging as one of the great challenges of coming decades and this is an invaluable guide to anyone who’s interested, confused, excited or scared. David Shukman – BBC Science Editor We have recently seen a surge in the volume of scholarly analysis of this topic; Chace impressively augments that with this high-quality, more general-audience discussion. Aubrey de Grey – CSO of SENS Research Foundation; former AI researcher It's rare to see a book about the potential End of the World that is fun to read without descending into sensationalism or crass oversimplification. Ben Goertzel – chairman of Novamente LLC Calum Chace is a prescient messenger of the risks and rewards of artificial intelligence. In “Surviving AI” he has identified the most essential issues and developed them with insight and wit – so that the very framing of the questions aids our search for answers. Chace’s sensible balance between AI’s promise and peril makes “Surviving AI” an excellent primer for anyone interested in what’s happening, how we got here, and where we are headed. Kenneth Cukier – co-author of “Big Data” If you’re not thinking about AI, you’re not thinking.  “Surviving AI” combines an essential grounding in the state of the art with a survey of scenarios that will be discussed with equal vigor at cocktail parties and academic colloquia. Chris Meyer – author of “Blur”, “It’s Alive”, and “Standing on the Sun” The appearance of Calum Chace's book is of some considerable personal satisfaction to me, because it signifies the fact that the level of social awareness of the rise of massively intelligent machines has finally reached the mainstream. If you want to survive the next few decades, you cannot afford NOT to read Chace's book. Prof. Dr. Hugo de Garis – former director of the Artificial Brain Lab, Xiamen University, China “Surviving AI” is an exceptionally clear, well-researched and balanced introduction to a complex and controversial topic, and is a compelling read to boot. Seán Ó hÉigeartaigh – executive director of Cambridge Centre for the Study of Existential Risk In “Surviving AI”, Calum Chace provides a marvellously accessible guide to the swirls of controversy that surround discussion of what is likely to be the single most important event in human history - the emergence of artificial super

Graphic Design Rules: 365 Essential Design Dos and Don'ts


Sean Adams - 2012
    Every creative has their own individual approach, or more importantly their own combinations of the thousands of techniques one can apply when planning a new design project. But there are some dos and don'ts that always figure strongly in any heated debate about what one should or should not accept as the right way to create the best graphic design. Packed with practical advice but presented in a light-hearted fashion, Graphic Design Rules is the perfect book for the ever-growing group of non-designers who want some graphic design guidance.

The Art of Explanation - Making Your Ideas, Products and Services Easier to Understand


Lee LeFever - 2012
    Your product or service works beautifully - but something is missing. People just don’t see the big idea - and it’s keeping you from being successful. Your idea has an explanation problem.The Art of Explanation is for business people, educators and influencers who want to improve their explanation skills and start solving explanation problems.Author Lee LeFever is the founder of Common Craft, a company known around the world for making complex ideas easy to understand through short animated videos. He is your guide to helping audiences fall in love with your ideas, products or services through better explanations in any medium. You will learn to:• Plan: Learn explanation basics, what causes them to fail and how to diagnose explanation problems.• Package: Using simple elements, create an explanation strategy that builds confidence and motivates your audience. • Present: Produce remarkable explanations with visuals and media. The Art of Explanation is your invitation to become an explanation specialist and see why explanation is now a fundamental skill for professionals.

Best Answers to the 201 Most Frequently Asked Interview Questions


Matthew J. DeLuca - 1996
    Where do you see yourself in five years? All job seekers face a barrage of questions. This book contains 201 answers and approaches to interview questions.

Python Machine Learning


Sebastian Raschka - 2015
    We are living in an age where data comes in abundance, and thanks to the self-learning algorithms from the field of machine learning, we can turn this data into knowledge. Automated speech recognition on our smart phones, web search engines, e-mail spam filters, the recommendation systems of our favorite movie streaming services – machine learning makes it all possible.Thanks to the many powerful open-source libraries that have been developed in recent years, machine learning is now right at our fingertips. Python provides the perfect environment to build machine learning systems productively.This book will teach you the fundamentals of machine learning and how to utilize these in real-world applications using Python. Step-by-step, you will expand your skill set with the best practices for transforming raw data into useful information, developing learning algorithms efficiently, and evaluating results.You will discover the different problem categories that machine learning can solve and explore how to classify objects, predict continuous outcomes with regression analysis, and find hidden structures in data via clustering. You will build your own machine learning system for sentiment analysis and finally, learn how to embed your model into a web app to share with the world

Cost Accounting


William K. Carter - 2005
    Cost Accounting, 14e demonstrates the fundamentals and logic of alternative accounting systems and methods. The text emphasizes the use of accounting information in planning and controlling business systems, and in supporting a variety of management decisions. Cost Accounting, 14e aso offers specific consideration to decision-making and human behavioral matters.

The Robert C. Martin Clean Code Collection (Collection)


Robert C. Martin - 2011
    Martin Clean Code Collection consists of two bestselling eBooks:Clean Code: A Handbook of Agile Software Craftmanship The Clean Coder: A Code of Conduct for Professional Programmers In Clean Code, legendary software expert Robert C. 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. You will be challenged to think about what's right about that code and what's wrong with it. More important, you will be challenged to reassess your professional values and your commitment to your craft. In The Clean Coder, Martin introduces the disciplines, techniques, tools, and practices of true software craftsmanship. This book is packed with practical advice--about everything from estimating and coding to refactoring and testing. It covers much more than technique: It is about attitude. Martin shows how to approach software development with honor, self-respect, and pride; work well and work clean; communicate and estimate faithfully; face difficult decisions with clarity and honesty; and understand that deep knowledge comes with a responsibility to act. Readers of this collection will come away understandingHow 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 What it means to behave as a true software craftsman How to deal with conflict, tight schedules, and unreasonable managers How to get into the flow of coding and get past writer's block How to handle unrelenting pressure and avoid burnout How to combine enduring attitudes with new development paradigms How to manage your time and avoid blind alleys, marshes, bogs, and swamps How to foster environments where programmers and teams can thrive When to say "No"--and how to say it When to say "Yes"--and what yes really means

Shocking Career Secrets - Basic Edition


Ryan Firestorm - 2013
    These secrets will help you get great salary raises, get selected in a job interview, & even get a promotion easily. Here are the closely-guarded secrets that will be revealed in this never-before disclosure. Career Secret # 1: Why would you be fired? Can you avoid the dreaded Pink Slip? And why the most-beloved perk 'Work From Home' is the surest ticket out of the company? For the first time ever, you will be taken behind the scenes of a mass-firing (multiple layoffs). You will understand what prompts a company to fire its loyal employees (this means you). And the biggest insider secret... if you are Working from Home, why you will get laid off in the next few months. You will also learn how to protect your job & make yourself almost 'fire'proof. Career Secret # 2: Job sites are utterly useless Sick and tired of job hunting? Learn why job sites are utterly useless & where you need to focus your energies for a job search. This one strategy will increase your probability of getting a job from a measly 1% to a stunning 60%. Career Secret # 3: Your experience or skills doesn't matter in an Interview! Did you know that your experience or skills doesn't count for the hiring manager? What is the recruiter really looking for? It's this one little thing... Career Secret # 4: Your manager doesn't care what you did the whole year Are you surprised? Or did I confirm what you already suspected? Is everything you are doing in your job, all in vain? Not yet. This secret will tell you how to get on your manager's radar. Career Secret # 5: Appraisal ratings and increments are your manager's headache. Here's how to force your manager to give you a fat paycheck. There is a ton of information on salary negotiation during a job interview. What about salary negotiation during a performance review? This secret will tell you the simplest & easiest way to rate your own performance. And how to make an epic presentation that will force your manager to grudgingly give you a great rating & an excellent salary raise.

Becoming a Coaching Leader: The Proven Strategy for Building a Team of Champions


Daniel S. Harkavy - 2007
    This book equips you with the skills, disciplines, and knowledge to turn your paycheck-driven teams into vibrant and successful growth cultures. CEO and Head Coach of Building Champions, Daniel Harkavy shows you how to move beyond the theoretical to the very practical how to of coaching. He also presents valuable insight for assessing how fulfilled and on-purpose you are as a leader.

How to Improve Your Foreign Language Immediately


Boris Shekhtman - 2003
    The devices presented allow the speaker of a foreign language to demonstrate the level of his/her language more impressively. These techniques were developed and tested by the author with adult professionals in such varied fields as journalism, diplomacy, government, and international business.

Epidemiology: An Introduction


Kenneth J. Rothman - 2002
    These areas of knowledge have converged into a modern theory of epidemiology that has been slow to penetrate into textbooks, particularly at the introductory level. Epidemiology: An Introduction closes the gap. It begins with a brief, lucid discussion of causal thinking and causal inference and then takes the reader through the elements of epidemiology, focusing on the measures of disease occurrence and causal effects. With these building blocks in place, the reader learns how to design, analyze and interpret problems that epidemiologists face, including confounding, the role of chance, and the exploration of interactions. All these topics are layered on the foundation of basic principles presented in simple language, with numerous examples and questions for further thought.

Numsense! Data Science for the Layman: No Math Added


Annalyn Ng - 2017
    Sold in over 85 countries and translated into more than 5 languages.---------------Want to get started on data science?Our promise: no math added.This book has been written in layman's terms as a gentle introduction to data science and its algorithms. Each algorithm has its own dedicated chapter that explains how it works, and shows an example of a real-world application. To help you grasp key concepts, we stick to intuitive explanations and visuals.Popular concepts covered include:- A/B Testing- Anomaly Detection- Association Rules- Clustering- Decision Trees and Random Forests- Regression Analysis- Social Network Analysis- Neural NetworksFeatures:- Intuitive explanations and visuals- Real-world applications to illustrate each algorithm- Point summaries at the end of each chapter- Reference sheets comparing the pros and cons of algorithms- Glossary list of commonly-used termsWith this book, we hope to give you a practical understanding of data science, so that you, too, can leverage its strengths in making better decisions.

The Chambers Dictionary


Ian Brookes - 1901
    It contains a wealth of appendices with information from chemical elements to first names, and the plays of Shakespeare to the Greek and Hebrew alphabets. This edition contains definitions of more than 500 new words.

English Phonetics and Phonology


Peter Roach - 1983
    Recognised as the most practical and comprehensive text in the field of phonetics, this third edition of English Phonetics and Phonology includes revised transcriptions, a wider discussion of different varieties of English and an updated treatment of intonation.