Python for Data Analysis


Wes McKinney - 2011
    It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Machine Learning Yearning


Andrew Ng
    But building a machine learning system requires that you make practical decisions: Should you collect more training data? Should you use end-to-end deep learning? How do you deal with your training set not matching your test set? and many more. Historically, the only way to learn how to make these "strategy" decisions has been a multi-year apprenticeship in a graduate program or company. This is a book to help you quickly gain this skill, so that you can become better at building AI systems.

Mining of Massive Datasets


Anand Rajaraman - 2011
    This book focuses on practical algorithms that have been used to solve key problems in data mining and which can be used on even the largest datasets. It begins with a discussion of the map-reduce framework, an important tool for parallelizing algorithms automatically. The authors explain the tricks of locality-sensitive hashing and stream processing algorithms for mining data that arrives too fast for exhaustive processing. The PageRank idea and related tricks for organizing the Web are covered next. Other chapters cover the problems of finding frequent itemsets and clustering. The final chapters cover two applications: recommendation systems and Web advertising, each vital in e-commerce. Written by two authorities in database and Web technologies, this book is essential reading for students and practitioners alike.

Dr Karl's Little Book of Climate Change Science


Karl Kruszelnicki - 2021
    (We can!)

Revolution in The Valley: The Insanely Great Story of How the Mac Was Made


Andy Hertzfeld - 2004
    Revolution in the Valley traces this vision back to its earliest roots: the hallways and backrooms of Apple, where the groundbreaking Macintosh computer was born. The book traces the development of the Macintosh, from its inception as an underground skunkworks project in 1979 to its triumphant introduction in 1984 and beyond.The stories in "Revolution in the Valley" come on extremely good authority. That's because author Andy Hertzfeld was a core member of the team that built the Macintosh system software, and a key creator of the Mac's radically new user interface software. One of the chosen few who worked with the mercurial Steve Jobs, you might call him the ultimate insider.When "Revolution in the Valley" begins, Hertzfeld is working on Apple's first attempt at a low-cost, consumer-oriented computer: the Apple II. He sees that Steve Jobs is luring some of the company's most brilliant innovators to work on a tiny research effort the Macintosh. Hertzfeld manages to make his way onto the Macintosh research team, and the rest is history.Through lavish illustrations, period photos, and Hertzfeld's vivid first-hand accounts, Revolution in the Valley reveals what it was like to be there at the birth of the personal computer revolution. The story comes to life through the book's portrait of the talented and often eccentric characters who made up the Macintosh team. Now, over 20 years later, millions of people are benefiting from the technical achievements of this determined and brilliant group of people.

How to Walk on Water and Climb Up Walls: Animal Movement and the Robots of the Future


David L. Hu - 2018
    Animals move with astounding grace, speed, and versatility: how do they do it, and what can we learn from them? In How to Walk on Water and Climb up Walls, David Hu takes readers on an accessible, wondrous journey into the world of animal motion. From basement labs at MIT to the rain forests of Panama, Hu shows how animals have adapted and evolved to traverse their environments, taking advantage of physical laws with results that are startling and ingenious. In turn, the latest discoveries about animal mechanics are inspiring scientists to invent robots and devices that move with similar elegance and efficiency.Hu follows scientists as they investigate a multitude of animal movements, from the undulations of sandfish and the way that dogs shake off water in fractions of a second to the seemingly crash-resistant characteristics of insect flight. Not limiting his exploration to individual organisms, Hu describes the ways animals enact swarm intelligence, such as when army ants cooperate and link their bodies to create bridges that span ravines. He also looks at what scientists learn from nature's unexpected feats--such as snakes that fly, mosquitoes that survive rainstorms, and dead fish that swim upstream. As researchers better understand such issues as energy, flexibility, and water repellency in animal movement, they are applying this knowledge to the development of cutting-edge technology.Integrating biology, engineering, physics, and robotics, How to Walk on Water and Climb up Walls demystifies the remarkable mechanics behind animal locomotion.

An Introduction to Statistical Learning: With Applications in R


Gareth James - 2013
    This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree- based methods, support vector machines, clustering, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform. Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.

