Book picks similar to
Solid State Electronic Devices by Ben G. Streetman


textbooks
engineering
electronics
electrical-engineering

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

Numerical Analysis


Richard L. Burden - 1978
    Explaining how, why, and when the techniques can be expected to work, the Seventh Edition places an even greater emphasis on building readers' intuition to help them understand why the techniques presented work in general, and why, in some situations, they fail. Applied problems from diverse areas, such as engineering and physical, computer, and biological sciences, are provided so readers can understand how numerical methods are used in real-life situations. The Seventh Edition has been updated and now addresses the evolving use of technology, incorporating it whenever appropriate.

Concrete Mathematics: A Foundation for Computer Science


Ronald L. Graham - 1988
    "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."

Geographic Information Systems and Science


Paul A. Longley - 2001
    Its unique approach communicates the richness and diversity of CIS in a lucid and accessible format. This fully revised and updated second edition reinforces the view of CIS as a gateway to science and problem solving, sets out the scientific principles that govern its use, and describes the impact of people on its development, design, and success. The second edition of Geographic Information Systems and Science includes:A new five-part structure: Foundations; Principles; Techniques; Analysis; and Management and Policy.All-new personality boxes of current GIS practitioners.New real-world applications of GIS.New or expanded coverage of important current topics:Location-based servicesDistributed computingVirtual and augmented realitiesHomeland securityBusiness GIS and geodemographicsThe emergence of geoportalsGrand challenges of GIScienceA new suite of instructor and student resources http://www.wiley.com/go/longleyThe second edition of Geographic Information Systems and Science is essential reading for undergraduates taking courses in GIS within departments of Geography, Environmental Science, Business (and Public) Administration, Computer Science, Urban Studies, Planning, Information Science, Civil Engineering, and Archaeology. It is also provides a key resource for foundation GIS courses on taught MSc and other higher-degree programs. Professional users of GIS from governmental organizations and industries across the private sector will find this book an invaluable resource with a wealth of relevant applications.

Crystal Fire: The Invention of the Transistor and the Birth of the Information Age


Michael Riordan - 1997
    The power flowing from the germanium far exceeded what went in; in that moment the transistor was invented and the Information Age was born. No other devices have been as crucial to modern life as the transistor and the microchip it spawned, but the story of the science and personalities that made these inventions possible has not been fully told until now. Crystal Fire fills this gap and carries the story forward. William Shockley, Bell Labs' team leader and co-recipient of the Nobel Prize with Brattain and Bardeen for the discovery, grew obsessed with the transistor and went on to become the father of Silicon Valley. Here is a deeply human story about the process of invention — including the competition and economic aspirations involved — all part of the greatest technological explosion in history. The intriguing history of the transistor — its inventors, physics, and stunning impact on society and the economy — unfolds here in a richly told tale."—Science News "Thoroughly accessible to lay readers as well as the techno-savvy. . . . [A] fine book."—Publishers Weekly

Fundamentals of Thermodynamics


Richard E. Sonntag - 2002
    

Textbook of Radiographic Positioning and Related Anatomy


