Book picks similar to
R for Excel Users: An Introduction to R for Excel Analysts by John L. Taveras
science
analytics-programming-books
computing
programming
You Look Like a Thing and I Love You: How Artificial Intelligence Works and Why It's Making the World a Weirder Place
Janelle Shane - 2019
according to an artificial intelligence trained by scientist Janelle Shane, creator of the popular blog "AI Weirdness." She creates silly AIs that learn how to name paint colors, create the best recipes, and even flirt (badly) with humans--all to understand the technology that governs so much of our daily lives.We rely on AI every day for recommendations, for translations, and to put cat ears on our selfie videos. We also trust AI with matters of life and death, on the road and in our hospitals. But how smart is AI really, and how does it solve problems, understand humans, and even drive self-driving cars?Shane delivers the answers to every AI question you've ever asked, and some you definitely haven't--like, how can a computer design the perfect sandwich? What does robot-generated Harry Potter fan-fiction look like? And is the world's best Halloween costume really "Vampire Hog Bride"?In this smart, often hilarious introduction to the most interesting science of our time, Shane shows how these programs learn, fail, and adapt--and how they reflect the best and worst of humanity. You Look Like a Thing and I Love You is the perfect book for anyone curious about what the robots in our lives are thinking.
Rethinking Immortality
Robert Lanza - 2013
Contemplation of time and the discoveries of modern science lead to the assertion that the mind is paramount and limitless.
Working with UNIX Processes
Jesse Storimer - 2011
Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...
Triassic
Julian Michael Carver - 2020
They are unsure of what happened in space or how they crashed into an uncharted planet. Upon exploration of the new world, they soon realize their destination: The Triassic, the first chapter of the Mesozoic Era. A plan is formulated to escape this terrifying landscape plagued with dinosaurs and prehistoric beasts. The survivors soon discover that there may be an even larger threat looming under the trees than just the dinosaurs, threatening to cut their mission short and trap them all forever in the primitive depths of the Triassic.
Steve Jobs Ek Zapatlela Tantradnya (Marathi)
ATUL KAHATE ACHYUT GODBOLE - 2011
The PCs, the i- phones, the i-pods, the tablet PCs all will be a constant reminder of the genuine and witty ways that Steve handled and fondled. He was always lost in a world of his own. He hugged the glory and the downfalls with equal aloofness. Not once were his beliefs shattered. Throughout his life, he struggled and dared to bring his dreams come true. His dreams had a silvery lining of consistency, persuasion and intention. He was unique in every way. The life threatening disease of cancer could not prevent him from working till his last breath, literally. Though stubborn and dominant by nature he stood as a magician in the field of technology. Here is a simple gesture to pay him respect and honour. A magnificent journey presented authentically.
A License to Heal: Random Memories of an ER Doctor
Steven Bentley - 2014
is an American Board of Emergency Medicine certified ED doctor. His journey began in the mid-1970s, when he chose to pursue a career in medicine. In his youthful perspective, he came to regard doctors as the good guys, the ones who healed people and saved lives. He knew he’d be one of those good guys one day. Now, with a career spanning more than thirty years, he works as an emergency-room physician in North Carolina. In A License to Heal: Random Memories of an ER Doctor, Bentley describes the real world of emergency medicine from the viewpoint of a practicing physician. This memoir is filled with real-life stories of the ER, including life and death, triumph and tragedy. Meet a man named Solomon Darby, who spoke to long-dead relatives during his own near-death experience. Bentley also recalls the heartbreaking story of a young widow who desperately needed to understand and cope with the death of her husband. Amid the grief, there are also episodes of great humor and human comedy. In the dynamic world of emergency medicine, there is a great deal of pain, blood, and tragedy, but there is also hope, compassion, and excitement—for both the patients and the staff."
Test Of Greatness: Britain’s Struggle for the Atom Bomb
Brian Cathcart - 2016
He ordered a superhuman effort to make Britain a nuclear power. Although Britain had been a junior partner in the Manhattan Project which had produced the American bombs, no British scientist had more than partial knowledge of the complex physics involved. The war over, the Americans cut off all help. At a time of daunting economic difficulty and amid the growing tension of the Cold War, the project hurriedly took shape behind a cloak of almost paranoid secrecy and in an atmosphere of constant stringency and shortage. Brian Cathcart’s book ranges over politics, diplomacy, espionage and science, but above all it tells the story of the brilliant young scientist William Penney, his team and their struggle. The men who worked behind the security fences at Aldermaston have been allowed to speak. The tales include fearsome risks, vast resourcefulness, bureaucratic obstruction, naval intransigence and a measure of black humour. The veil is also lifted on the extraordinary contribution of Klaus Fuchs, the Soviet spy. Finally the high drama of the test itself, conducted off the coast of Australia after a naval operation which came close to total fiasco, is recounted in gripping detail. Test of Greatness draws on what at the time the book was published were newly declassified documents. Cathcart also speaks uses primary sources, such as the words of the participants, illustrating and illuminating in vivid, human terms a secret but crucial chapter of post-war British history. Praise for Brian Cathcart: ‘The story of the British bomb mixes science, politics, espionage, Essex and morality. A nation is changed for ever when it decides to become a nuclear power. Brian Cathcart takes this complicated array of factors and makes them rise out of the page and walk to a very wide audience.’ – Sir Peter Hennessy, military historian Brian Cathcart was Assistant Editor of the Independent on Sunday when he wrote Test of Greatness. Since then he has taken up a position at Kingston University London and founded Hacked Off in the aftermath of the tabloid phone-hacking scandal. He has just published his eighth book, The News from Waterloo. His previous works include accounts of the murders of Jill Dando and Stephen Lawrence.
Haskell: The Craft of Functional Programming
Simon Thompson - 1996
Running examples and case studies highlight new concepts and alternative approaches to program design.
The Little Redis Book
Karl Seguin
While it's safe to say that relational databases aren't going anywhere, we can also say that the ecosystem around data is never going to be the same.Of all the new tools and solutions, for me, Redis has been the most exciting. Why? First because it's unbelievably easy to learn. Hours is the right unit to use when talking about length of time it takes to get comfortable with Redis. Secondly, it solves a specific set of problems while at the same time being quite generic. What exactly does that mean? Redis doesn't try to be all things to all data. As you get to know Redis, it'll become increasingly evident what does and what does not belong in it. And when it does, as a developer, it's a great experience.While you can build a complete system using Redis only, I think most people will find that it supplements their more generic data solution - whether that be a traditional relational database, a document-oriented system, or something else. It's the kind of solution you use to implement specific features. In that way, it's similar to an indexing engine. You wouldn't build your entire application on Lucene. But when you need good search, it's a much better experience - for both you and your users. Of course, the similarities between Redis and indexing engines end there.The goal of this book is to build the foundation you'll need to master Redis. We'll focus on learning Redis' five data structures and look at various data modeling approaches. We'll also touch on some key administrative details and debugging techniques.LicenseThe Little Redis Book is licensed under the Attribution-NonCommercial 3.0 Unported license. You should not have paid for this book.You are free to copy, distribute, modify or display the book. However, I ask that you always attribute the book to me, Karl Seguin, and do not use it for commercial purposes.You can see the full text of the license at:http://creativecommons.org/licenses/b...About The AuthorKarl Seguin is a developer with experience across various fields and technologies. He's an active contributor to Open-Source Software projects, a technical writer and an occasional speaker. He's written various articles, as well as a few tools, about Redis. Redis powers the ranking and statistics of his free service for casual game developers: mogade.com.Karl wrote The Little MongoDB Book, the free and popular book about MongoDB.His blog can be found at http://openmymind.net and he tweets via @karlseguinWith Thanks ToA special thanks to Perry Neal for lending me his eyes, mind and passion. You provided me with invaluable help. Thank you.Latest VersionThe latest source of this book is available at: http://github.com/karlseguin/the-litt...
The Intelligent Web: Search, Smart Algorithms, and Big Data
Gautam Shroff - 2013
These days, linger over a Web page selling lamps, and they will turn up at the advertising margins as you move around the Internet, reminding you, tempting you to make that purchase. Search engines such as Google can now look deep into the data on the Web to pull out instances of the words you are looking for. And there are pages that collect and assess information to give you a snapshot of changing political opinion. These are just basic examples of the growth of Web intelligence, as increasingly sophisticated algorithms operate on the vast and growing amount of data on the Web, sifting, selecting, comparing, aggregating, correcting; following simple but powerful rules to decide what matters. While original optimism for Artificial Intelligence declined, this new kind of machine intelligence is emerging as the Web grows ever larger and more interconnected.Gautam Shroff takes us on a journey through the computer science of search, natural language, text mining, machine learning, swarm computing, and semantic reasoning, from Watson to self-driving cars. This machine intelligence may even mimic at a basic level what happens in the brain.
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
Hello World: Being Human in the Age of Algorithms
Hannah Fry - 2018
It’s time we stand face-to-digital-face with the true powers and limitations of the algorithms that already automate important decisions in healthcare, transportation, crime, and commerce. Hello World is indispensable preparation for the moral quandaries of a world run by code, and with the unfailingly entertaining Hannah Fry as our guide, we’ll be discussing these issues long after the last page is turned.
HTML5 for Masterminds: How to take advantage of HTML5 to create amazing websites and revolutionary applications
Juan Diego Gauchat
The Lifebox, the Seashell, and the Soul: What Gnarly Computation Taught Me About Ultimate Reality, the Meaning of Life, and How to Be Happy
Rudy Rucker - 2005
This concept is at the root of the computational worldview, which basically says that very complex systems — the world we live in — have their beginnings in simple mathematical equations. We've lately come to understand that such an algorithm is only the start of a never-ending story — the real action occurs in the unfolding consequences of the rules. The chip-in-a-box computers so popular in our time have acted as a kind of microscope, letting us see into the secret machinery of the world. In Lifebox, Rucker uses whimsical drawings, fables, and humor to demonstrate that everything is a computation — that thoughts, computations, and physical processes are all the same. Rucker discusses the linguistic and computational advances that make this kind of "digital philosophy" possible, and explains how, like every great new principle, the computational world view contains the seeds of a next step.
The LogStash Book
James Turnbull - 2013
We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.