Book picks similar to
A Dictionary of Mechanical Engineering by Tony Atkins


engineering
academic
academics-and-others
encyclopedias-dictionarys

Winning at New Products: Creating Value Through Innovation


Robert G. Cooper - 2011
    Robert G. Cooper demonstrates why consistent product development is vital to corporate growth and how to maximize your chances of success. Citing the author's most recent research, Winning at New Products showcases innovative practices by industry leaders to present a field-tested game plan for achieving product leadership. Cooper outlines specific strategies for making sound business decisions at every step-from idea generation to launch. This fully updated and expanded edition is an essential resource for product developers around the world. "This is a must read. There's so much new in this book, from how to generate the breakthrough ideas, picking the winners, and driving them to market successfully." -- Philip Kotler, Professor of International Marketing, Northwestern University, Kellogg School of Management

Bayesian Methods for Hackers: Probabilistic Programming and Bayesian Inference


Cameron Davidson-Pilon - 2014
    However, most discussions of Bayesian inference rely on intensely complex mathematical analyses and artificial examples, making it inaccessible to anyone without a strong mathematical background. Now, though, Cameron Davidson-Pilon introduces Bayesian inference from a computational perspective, bridging theory to practice-freeing you to get results using computing power. Bayesian Methods for Hackers illuminates Bayesian inference through probabilistic programming with the powerful PyMC language and the closely related Python tools NumPy, SciPy, and Matplotlib. Using this approach, you can reach effective solutions in small increments, without extensive mathematical intervention. Davidson-Pilon begins by introducing the concepts underlying Bayesian inference, comparing it with other techniques and guiding you through building and training your first Bayesian model. Next, he introduces PyMC through a series of detailed examples and intuitive explanations that have been refined after extensive user feedback. You'll learn how to use the Markov Chain Monte Carlo algorithm, choose appropriate sample sizes and priors, work with loss functions, and apply Bayesian inference in domains ranging from finance to marketing. Once you've mastered these techniques, you'll constantly turn to this guide for the working PyMC code you need to jumpstart future projects. Coverage includes - Learning the Bayesian "state of mind" and its practical implications - Understanding how computers perform Bayesian inference - Using the PyMC Python library to program Bayesian analyses - Building and debugging models with PyMC - Testing your model's "goodness of fit" - Opening the "black box" of the Markov Chain Monte Carlo algorithm to see how and why it works - Leveraging the power of the "Law of Large Numbers" - Mastering key concepts, such as clustering, convergence, autocorrelation, and thinning - Using loss functions to measure an estimate's weaknesses based on your goals and desired outcomes - Selecting appropriate priors and understanding how their influence changes with dataset size - Overcoming the "exploration versus exploitation" dilemma: deciding when "pretty good" is good enough - Using Bayesian inference to improve A/B testing - Solving data science problems when only small amounts of data are available Cameron Davidson-Pilon has worked in many areas of applied mathematics, from the evolutionary dynamics of genes and diseases to stochastic modeling of financial prices. His contributions to the open source community include lifelines, an implementation of survival analysis in Python. Educated at the University of Waterloo and at the Independent University of Moscow, he currently works with the online commerce leader Shopify.

Structure and Interpretation of Computer Programs


Harold Abelson - 1984
    This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

The X-Wing Series: Star Wars 9-Book Bundle: Rogue Squardon, Wedge's Gamble, The Krytos Trap, The Bacta War, Wraith Squadron, Iron Fist, Solo Command, Isard's Revenge, Starfighters of Adumar


Michael A. Stackpole - 2012
    Through nine thrilling novels, this handy eBook bundle features the action, the intrigue, and the entire evolving story of these unique space corps—units that are comprised of a diverse group of pilots determined to fight the good fight. This bundle includes the following titles:  ROGUE SQUADRONWEDGE’S GAMBLETHE KRYTOS TRAPTHE BACTA WARWRAITH SQUADRONIRON FISTSOLO COMMANDISARD’S REVENGESTARFIGHTERS OF ADUMAR

Artificial Intelligence: The Insights You Need from Harvard Business Review (HBR Insights Series)


