Book picks similar to
The Singularity is Coming: The Artificial Intelligence Explosion by Tony Thorne
ai
science
non-fiction
technology
Intelligence in the Flesh: Why Your Mind Needs Your Body Much More Than It Thinks
Guy Claxton - 2015
In his provocative new book, Guy Claxton draws on the latest findings in neuroscience and psychology to reveal how our bodies—long dismissed as mere conveyances—actually constitute the core of our intelligent life. From the endocrinal means by which our organs communicate to the instantaneous decision-making prompted by external phenomena, our bodies are able to perform intelligent computations that we either overlook or wrongly attribute to our brains. Embodied intelligence is one of the most exciting areas in contemporary philosophy and neuropsychology, and Claxton shows how the privilege given to cerebral thinking has taken a toll on modern society, resulting in too much screen time, the diminishment of skilled craftsmanship, and an overvaluing of white-collar over blue-collar labor. Discussing techniques that will help us reconnect with our bodies, Claxton shows how an appreciation of the body’s intelligence will enrich all our lives.
Digital Transformation: Survive and Thrive in an Era of Mass Extinction
Thomas M. Siebel - 2019
He shows how leading enterprises such as Enel, 3M, Royal Dutch Shell, the U.S. Department of Defense, and others are applying AI and IoT with stunning results. Digital Transformation is the guidebook every business and government leader needs to survive and thrive in the new digital age.
Breaking and Entering: The Extraordinary Story of a Hacker Called "Alien"
Jeremy N. Smith - 2019
When she arrived at MIT in the 1990s, Alien was quickly drawn to the school’s tradition of high‑risk physical trespassing: the original “hacking.” Within a year, one of her hallmates was dead and two others were arraigned. Alien’s adventures were only just beginning. After a stint at the storied, secretive Los Alamos National Laboratory, Alien was recruited by a top cybersecurity firm where she deployed her cache of virtual weapons—and the trespassing and social engineering talents she had developed while “hacking” at MIT. The company tested its clients’ security by every means possible—not just coding, but donning disguises and sneaking past guards and secretaries into the C‑suite. Alien now runs a boutique hacking outfit that caters to some of the world’s biggest and most vulnerable institutions—banks, retailers, government agencies. Her work combines devilish charm, old‑school deception, and next generation spycraft. In Breaking and Entering, cybersecurity finally gets the rich, character‑driven, fast-paced treatment it deserves.
Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft
G. Pascal Zachary - 1994
Describes the five-year, 150 million dollar project Microsoft undertook to develop an advanced PC operating system.
All of Statistics: A Concise Course in Statistical Inference
Larry Wasserman - 2003
But in spirit, the title is apt, as the book does cover a much broader range of topics than a typical introductory book on mathematical statistics. This book is for people who want to learn probability and statistics quickly. It is suitable for graduate or advanced undergraduate students in computer science, mathematics, statistics, and related disciplines. The book includes modern topics like nonparametric curve estimation, bootstrapping, and clas- sification, topics that are usually relegated to follow-up courses. The reader is presumed to know calculus and a little linear algebra. No previous knowledge of probability and statistics is required. Statistics, data mining, and machine learning are all concerned with collecting and analyzing data. For some time, statistics research was con- ducted in statistics departments while data mining and machine learning re- search was conducted in computer science departments. Statisticians thought that computer scientists were reinventing the wheel. Computer scientists thought that statistical theory didn't apply to their problems. Things are changing. Statisticians now recognize that computer scientists are making novel contributions while computer scientists now recognize the generality of statistical theory and methodology. Clever data mining algo- rithms are more scalable than statisticians ever thought possible. Formal sta- tistical theory is more pervasive than computer scientists had realized.
Artificial Intelligence and Machine Learning for Business: A No-Nonsense Guide to Data Driven Technologies
Steven Finlay - 2021
They are being applied across many industries to increase profits, reduce costs, save lives and improve customer experiences. Consequently, organizations that understand these tools and know how to use them are benefiting at the expense of their rivals.Artificial Intelligence and Machine Learning for Business cuts through the hype and technical jargon that is often associated with these subjects. It delivers a simple and concise introduction for managers and business people. The focus is on practical application and how to work with technical specialists (data scientists) to maximize the benefits of these technologies.This revised and fully updated edition contains several new sections and chapters, covering a broader set of topics than before, but retains the no-nonsense style of the original.Steven Finlay is a data scientist and author with more than 20 years’ experience of developing practical, business focused, analytical solutions. He holds a PhD in management science and is an honorary research fellow at Lancaster University in the UK.
Game Theory at Work: How to Use Game Theory to Outthink and Outmaneuver Your Competition
James D. Miller - 2003
It has also often required oppressive and incomprehensible mathematics. Game Theory at Work steers around math and pedagogy to make this innovative tool accessible to a larger audience and allow all levels of business to use it to both improve decision-making skills and eliminate potentially lethal uncertainty.This proven tool requires everyone in an organization to look at the competition, guage his or her own responses to their actions, and then establish an appropriate strategy. Game Theory at Work will help business leaders at all levels improve their overall performance in:NegotiatingDecision makingEstablishing strategic alliancesMarketingPositioningBrandingPricing
Tools for Thought: The History and Future of Mind-Expanding Technology
Howard Rheingold - 1985
C. R. Licklider, Doug Engelbart, Bob Taylor, and Alan Kay.The digital revolution did not begin with the teenage millionaires of Silicon Valley, claims Howard Rheingold, but with such early intellectual giants as Charles Babbage, George Boole, and John von Neumann. In a highly engaging style, Rheingold tells the story of what he calls the patriarchs, pioneers, and infonauts of the computer, focusing in particular on such pioneers as J. C. R. Licklider, Doug Engelbart, Bob Taylor, and Alan Kay. Taking the reader step by step from nineteenth-century mathematics to contemporary computing, he introduces a fascinating collection of eccentrics, mavericks, geniuses, and visionaries.The book was originally published in 1985, and Rheingold's attempt to envision computing in the 1990s turns out to have been remarkably prescient. This edition contains an afterword, in which Rheingold interviews some of the pioneers discussed in the book. As an exercise in what he calls retrospective futurism, Rheingold also looks back at how he looked forward.
Robots Will Steal Your Job, But That's OK: How to Survive the Economic Collapse and Be Happy
Federico Pistono - 2012
You think you are special, unique, and that whatever it is that you are doing is impossible to replace. You are wrong. As we speak, millions of algorithms created by computer scientists are frantically running on servers all over the world, with one sole purpose: do whatever humans can do, but better.That is the argument for a phenomenon called technological unemployment, one that is pervading modern society. But is that really the case? Or is it just a futuristic fantasy? What will become of us in the coming years, and what can we do to prevent a catastrophic collapse of society?Robots Will Steal Your Job, But That's OK: how to survive the economic collapse and be happy explores the impact of technological advances on our lives, what it means to be happy, and provides suggestions on how to avoid a systemic collapse.
Algorithms in a Nutshell
George T. Heineman - 2008
Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will:Solve a particular coding problem or improve on the performance of an existing solutionQuickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to useGet algorithmic solutions in C, C++, Java, and Ruby with implementation tipsLearn the expected performance of an algorithm, and the conditions it needs to perform at its bestDiscover the impact that similar design decisions have on different algorithmsLearn advanced data structures to improve the efficiency of algorithmsWith Algorithms in a Nutshell, you'll learn how to improve the performance of key algorithms essential for the success of your software applications.
Glut: Mastering Information through the Ages
Alex Wright - 2007
Long before the advent of computers, human beings were collecting, storing, and organizing information: from Ice Age taxonomies to Sumerian archives, Greek libraries to Dark Age monasteries.Today, we stand at a precipice, as our old systems struggle to cope with what designer Richard Saul Wurman called a "tsunami of data." With some historical perspective, however, we can begin to understand our predicament not just as the result of technological change, but as the latest chapter in an ancient story that we are only beginning to understand.Spanning disciplines from evolutionary theory and cultural anthropology to the history of books, libraries, and computer science, writer and information architect Alex Wright weaves an intriguing narrative that connects such seemingly far-flung topics as insect colonies, Stone Age jewelry, medieval monasteries, Renaissance encyclopedias, early computer networks, and the World Wide Web. Finally, he pulls these threads together to reach a surprising conclusion, suggesting that the future of the information age may lie deep in our cultural past.
Gödel, Escher, Bach: An Eternal Golden Braid
Douglas R. Hofstadter - 1979
However, according to Hofstadter, the formal system that underlies all mental activity transcends the system that supports it. If life can grow out of the formal chemical substrate of the cell, if consciousness can emerge out of a formal system of firing neurons, then so too will computers attain human intelligence. Gödel, Escher, Bach is a wonderful exploration of fascinating ideas at the heart of cognitive science: meaning, reduction, recursion, and much more.
Smarter Than Us: The Rise of Machine Intelligence
Stuart Armstrong - 2014
The power of an artificial intelligence (AI) comes from its intelligence, not physical strength and laser guns. Humans steer the future not because we're the strongest or the fastest but because we're the smartest. When machines become smarter than humans, we'll be handing them the steering wheel. What promises—and perils—will these powerful machines present? Stuart Armstrong’s new book navigates these questions with clarity and wit.Can we instruct AIs to steer the future as we desire? What goals should we program into them? It turns out this question is difficult to answer! Philosophers have tried for thousands of years to define an ideal world, but there remains no consensus. The prospect of goal-driven, smarter-than-human AI gives moral philosophy a new urgency. The future could be filled with joy, art, compassion, and beings living worthwhile and wonderful lives—but only if we’re able to precisely define what a "good" world is, and skilled enough to describe it perfectly to a computer program.AIs, like computers, will do what we say—which is not necessarily what we mean. Such precision requires encoding the entire system of human values for an AI: explaining them to a mind that is alien to us, defining every ambiguous term, clarifying every edge case. Moreover, our values are fragile: in some cases, if we mis-define a single piece of the puzzle—say, consciousness—we end up with roughly 0% of the value we intended to reap, instead of 99% of the value.Though an understanding of the problem is only beginning to spread, researchers from fields ranging from philosophy to computer science to economics are working together to conceive and test solutions. Are we up to the challenge?A mathematician by training, Armstrong is a Research Fellow at the Future of Humanity Institute (FHI) at Oxford University. His research focuses on formal decision theory, the risks and possibilities of AI, the long term potential for intelligent life (and the difficulties of predicting this), and anthropic (self-locating) probability. Armstrong wrote Smarter Than Us at the request of the Machine Intelligence Research Institute, a non-profit organization studying the theoretical underpinnings of artificial superintelligence.
Ham Radio for Dummies
H. Ward Silver - 2004
If you think of it as staticky transmissions sent by people in the middle of nowhere, think again. Today's ham radio goes beyond wireless to extreme wireless, Operators transmit data and pictures, use the Internet, laser, and microwave transmitters, and travel to places high and low to make contact. In an emergency or natural disaster, ham radio can replace downed traditional communication and save lives. Whether you're just getting turned on to ham radio or already have your license, Ham Radio for Dummies helps you with the terminology, the technology and the talknology. You discover how to:Decipher the jargon and speak the language Buy or upgrade your equipment, including the all-important antennas Build a ham radio shack, complete with the rig, a computer, mobile/base rig, microphones, keys, headphones, antennas, cables and feedlines Study for your license, master Morse code, take the test and get your call sign Understand the basics of ragchews (conversations), nets (organized on-air meetings) and DX-ing (competing in contacts to make contacts) Keeping logs with the vital statistics, including time (in UTC or World Time), frequency, and call sign Written by Ward Silver, an electrical engineer, Certified Amateur Radio License Examiner, and columnist for QST, a monthly magazine for ham operators, Ham Radio for Dummies gives you the info you need to delve into the science or dive into the conversation. It explains how you can:Tune in to the most common types of signals, including Morse Code (CW), single-sideband (SSB), FM, Radioteletype (RTTY), and data signals Break in, introduce yourself, converse, and say or signal goodbye Communicate while traveling (ham radio goes where mobile phones go dead) Register with an emergency organization such as ARES and RACES Help in emergencies such as earthquakes, wildfires, or severe weather Pursue your special interests, including contacting distant stations, participating in contests, exploring the digital modes, using satellites, transmitting images, and more Complete with a glossary and ten pages of additional suggested resources, Ham Radio for Dummies encourages you to touch that dial and take that mike.CUL. (That's Morse Code for "see you later.")
The Manga Guide to Databases
Mana Takahashi - 2005
With the king and queen away, she has to manage the Kingdom of Kod's humongous fruit-selling empire. Overseas departments, scads of inventory, conflicting prices, and so many customers! It's all such a confusing mess. But a mysterious book and a helpful fairy promise to solve her organizational problems-with the practical magic of databases.In The Manga Guide to Databases, Tico the fairy teaches the Princess how to simplify her data management. We follow along as they design a relational database, understand the entity-relationship model, perform basic database operations, and delve into more advanced topics. Once the Princess is familiar with transactions and basic SQL statements, she can keep her data timely and accurate for the entire kingdom. Finally, Tico explains ways to make the database more efficient and secure, and they discuss methods for concurrency and replication.Examples and exercises (with answer keys) help you learn, and an appendix of frequently used SQL statements gives the tools you need to create and maintain full-featured databases.(Of course, it wouldn't be a royal kingdom without some drama, so read on to find out who gets the girl-the arrogant prince or the humble servant.)This EduManga book is a translation of a bestselling series in Japan, co-published with Ohmsha, Ltd., of Tokyo, Japan.