Hands-On Machine Learning with Scikit-Learn and TensorFlow


Aurélien Géron - 2017
    Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details

Atomic: The First War of Physics and the Secret History of the Atom Bomb 1939-49


Jim Baggott - 2015
    Spanning ten historic years, from the discovery of nuclear fission in 1939 to ‘Joe-1’, the first Soviet atomic bomb test in August 1949, Atomic is the first fully realised popular account of the race between Nazi Germany, Britain, America and the Soviet Union to build atomic weapons.Drawing on declassified material such as MI6's Farm Hall transcripts, coded Soviet messages cracked by American cryptographers in the Venona project, and interpretations by Russian scholars of documents from the Soviet archives, Atomic presents a brilliant new account of the race to build humankind's most destructive weapon.Rich in personality, action, confrontation and deception, Jim Baggott’s book tells an epic story of science and technology at the very limits of human understanding.

The Physics of Life: The Evolution of Everything


Adrian Bejan - 2016
    Bejan explores controversial and relevant issues such as sustainability, water and food supply, fuel, and economy, to critique the state in which the world understands positions of power and freedom. Breaking down concepts such as desire and power, sports health and culture, the state of economy, water and energy, politics and distribution, Bejan uses the language of physics to explain how each system works in order to clarify the meaning of evolution in its broadest scientific sense, moving the reader towards a better understand of the world's systems and the natural evolution of cultural and political development. What Life Is argues that the evolution phenomenon is much broader and older than the evolutionary designs that constitute the biosphere, empowering readers with a new view of the globe, revealing that the urge to have better ideas has the same physical effect as the urge to have better laws and better government. This is evolution explained loudly but also elegantly, forging a path that flows sustainability.

Bayesian Statistics the Fun Way: Understanding Statistics and Probability with Star Wars, Lego, and Rubber Ducks


Will Kurt - 2019
    But many people use data in ways they don't even understand, meaning they aren't getting the most from it. Bayesian Statistics the Fun Way will change that.This book will give you a complete understanding of Bayesian statistics through simple explanations and un-boring examples. Find out the probability of UFOs landing in your garden, how likely Han Solo is to survive a flight through an asteroid shower, how to win an argument about conspiracy theories, and whether a burglary really was a burglary, to name a few examples.By using these off-the-beaten-track examples, the author actually makes learning statistics fun. And you'll learn real skills, like how to:- How to measure your own level of uncertainty in a conclusion or belief- Calculate Bayes theorem and understand what it's useful for- Find the posterior, likelihood, and prior to check the accuracy of your conclusions- Calculate distributions to see the range of your data- Compare hypotheses and draw reliable conclusions from themNext time you find yourself with a sheaf of survey results and no idea what to do with them, turn to Bayesian Statistics the Fun Way to get the most value from your data.

Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People


Aditya Y. Bhargava - 2015
    The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.

What If?: Randall Munroe | Serious Scientific Answers to Absurd Hypothetical Questions | Summary & Takeaways


Brief Books - 2015
     This book is a supplement to What If? and intended to enhance the experience of reading the original book. We recommend purchasing the full version of What If? on Amazon in addition to this book. Introduction What If? Serious Scientific Answers to Absurd Hypothetical Questions presents a wide variety of questions covering a range of dubious potentialities and the results which would ensue should they become reality. The questions are collected from author Randall Munroe’s website, where they are sent in by readers of his blog. Some of the questions are conceptual, for example how much force would be required for Yoda to lift an X-fighter, others are in a more serious vein. All of the answers however are based on research and the application of scientific principles by the author, himself trained in physics and a former roboticist for NASA. Benefits Spend less time reading and more time enjoying your favorite books. Discover important details you may have missed the first time. Review key concepts in an easy-to-understand and efficient manner. Use as a reference or "cheat sheet" to quickly access important information. Pick up where you left off with the original book. Focus only on critical information and eliminate unnecessary details. Buy Now Buy Now: Only $2.99 (Save $3.00 or 50%, Regular Price: $5.99) Money Back Guarantee: If you are not 100% satisfied with your purchase, simply return it to Amazon within 7 days of purchase for a full refund. Go to Your Account -> Manage Your Content and Devices -> Find the Book -> Return for Full Refund. Read Now: Your book will be delivered to your Kindle device or free Kindle software automatically.

Building Microservices: Designing Fine-Grained Systems


Sam Newman - 2014
    But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures

The Haskell Road to Logic, Maths and Programming