Harvard Business Review - 2019
    What should you and your company be doing today to ensure that you're poised for success and keeping up with your competitors in the age of AI?Artificial Intelligence: The Insights You Need from Harvard Business Review brings you today's most essential thinking on AI and explains how to launch the right initiatives at your company to capitalize on the opportunity of the machine intelligence revolution.Business is changing. Will you adapt or be left behind?Get up to speed and deepen your understanding of the topics that are shaping your company's future with the Insights You Need from Harvard Business Review series. Featuring HBR's smartest thinking on fast-moving issues--blockchain, cybersecurity, AI, and more--each book provides the foundational introduction and practical case studies your organization needs to compete today and collects the best research, interviews, and analysis to get it ready for tomorrow. You can't afford to ignore how these issues will transform the landscape of business and society. The Insights You Need series will help you grasp these critical ideas--and prepare you and your company for the future.

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.

Focus Groups: A Practical Guide for Applied Research


Richard A. Krueger - 1988
    This highly acclaimed book in its third edition includes numerous updates and improvements: - Vignettes drawn from small and large focus groups that illustrate problems that come up and effective ways to resolve the issues. - Designing questions for asking effective questions to draw out a group and how to refine them based on the group′s responses. - Collaborative Approach updated to address the latest ways to implement the empowerment and action research. - Budgeting how to more effectively budget for a focus group - Coding how to more effectively use existing software packages to code and analyze the results of a focus group.

Shreve's Chemical Process Industries


George T. Austin - 1977
    Intended for professionals and students, this work offers guidance in the designing and operating of processing units.

Information Technology Project Management: Providing Measurable Organizational Value [With CDROM]


Jack T. Marchewka - 2002
    The author uses the concept of MOV, combined with his own research, to create a solid foundation for making decisions throughout the project's lifecycle. The book's integration of project management and IT concepts provides students with the tools and techniques they need to develop in this field.

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.""

Introduction to Real Analysis


Robert G. Bartle - 1982
    Therefore, this book provides the fundamental concepts and techniques of real analysis for readers in all of these areas. It helps one develop the ability to think deductively, analyze mathematical situations and extend ideas to a new context. Like the first two editions, this edition maintains the same spirit and user-friendly approach with some streamlined arguments, a few new examples, rearranged topics, and a new chapter on the Generalized Riemann Integral.

Satellite Communications


Timothy Pratt - 1986
    Includes chapters on orbital mechanics, spacecraft construction, satellite-path radio wave propagation, modulation techniques, multiple access, and a detailed analysis of the communications link.

The Productive Researcher


Mark S. Reed - 2017
    He draws on interviews with some of the world’s highest performing researchers, the literature and his own experience to identify a small number of important insights that can transform how researchers work. The book is based on an unparalleled breadth of interdisciplinary evidence that speaks directly to researchers of all disciplines and career stages. The lessons in this book will make you more productive, more satisfied with what you produce, and enable you to be happy working less, and being more. The hardback edition has the title and design imprinted on a fabric cover, hand crafted by a book maker in Yorkshire. It contains spectacular colour photography throughout. Chapters are accompanied by close-up images of trees that build up to the forest metaphor that concludes the book. These are bookended by wide perspective canopy images that accompany the front matter (from which the cover design is derived) and concluding chapter. The overall effect is a touch and feel that makes this a book to savour. Mark Reed is Professor of Socio-Technical Innovation at Newcastle University and Visiting Professor at Birmingham City University and the University of Leeds. He has over 140 publications that have been cited more than 10,000 times. He is author of The Research Impact Handbook, which he has used to train over 4000 researchers from more than 200 institutions in 55 countries.

Feedback Control of Dynamic Systems


Gene F. Franklin - 1986
    Highlights of the book include realistic problems and examples from a wide range of application areas. New to this edition are: much sharper pedagogy; an increase in the number of examples; more thorough development of the concepts; a greater range of homework problems; a greater number and variety of worked out examples; expanded coverage of dynamics modelling and Laplace transform topics; and integration of MATLAB, including many examples that are formatted in MATLAB.

Analytical Chemistry


Gary D. Christian - 2003
    Examples of analytical techniques are drawn from such areas as life sciences, clinical chemistry, air and water pollution, and industrial analyses. New to this edition: Excel spreadsheets on CD-ROM * New chapters on good laboratory practice, as well as genomics and proteomics * A more modern flavor.