The Elements of Statistical Learning: Data Mining, Inference, and Prediction


Trevor Hastie - 2001
    With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes the important ideas in these areas in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting—the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.

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.

Computer Systems: A Programmer's Perspective


Randal E. Bryant - 2002
    Often, computer science and computer engineering curricula don't provide students with a concentrated and consistent introduction to the fundamental concepts that underlie all computer systems. Traditional computer organization and logic design courses cover some of this material, but they focus largely on hardware design. They provide students with little or no understanding of how important software components operate, how application programs use systems, or how system attributes affect the performance and correctness of application programs. - A more complete view of systems - Takes a broader view of systems than traditional computer organization books, covering aspects of computer design, operating systems, compilers, and networking, provides students with the understanding of how programs run on real systems. - Systems presented from a programmers perspective - Material is presented in such a way that it has clear benefit to application programmers, students learn how to use this knowledge to improve program performance and reliability. They also become more effective in program debugging, because t

Atlas of Human Anatomy


Frank H. Netter - 1989
    In over 540 beautifully colored and easily understood illustrations, it teaches the complete human body with unsurpassed clarity and accuracy. This new edition features 45 revised, 290 relabeled and 17 wholly new plates, drawn fully in the tradition of Frank Netter, and includes more imaging and clinical images than ever before. Six Consulting Editors have worked together to ensure the new edition's accuracy and usefulness in the lecture theatre, classroom and dissection lab. Ninety plates from the book as well as a powerful and varied bank of ancillary material, unique to this atlas, are available online through www.netteranatomy.com.Includes uniquely informative drawings that allow you - and have allowed generations of students - to learn structures with confidence. Associates normal anatomy with an application of that knowledge in a clinical setting. Offers a strong selection of imaging to show you what is happening three dimensionally in the human body, the way you see it in practice.Provides clinically applicable information right from the start, to mirror the way that most anatomy courses are now taught.At www.netteranatomy.com, you'll access...- Over 90 of the most important anatomy illustrations from the book.- Interactive Anatomy Dissection Modules.- Radiographs, CT scans, MRIs, and angiograms, with labels on/off buttons for self testing.- QuickTime movies of stacked, transverse, and sectional images from the Visible Human Project (VHP).- Review Center with Identification Spot Tests and USMLE-style multiple-choice questions.- Integration links to other STUDENT CONSULT titles.- and more!

Field and Wave Electromagnetics


David K. Cheng - 1982
    These include applications drawn from important new areas of technology such as optical fibers, radome design, satellite communication, and microstrip lines. There is also added coverage of several new topics, including Hall effect, radar equation and scattering cross section, transients in transmission lines, waveguides and circular cavity resonators, wave propagation in the ionosphere, and helical antennas. New exercises, new problems, and many worked-out examples make this complex material more accessible to students.

The Fractal Geometry of Nature


Benoît B. Mandelbrot - 1977
    The complexity of nature's shapes differs in kind, not merely degree, from that of the shapes of ordinary geometry, the geometry of fractal shapes.Now that the field has expanded greatly with many active researchers, Mandelbrot presents the definitive overview of the origins of his ideas and their new applications. The Fractal Geometry of Nature is based on his highly acclaimed earlier work, but has much broader and deeper coverage and more extensive illustrations.

The Student's Guide to Cognitive Neuroscience


Jamie Ward - 2006
    Following an introduction to neural structure and function, all the key methods and procedures of cognitive neuroscience are explained, with a view to helping students understand how they can be used to shed light on the neural basis of cognition.The second part of the book goes on to present an up-to-date overview of the latest theories and findings in all the key topics in cognitive neuroscience, including vision, attention, memory, speech and language, numeracy, executive function and social and emotional behaviour. Throughout, case studies, newspaper reports and everyday examples are used to provide an easy way in to understanding the more challenging ideas that underpin the subject.In addition each chapter includes:Summaries of key terms and points Example essay questions to aid exam preparation Recommended further reading Feature boxes exploring interesting and popular questions and their implications for the subject.Written in an engaging style by a leading researcher in the field, this book will be invaluable as a core text for undergraduate modules in cognitive neuroscience. It can also be used as a key text on courses in cognition, cognitive neuropsychology or brain and behaviour. Those embarking on research will find it an invaluable starting point and reference.We offer CD-ROM-based resources free of charge to instructors who recommend The Student's Guide to Cognitive Neuroscience by Jamie Ward. These resources include:A chapter-by-chapter, illustrated slideshow lecture course An innovative bank of multiple-choice questions, graded according to difficulty and which allow for confidence-weighted answers Comprehensive lecture planning advice tailored to different length courses.Jamie Ward has researched and taught extensively in many areas of cognitive neuroscience. He is a leading authority on the subject of synaesthesia and has contributed to a wider understanding of it in both academic and lay circles.

Basic Engineering Circuit Analysis


J. David Irwin - 1984
    Now in a new Ninth Edition, this reader-friendly book has been completely revised and improved to ensure that the learning experience is enhanced. It's built on the strength of Irwin's problem-solving methodology, providing readers with a strong foundation as they advance in the field.

Thermal Physics


Charles Kittel - 1969
    CONGRATULATIONS TO HERBERT KROEMER, 2000 NOBEL LAUREATE FOR PHYSICS For upper-division courses in thermodynamics or statistical mechanics, Kittel and Kroemer offers a modern approach to thermal physics that is based on the idea that all physical systems can be described in terms of their discrete quantum states, rather than drawing on 19th-century classical mechanics concepts.

Automate the Boring Stuff with Python: Practical Programming for Total Beginners


Al Sweigart - 2014
    But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""

Pilot's Handbook of Aeronautical Knowledge: FAA-H-8083-25A


Federal Aviation Administration - 1980
    This updated guide covers a wide array of fundamental subjects, including principles of flight, aircraft and engine structures, charts and graphs, performance calculations, weather theory, reports, forecasts, and flight manuals. Required reading for pilots for more than 25 years and formerly published as an Advisory Circular (AC 61-23C), this new edition is now listed as an official FAA Handbook.

Elementary Principles of Chemical Processes [With CDROM]


Richard M. Felder - 1978
    It provides a realistic, informative, and positive introduction to the practice of chemical engineering.

Earth: Portrait of a Planet


Stephen Marshak - 2001
    An exciting revision of this innovative text, Earth: Portrait of a Planet, Third Edition, emphasizes active student learning with a new chapter format, interactive media, and the power and insight of Google Earth .

Organic Chemistry


T.W. Graham Solomons - 1980
    It focuses on the important ideas of organic chemistry and backs them up with illustrations and challenging problems. The authors' acclaimed writing style makes this thorny subject easy to grasp and comprehend. The new edition brings the book to the forefront of the latest research developments.The book includes the ORGANIC VIEW CD, a browser-based study tool with animated 3D graphics, Drill/Review sections, and Practice Tests"The Chemistry of..." boxes throughout highlight biological and other real-world chemistryThis edition is completely up-to-date with the latest developments in the field

Database Management Systems


Raghu Ramakrishnan - 1997
    Coherent explanations and practical examples have made this one of the leading texts in the field. The third edition continues in this tradition, enhancing it with more practical material. The new edition has been reorganized to allow more flexibility in the way the course is taught. Now, instructors can easily choose whether they would like to teach a course which emphasizes database application development or a course that emphasizes database systems issues. New overview chapters at the beginning of parts make it possible to skip other chapters in the part if you don't want the detail.More applications and examples have been added throughout the book, including SQL and Oracle examples. The applied flavor is further enhanced by the two new database applications chapters.