Kees Doets - 2004
    Haskell emerged in the last decade as a standard for lazy functional programming, a programming style where arguments are evaluated only when the value is actually needed. Haskell is a marvellous demonstration tool for logic and maths because its functional character allows implementations to remain very close to the concepts that get implemented, while the laziness permits smooth handling of infinite data structures.This book does not assume the reader to have previous experience with either programming or construction of formal proofs, but acquaintance with mathematical notation, at the level of secondary school mathematics is presumed. Everything one needs to know about mathematical reasoning or programming is explained as we go along. After proper digestion of the material in this book the reader will be able to write interesting programs, reason about their correctness, and document them in a clear fashion. The reader will also have learned how to set up mathematical proofs in a structured way, and how to read and digest mathematical proofs written by others.

Time Travel and Warp Drives: A Scientific Guide to Shortcuts through Time and Space


Allen Everett - 2011
    Sci-fi makes it look so easy. Receive a distress call from Alpha Centauri? No problem: punch the warp drive and you're there in minutes. Facing a catastrophe that can't be averted? Just pop back in the timestream and stop it before it starts. But for those of us not lucky enough to live in a science-fictional universe, are these ideas merely flights of fancy—or could it really be possible to travel through time or take shortcuts between stars? Cutting-edge physics may not be able to answer those questions yet, but it does offer up some tantalizing possibilities. In Time Travel and Warp Drives, Allen Everett and Thomas A. Roman take readers on a clear, concise tour of our current understanding of the nature of time and space—and whether or not we might be able to bend them to our will. Using no math beyond high school algebra, the authors lay out an approachable explanation of Einstein's special relativity, then move through the fundamental differences between traveling forward and backward in time and the surprising theoretical connection between going back in time and traveling faster than the speed of light. They survey a variety of possible time machines and warp drives, including wormholes and warp bubbles, and, in a dizzyingly creative chapter, imagine the paradoxes that could plague a world where time travel was possible—killing your own grandfather is only one of them! Written with a light touch and an irrepressible love of the fun of sci-fi scenarios—but firmly rooted in the most up-to-date science, Time Travel and Warp Drives will be a delightful discovery for any science buff or armchair chrononaut.

Tech Like a PIRATE: Using Classroom Technology to Create an Experience and Make Learning Memorable


Matt Miller - 2020
    

The Clean Coder: A Code of Conduct for Professional Programmers


Robert C. Martin - 2011
    They treat it as a craft. They are professionals. In The Clean Coder: A Code of Conduct for Professional Programmers, legendary software expert Robert C. 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 will learn 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 Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isn't written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of them-and earn the pride and fulfillment that they alone possess.

The Visual Display of Quantitative Information


Edward R. Tufte - 1983
    Theory and practice in the design of data graphics, 250 illustrations of the best (and a few of the worst) statistical graphics, with detailed analysis of how to display data for precise, effective, quick analysis. Design of the high-resolution displays, small multiples. Editing and improving graphics. The data-ink ratio. Time-series, relational graphics, data maps, multivariate designs. Detection of graphical deception: design variation vs. data variation. Sources of deception. Aesthetics and data graphical displays. This is the second edition of The Visual Display of Quantitative Information. Recently published, this new edition provides excellent color reproductions of the many graphics of William Playfair, adds color to other images, and includes all the changes and corrections accumulated during 17 printings of the first edition.

Sustainable Energy - Without the Hot Air


David J.C. MacKay - 2008
    In case study format, this informative reference answers questions surrounding nuclear energy, the potential of sustainable fossil fuels, and the possibilities of sharing renewable power with foreign countries. While underlining the difficulty of minimizing consumption, the tone remains positive as it debunks misinformation and clearly explains the calculations of expenditure per person to encourage people to make individual changes that will benefit the world at large.

U.S. History


P. Scott Corbett - 2014
    History is designed to meet the scope and sequence requirements of most introductory courses. The text provides a balanced approach to U.S. history, considering the people, events, and ideas that have shaped the United States from both the top down (politics, economics, diplomacy) and bottom up (eyewitness accounts, lived experience). U.S. History covers key forces that form the American experience, with particular attention to issues of race, class, and gender.

Psychology: From Inquiry to Understanding


Scott O. Lilienfeld - 2007
    By encouraging students to question, and teaching students how to test their assumptions, Lilienfeld motivates students to use scientific thinking skills to better understand the complex world of psychology.