Kenneth L. Bontrager - 1987
    It presents positioning and projection information in an easy-to-read, bulleted format on one side of the page spread, with corresponding positioning photos, radiographic images and anatomical drawings on the other side. Expert content covers pathology, geriatric and pediatric patient populations, survey information, and 100 new positioning photographs for the latest in radiographic positioning. The 6th edition contains a new chapter on digital imaging, and digital imaging information is incorporated where appropriate throughout the book. New photographs and redrawn illustrations create a consistent, visual appearance throughout the book.- Characterized by a clear, easy-to-follow organization that features one projection per page. Positioning and projection information is presented in an easy-to-read bulleted format on the left side of the page, and positioning photos, radiographic images and anatomical drawings are aligned on the right. This show and tell style helps students visualize anatomy and understand positioning.- Includes about 200 of the most commonly requested projections. Competency in performing these projections is necessary for all entry-level practitioners. By contrast, Merrill's Atlas includes over 400 projections and much more information on advanced imaging.- Critique Radiographs provide the basis of classroom or lab discussion. The WB/LM contains questions specific to these radiographs.- Pathologic Indications in appropriate chapters - Introducing pathology with positioning helps students understand the whole patient and improves their ability to produce radiographs that make diagnosis easy for the physician.- Pediatric Applications in appropriate chapters prepare technologists to deal competently with the special needs of their pediatric patients.- Geriatric Applications in appropriate chapters - Important information for technologists to understand the varying needs of their patient base.- Alternative Modalities or procedures inform students of which projections can better demonstrate certain anatomical parts or pathology, or which may be necessary if patient is unable to cooperate fully.- Radiographic Criteria on positioning pages help students develop a routine for evaluating radiographic quality.- Pathology Demonstrated provides students with a larger frame of reference, and therefore a greater understanding, of each projectionA new chapter on digital imaging discusses basic principles, applications, and image quality - digital imaging information essential for making appropriate positioning adjustments - to ensure readers are prepared to encounter new technology in clinical practice.Content updates include a totally new section on surgical radiography, new sections in all chapters on digital imaging considerations, an expanded section on bone densitometry, and a new introduction to positron emission tomography (PET).Updated and revised chapters cover angiography and interventional procedures, and computed tomography.More than 150 new positioning photos, in addition to many updated images, complement the new material.

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

Design Patterns: Elements of Reusable Object-Oriented Software


Erich Gamma - 1994
    Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

Linux Bible


Christopher Negus - 2005
    Whether you're new to Linux or need a reliable update and reference, this is an excellent resource. Veteran bestselling author Christopher Negus provides a complete tutorial packed with major updates, revisions, and hands-on exercises so that you can confidently start using Linux today. Offers a complete restructure, complete with exercises, to make the book a better learning tool Places a strong focus on the Linux command line tools and can be used with all distributions and versions of Linux Features in-depth coverage of the tools that a power user and a Linux administrator need to get startedThis practical learning tool is ideal for anyone eager to set up a new Linux desktop system at home or curious to learn how to manage Linux server systems at work.

The Manga Guide to Electricity


Kazuhiro Fujitaki - 2006
    And this time, she has to pass.Luckily, her ever-patient tutor Hikaru is there to help. Join them in the pages of The Manga Guide to Electricity as Rereko examines everyday electrical devices like flashlights, heaters, and circuit breakers, and learns the meaning of abstract concepts like voltage, potential, current, resistance, conductivity, and electrostatic force.The real-world examples that you'll find in The Manga Guide to Electricity will teach you:What electricity is, how it works, how it's created, and how it can be usedThe relationship between voltage, current, and resistance (Ohm's law)Key electrical concepts like inductance and capacitanceHow complicated components like transformers, semiconductors, diodes, and transistors workHow electricity produces heat and the relationship between current and magnetic fieldsIf thinking about how electricity works really fries your brain, let The Manga Guide to Electricity teach you all things electrical in a shockingly fun way.

Chemistry: An Introduction to General, Organic, and Biological Chemistry


Karen C. Timberlake - 1976
    Now in it's tenth edition, this text makes chemistry exciting to students by showing them why important concepts are relevant to their lives and future careers.

Principles of Biochemistry


Albert L. Lehninger - 1970
    Lehninger Principles of Biochemistry, Fourth Edition brings clarity and coherence to an often unwieldy discipline, while incorporating the field's most important recent developments and applications.

Social Psychology


Saul M. Kassin - 2007
    Integrating classic and contemporary research, the text also includes comprehensive coverage of social cognition and evolutionary psychology, and features authoritative material on social psychology and the law. For this edition, Saul Kassin and Steven Fein welcome Hazel Rose Markus to the author team. As a leader and respected researcher in the study of cultural psychology, Markus has made significant contributions from her area of expertise to every chapter of this new edition.