The Computer and the Brain


John von Neumann - 1958
    This work represents the views of a mathematician on the analogies between computing machines and the living human brain.

The Case of the Frozen Addicts


J. William Langston - 1995
    Dr. Langston discovered that these people had all used a tainted form of heroin. Using fetal tissue transplant, two of the addicts recovered, garnering world-wide press coverage. This is the story behind the headlines.

Learning Python


Mark Lutz - 2003
    Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.

Hellcats of the Sea (Annotated): Operation Barney and the Mission to the Sea of Japan


Charles A. Lockwood - 1955
    On June 9, 1945, torpedoes from nine American submarines - 'The Hellcats' - were launched at dozens of Japanese freighters, paralyzing maritime operations between Japan and Korea. Each U.S. sub was equipped with newly designed mine-detectors and Mark-18s -- electronic torpedoes that left no traceable wakes or fume exhausts. Operation Barney continued for 15 days and proved a crucial breakthrough in the war, with U.S. submarines sinking 28 Japanese ships totaling some 70,000 tons. Hellcats of the Sea is a riveting account of the planning and events of those 15 days.*Annotated edition with original footnotes.*Includes photographs from Operation Barney.

The Supermen: The Story of Seymour Cray and the Technical Wizards Behind the Supercomputer


Charles J. Murray - 1997
    This is the story of a technical genius who, against all odds, created a series of machines that revolutionized the computing industry. Chronicling each major breakthrough, Murray takes us behind the scenes to witness late-night brainstorming sessions, miraculous eleventh-hour fixes, and flashes of insight when bold new ideas were cooked up. Drawing from rare in-depth interviews with Seymour Cray, Murray gives us an unparalleled portrait of the man and his methods, reporting not only Cray's personal reflections, but the recollections of his closest colleagues and the truth behind the rumors.

Forgotten Women: The Scientists


Zing Tsjeng - 2018
    The ones we hold close to our hearts, the rebels we raise in conversation over a drink, the pioneering early feminists who have been overlooked for too long. Forgotten Women redresses the balance.Forgotten Women: The Scientists recognizes and celebrates the work of 48 (the number of Nobel-prize-winning women) female scientists from across history and from all scientific disciplines, including mathematics, genetics, technology, chemistry, astronomy, physics and medicine. From Rosalind Franklin, who uncovered the structure of DNA but whose work was attributed to her male colleagues, to Ruby Hirose, whose pioneering research led to the polio vaccine, Forgotten Women: The Scientists shines a light on the unsung scientific heroes whose hugely important yet broadly unacknowledged discoveries and research have transformed the face of science.With evocative illustrations from the first open international directory of female professional illustrators, womenwhodraw.com, and in collaboration with the New Historia, an academic initiative designed to document and promote the achievements of women in history, Broadly editor-in-chief Zing Tsjeng brings together the stories of the most remarkable women in science from across the ages.

I Just Made The Tea: A lifetime in the Formula 1 pitlane


Di Spires - 2012
    In all that time she ran the team motorhome for a succession of different teams, including Lotus in the Senna era and Benetton in the Schumacher era. Her memoir looks at Formula 1 from an unusual viewpoint. As well as Formula 1 people, she has encountered personalities from every walk of life, from royalty to criminals on the run. Her stories range from the hilarious to the tragic and provide a unique insight. This is a fast-paced read packed with surprising snippets and observations, with plenty of intimate insight into what the drivers are really like.

Jean-Paul Sartre:


John Compton - 1990
    In this view, no external authority gives life meaning: mankind is radically free and responsible. In every moment we choose ourselves, with no assurance that we have a continuing identity or power. We set up determinisms to ease our minds, but in the face of the finality of death, only through our present consciousness do we establish our own authentic existence. Sartre's existentialism faces the evil in human existence and sees that humans are responsible for it.The Giants of Philosophy is a series of dramatic presentations, in understandable language, of the concerns, questions, interests, and overall world view of history's greatest philosophers. Special emphasis on clear and relevant explanations gives you a new arsenal of insights toward living a better life.