Browse Results

Showing 52,901 through 52,925 of 53,658 results

Advances in RAMS Engineering: In Honor of Professor Ajit Kumar Verma on His 60th Birthday (Springer Series in Reliability Engineering)

by Srividya Ajit Durga Rao Karanki Gopika Vinod

This book surveys reliability, availability, maintainability and safety (RAMS) analyses of various engineering systems. It highlights their role throughout the lifecycle of engineering systems and explains how RAMS activities contribute to their efficient and economic design and operation. The book discusses a variety of examples and applications of RAMS analysis, including: • software products; • electrical and electronic engineering systems; • mechanical engineering systems; • nuclear power plants; • chemical and process plants and • railway systems. The wide-ranging nature of the applications discussed highlights the multidisciplinary nature of complex engineering systems. The book provides a quick reference to the latest advances and terminology in various engineering fields, assisting students and researchers in the areas of reliability, availability, maintainability, and safety engineering.

Practical Automated Machine Learning Using H2O.ai: Discover the power of automated machine learning, from experimentation through to deployment to production

by Salil Ajgaonkar

Accelerate the adoption of machine learning by automating away the complex parts of the ML pipeline using H2O.aiKey FeaturesLearn how to train the best models with a single click using H2O AutoMLGet a simple explanation of model performance using H2O ExplainabilityEasily deploy your trained models to production using H2O MOJO and POJOBook DescriptionWith the huge amount of data being generated over the internet and the benefits that Machine Learning (ML) predictions bring to businesses, ML implementation has become a low-hanging fruit that everyone is striving for. The complex mathematics behind it, however, can be discouraging for a lot of users. This is where H2O comes in – it automates various repetitive steps, and this encapsulation helps developers focus on results rather than handling complexities. You'll begin by understanding how H2O's AutoML simplifies the implementation of ML by providing a simple, easy-to-use interface to train and use ML models. Next, you'll see how AutoML automates the entire process of training multiple models, optimizing their hyperparameters, as well as explaining their performance. As you advance, you'll find out how to leverage a Plain Old Java Object (POJO) and Model Object, Optimized (MOJO) to deploy your models to production. Throughout this book, you'll take a hands-on approach to implementation using H2O that'll enable you to set up your ML systems in no time. By the end of this H2O book, you'll be able to train and use your ML models using H2O AutoML, right from experimentation all the way to production without a single need to understand complex statistics or data science.What you will learnGet to grips with H2O AutoML and learn how to use itExplore the H2O Flow Web UIUnderstand how H2O AutoML trains the best models and automates hyperparameter optimizationFind out how H2O Explainability helps understand model performanceExplore H2O integration with scikit-learn, the Spring Framework, and Apache StormDiscover how to use H2O with Spark using H2O Sparkling WaterWho this book is forThis book is for engineers and data scientists who want to quickly adopt machine learning into their products without worrying about the internal intricacies of training ML models. If you're someone who wants to incorporate machine learning into your software system but don't know where to start or don't have much expertise in the domain of ML, then you'll find this book useful. Basic knowledge of statistics and programming is beneficial. Some understanding of ML and Python will be helpful.

The Economics of Artificial Intelligence: Health Care Challenges (National Bureau of Economic Research Conference Report)

by Ajay Agrawal, Joshua Gans, Avi Goldfarb, and Catherine E. Tucker

A timely investigation of the potential economic effects, both realized and unrealized, of artificial intelligence within the United States healthcare system. In sweeping conversations about the impact of artificial intelligence on many sectors of the economy, healthcare has received relatively little attention. Yet it seems unlikely that an industry that represents nearly one-fifth of the economy could escape the efficiency and cost-driven disruptions of AI. The Economics of Artificial Intelligence: Health Care Challenges brings together contributions from health economists, physicians, philosophers, and scholars in law, public health, and machine learning to identify the primary barriers to entry of AI in the healthcare sector. Across original papers and in wide-ranging responses, the contributors analyze barriers of four types: incentives, management, data availability, and regulation. They also suggest that AI has the potential to improve outcomes and lower costs. Understanding both the benefits of and barriers to AI adoption is essential for designing policies that will affect the evolution of the healthcare system.

Project Management beyond Waterfall and Agile (Best Practices in Portfolio, Program, and Project Management)

by Mounir Ajam

This book goes beyond the paint by numbers approach, transcending the "how" of project management to the "what" and "why," which is critical for leaders of change. — Dr. Joel B. Carboni, President and Founder, GPM Global and President, IPMA-USA <P><P> Project Management beyond Waterfall and Agile presents a flexible, universal, and integrated three-dimensional model for managing projects, the Customizable and Adaptable Methodology for Managing Projects™ (CAMMP™ ). By tailoring and customizing the model to a specific industry or organization and by adapting it to a function or project classification, this model can be used to manage any project. CAMMP™ can also be used both in a traditional or an Agile environment. CAMMP™ integrates leading concepts on competence, processes, and sustainability. The model’s three dimensions are project lifecycle, project management processes, and, finally, competence, sustainability, and best practices. The book explains how to integrate these dimensions to manage a project across the three dimensions and the project stages. CAMMP™ is a stage-gate process, which is vital for project success. <P><P>The current state of practice in project management is not sustainable. The root causes of this problem include a lack of standardized processes, missing methods or methodological approaches, and no real organizational system for managing projects. <P><P>This book introduces a system to address these shortcomings. It focuses on the elements of this system, which is a practical and systematic methodological approach for managing and delivering all types of projects. <P><P>CAMMP™ integrates the best learning from the various global associations in the field. The book distills the experience and knowledge of a practitioner working in different roles for more than three decades on various types of projects of all sizes and complexities. It is a practical book by a practitioner writing for practitioners.

Mastering Nginx

by Dimitri Aivaliotis

This book is a practical step-by-step tutorial with well-explained code snippets, best-practice tips, and reference tables.If you are an experienced systems administrator or systems engineer, familiar with installing and configuring servers to meet specific needs and want to master NGINX, then this book is for you. You do not need to have experience using NGINX already.

Mastering NGINX - Second Edition

by Dimitri Aivaliotis

An in-depth guide to configuring NGINX for your everyday server needs About This Book * Get tips, tricks, and master insight to help you configure NGINX for any server situation * Integrate NGINX into your applications architecture with is, using hands-on guidance and practical code samples that are free to use * Troubleshoot configuration problems before and as they arise, for a seamless NGINX server experience Who This Book Is For This book is for system administrators and engineers who want to personalize NGINX, and design a robust configuration module to solve their hosting problems. Some knowledge of NGINX is a plus, but is not a prerequisite. What You Will Learn * Compile the right third-party module to meet your needs * Write an authentication server to use with the mail proxy module * Create your own SSL certificates to encrypt connections * Use try_files to solve your file-existence check problems * Cache and compress responses to get speedier user interaction * Integrate popular PHP frameworks with the FastCGI module * Construct useful logging configurations In Detail NGINX is a high-performance HTTP server and mail proxy designed to use very few system resources. But despite its power it is often a challenge to properly configure NGINX to meet your expectations. Mastering Nginx is the solution - an insider's guide that will clarify the murky waters of NGINX's configuration. Tune NGINX for various situations, improve your NGINX experience with some of the more obscure configuration directives, and discover how to design and personalize a configuration to match your needs. To begin with, quickly brush up on installing and setting up the NGINX server on the OS and its integration with third-party modules. From here, move on to explain NGINX's mail proxy module and its authentication, and reverse proxy to solve scaling issues. Then see how to integrate NGINX with your applications to perform tasks. The latter part of the book focuses on working through techniques to solve common web issues and the know-hows using NGINX modules. Finally, we will also explore different configurations that will help you troubleshoot NGINX server and assist with performance tuning. Style and approach This is a mastering guide where you will follow an instructional, conversational approach working through problems and their solutions.

Business Research Methodology: Research Process and Methods (Classroom Companion: Business)

by Sergey K. Aityan

This book introduces students to major research processes and methods used in business research. The research process includes all steps in the research project beginning from the problem formulation, through research design, proposal, conducting the research, deriving conclusions, writing research report, and preparing and making presentation. The major research methods include risk assessment, statistics, sampling, hypothesis testing, surveys, and comparative analysis. It helps students develop solid knowledge and practical skills sufficient for conducting a research project from its initiation, through completion, and delivery. The author provides multiple examples as well as the questions and problems for self-testing and self-evaluation in each chapter. The book is structured to provide a smooth flow of understanding and learning the material along the learning curve and is concise enough to fit a one-semester course.

The Online Writer?s Companion: A Complete Guide to Earning Your Living as a Freelancer

by P. J. Aitken

Every year, millions of writers struggle to find work, and most make little more than spare change from the assignments they land. With the expansion of the online freelance marketplace, anyone with the right skills can learn to thrive and build a full-time career as a freelance writer. Author P. J. Aitken shares with readers what those skills are-the same skills that have earned him high levels of success on Upwork and other online freelance platforms. His tips include:Creating the perfect profileWriting winning proposals when bidding on writing jobsGarnering the rating system that will bring recognition and new clientsEstablishing long-term clientsOutsourcing for the most efficient resultsBlogging-for pay!Navigating the best sites and avoiding pitfalls many writers fall intoThe Online Writer’s Companion is an unprecedented and indispensable guide for aspiring writers and authors of various materials and backgrounds, from bloggers to professional writers, students to retirees. It can even touch freelancers in other trades who want to hone their skills. By learning to make the most of a myriad of websites for freelance writers, readers will finally have the knowledge to succeed!Allworth Press, an imprint of Skyhorse Publishing, publishes a broad range of books on the visual and performing arts, with emphasis on the business of art. Our titles cover subjects such as graphic design, theater, branding, fine art, photography, interior design, writing, acting, film, how to start careers, business and legal forms, business practices, and more. While we don't aspire to publish a New York Times bestseller or a national bestseller, we are deeply committed to quality books that help creative professionals succeed and thrive. We often publish in areas overlooked by other publishers and welcome the author whose expertise can help our audience of readers.

Value-Driven IT Management

by Iain Aitken

Value-Driven IT Management explains how huge sums are wasted by companies (and governments) on poorly aligned, poorly justified and poorly managed IT projects based on 'wishful thinking' cost and benefit assumptions and that even 'successful' projects rarely seem to realise the benefits promised.The author contends that the root cause of the disappointment and disillusion often found in senior management with the value extracted from its IT investments is a complacent corporate culture that can actually foster uncommercial behaviours in both users and internal suppliers of IT solutions.The author sets out a detailed, pragmatic framework for commercialising the internal IT Function and measuring its value to the business. This is not to be achieved by deploying conventional IT best practices or by making the IT Function look like an external service provider. Instead the author proposes that the IT Function should transform its value to the business by embracing a small set of best value practices that will engender more commercial behaviours in both IT staff and users and will focus the IT Function's energies on delivering successful business outcomes that will win the respect of senior management.

The Hacker's Handbook: The Strategy Behind Breaking into and Defending Networks

by Dave Aitel Susan Young

The Hacker‘s Handbook: The Strategy Behind Breaking Into and Defending Networks, moves ahead of the pack of books about digital security by revealing the technical aspects of hacking that are least understood by network administrators. This is accomplished by analyzing subjects through a hacking/security dichotomy that details hacking maneuv

Formal Methods and Software Engineering: 21st International Conference on Formal Engineering Methods, ICFEM 2019, Shenzhen, China, November 5–9, 2019, Proceedings (Lecture Notes in Computer Science #11852)

by Yamine Ait-Ameur Shengchao Qin

This book constitutes the proceedings of the 21st International Conference on Formal Engineering Methods, ICFEM 2019, held in Shenzhen, China, in November 2019. The 28 full and 8 short papers presented in this volume were carefully reviewed and selected from 94 submissions. They deal with the recent progress in the use and development of formal engineering methods for software and system design and record the latest development in formal engineering methods.

Implicit and Explicit Semantics Integration in Proof-Based Developments of Discrete Systems: Communications of NII Shonan Meetings

by Yamine Ait-Ameur Shin Nakajima Dominique Méry

This book addresses mechanisms for reducing model heterogeneity induced by the absence of explicit semantics expression in the formal techniques used to specify design models. More precisely, it highlights the advances in handling both implicit and explicit semantics in formal system developments, and discusses different contributions expressing different views and perceptions on the implicit and explicit semantics. The book is based on the discussions at the Shonan meeting on this topic held in 2016, and includes contributions from the participants summarising their perspectives on the problem and offering solutions. Divided into 5 parts: domain modelling, knowledge-based modelling, proof-based modelling, assurance cases, and refinement-based modelling, and offers inspiration for researchers and practitioners in the fields of formal methods, system and software engineering, domain knowledge modelling, requirement analysis, and explicit and implicit semantics of modelling languages.

Theoretical Aspects of Software Engineering: 16th International Symposium, TASE 2022, Cluj-Napoca, Romania, July 8–10, 2022, Proceedings (Lecture Notes in Computer Science #13299)

by Yamine Aït-Ameur Florin Crăciun

This book constitutes the proceedings of the 16th International Conference on Theoretical Aspects of Software Engineering, TASE 2022, held in Cluj-Napoca, Romania, July 2022. The 21 full regular papers presented together with 5 short papers in this book were carefully reviewed and selected from 71 submissions. The topics of the papers covering various fields in software engineering and the latest developments in in formal and theoretical software engineering methods and techniques.

MacRuby: The Definitive Guide

by Matt Aimonetti

Want to build native Mac OS X applications with a sleek, developer-friendly alternative to Objective-C? MacRuby is an ideal choice. This in-depth guide shows you how Apple's implementation of Ruby gives you access to all the features available to Objective-C programmers. You'll get clear, detailed explanations of MacRuby, including quick programming techniques such as prototyping. Perfect for programmers at any level, this book is packed with code samples and complete project examples. If you use Ruby, you can tap your skills to take advantage of Interface Builder, Cocoa libraries, the Objective-C runtime, and more. If you're a Cocoa developer, you'll learn how to improve your productivity with MacRuby. Get up to speed on MacRuby basics, including classes and methods Learn how to use MacRuby with Apple's Xcode developer suite Delve into the primitive object classes and data types in Foundation Kit Build event-driven user interfaces with the AppKit framework Handle relational object persistence with the Core Data framework Use advanced MacRuby techniques, including concurrency and sandboxing Get examples for applications using Twitter and a location web service Embed MacRuby into existing Objective-C applications

MacRuby: Ruby and Cocoa on OS X (Definitive Guide Ser.)

by Matt Aimonetti

Want to build native Mac OS X applications with a sleek, developer-friendly alternative to Objective-C? MacRuby is an ideal choice. This in-depth guide shows you how Apple’s implementation of Ruby gives you access to all the features available to Objective-C programmers. You’ll get clear, detailed explanations of MacRuby, including quick programming techniques such as prototyping.Perfect for programmers at any level, this book is packed with code samples and complete project examples. If you use Ruby, you can tap your skills to take advantage of Interface Builder, Cocoa libraries, the Objective-C runtime, and more. If you’re a Cocoa developer, you’ll learn how to improve your productivity with MacRuby.Get up to speed on MacRuby basics, including classes and methodsLearn how to use MacRuby with Apple’s Xcode developer suiteDelve into the primitive object classes and data types in Foundation KitBuild event-driven user interfaces with the AppKit frameworkHandle relational object persistence with the Core Data frameworkUse advanced MacRuby techniques, including concurrency and sandboxingGet examples for applications using Twitter and a location web serviceEmbed MacRuby into existing Objective-C applications

Foundations and Practice of Security: 14th International Symposium, FPS 2021, Paris, France, December 7–10, 2021, Revised Selected Papers (Lecture Notes in Computer Science #13291)

by Esma Aïmeur Maryline Laurent Reda Yaich Benoît Dupont Joaquin Garcia-Alfaro

This book constitutes the revised selected papers of the 14th International Symposium on Foundations and Practice of Security, FPS 2021, held in Paris, France, in December 2021. The 18 full papers and 9 short paper presented in this book were carefully reviewed and selected from 62 submissions. They cover a range of topics such as Analysis and Detection; Prevention and Efficiency; and Privacy by Design. Chapters “A Quantile-based Watermarking Approach for Distortion Minimization”, “Choosing Wordlists for Password Guessing: An Adaptive Multi-Armed Bandit Approach” and “A Comparative Analysis of Machine Learning Techniques for IoT Intrusion Detection” are available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.

The Cyber Effect: A Pioneering Cyberpsychologist Explains How Human Behaviour Changes Online

by Mary Aiken

Dr Mary Aiken is the world's leading expert in forensic cyberpsychology - a discipline that combines psychology, criminology and technology to investigate the intersection between technology and human behaviour. In this, her first book, Aiken has created a starting point for all future conversations about how the Internet is shaping our perception of the world, development and behaviour, societal norms and values, children, safety and security.Covering everything from the impact of screens on the developing child to the explosion of teen sexting, and the acceleration of compulsive and addictive online behaviours (gaming, shopping, pornography), The Cyber Effect also examines the escalation in cyberchondria (self-diagnosis online), cyberstalking and organized crime in the Deep Web. Cyberspace is an environment full of surveillance, but who is looking out for us? Full of surprising statistics and incredible-but-true case studies of the hidden trends that are shaping our culture, this book raises troubling questions about where the digital revolution is taking us.Upending your assumptions about your online life and forever changing the way you think about the technology that you, your friends and your family use, The Cyber Effect offers a fascinating and chilling look at a future we can still do something about.

The Cyber Effect: A Pioneering Cyberpsychologist Explains How Human Behaviour Changes Online

by Mary Aiken

From the world's leading expert in forensic cyberpsychology - a discipline that combines psychology, forensics and technology - comes a groundbreaking exploration of the impact of technology on human behaviour. The average person now checks their phone over 200 times a day. That's a serious addiction - but because we're all doing it all the time, it doesn't seem quite so scary. And, like all addicts, we have avoided thinking about the implications of the cyber effect. But now, at last, there is someone who can explain what is happening to us, how it works and what we can do about it. In this, the first book of its kind, Dr Mary Aiken applies her expertise in cyber-behavioural analysis to a range of subjects including criminal activity on the Deep Web and Darknet; deviant behaviour; internet addictions; the impact of technology on the developing child; teenagers and the Web; cyber romance and cyber friendships; cyberchrondria; the future of artificial intelligence; and the positive effects on our digital selves, such as online altruism. Packed with vivid stories, eye-opening insights and surprising statistics, The Cyber Effect offers us a fascinating guide through a new future that it's not too late to do something about.(P) 2016 Penguin Random House Audio

Instruction Level Parallelism

by Alex Aiken Utpal Banerjee Arun Kejariwal Alexandru Nicolau

This book precisely formulates and simplifies the presentation of Instruction Level Parallelism (ILP) compilation techniques. It uniquely offers consistent and uniform descriptions of the code transformations involved. Due to the ubiquitous nature of ILP in virtually every processor built today, from general purpose CPUs to application-specific and embedded processors, this book is useful to the student, the practitioner and also the researcher of advanced compilation techniques. With an emphasis on fine-grain instruction level parallelism, this book will also prove interesting to researchers and students of parallelism at large, in as much as the techniques described yield insights that go beyond superscalar and VLIW (Very Long Instruction Word) machines compilation and are more widely applicable to optimizing compilers in general. ILP techniques have found wide and crucial application in Design Automation, where they have been used extensively in the optimization of performance as well as area and power minimization of computer designs.

Contrastive Analysis of Discourse-pragmatic Aspects of Linguistic Genres (Yearbook of Corpus Linguistics and Pragmatics #5)

by Karin Aijmer Diana Lewis

This volume will give readers insight into how genres are characterised by the patterns of frequency and distribution of linguistic features across a number of European languages. The material presented in this book will also stimulate further corpus-based contrastive research including more languages, more genres and different types of corpora. This is the first special issue of the Yearbook of Corpus Linguistics and Pragmatics, a publication that addresses the interface between the two disciplines and offers a platform to scholars who combine both methodologies to present rigorous and interdisciplinary findings about language in real use. Corpus linguistics and Pragmatics have traditionally represented two paths of scientific thought, parallel but often mutually exclusive and excluding. Corpus Linguistics can offer a meticulous methodology based on mathematics and statistics, while Pragmatics is characterized by its effort in the interpretation of intended meaning in real language.

The Construction Industry in the Fourth Industrial Revolution: Proceedings of 11th Construction Industry Development Board (CIDB) Postgraduate Research Conference

by Clinton Aigbavboa Wellington Thwala

This book gathers papers from the 11th Construction Industry Development Board (cidb) Postgraduate Research Conference, held on 28–30 July 2019 in Johannesburg, South Africa. The conference provided an essential forum for reviewing and generating knowledge on Construction 4.0 and, consequently, highlighted processes and practices that allow us to deliver and operate built environment assets more effectively and efficiently by focusing on physical-to-digital and digital-to-physical transformation. The event addressed three broad themes: Industrial production (prefabrication, 3-D printing and assembly, offsite and advanced manufacturing);Cyber-physical systems (actuators, sensors, IoT, robots and cobots for repetitive and dangerous tasks, and drones for mapping, progress monitoring, safety and quality inspections, lifting, moving and positioning); and Technologies (digital ecosystems, digital platforms, BIM, video and laser scanning, AI and cloud computing, big data and data analytics, reality capture, blockchain, simulation, virtual and augmented reality, data standards and interoperability, and vertical and horizontal integration). Given its scope, the book will be of interest to all construction industry and architectural professionals who want to learn about cutting-edge technologies applied to construction

Service-Oriented and Cloud Computing

by Marco Aiello Einar Broch Johnsen Schahram Dustdar Ilche Georgievski

Infotext: This book constitutes the refereed proceedings of the 4th European Conference on Service-Oriented and Cloud computing, ESOCC 2015, held in Taormina, Sicily, Italy, in September 2015. The 13 research papers, three industry papers, and two work-in-progress papers presented were carefully reviewed and selected from 48 submissions. The papers are organized in topical sections on cloud technology, service composition, software development and cloud technology, cloud computing, and industry track.

Next-Gen Digital Services. A Retrospective and Roadmap for Service Computing of the Future: Essays Dedicated to Michael Papazoglou on the Occasion of His 65th Birthday and His Retirement (Lecture Notes in Computer Science #12521)

by Marco Aiello Athman Bouguettaya Damian Andrew Tamburri Willem-Jan van den Heuvel

This book is a festschrift in honour of Mike Papazoglou’s 65th birthday and retirement. It includes 20 contributions from leading researchers who have worked with Mike in his more than 40 years of academic research. Topics are as varied as Mike’s and include service engineering, service management, services and human, IoT, and data-driven services.

Service-Oriented Computing: 17th Symposium and Summer School, SummerSOC 2023, Heraklion, Crete, Greece, June 25 – July 1, 2023, Revised Selected Papers (Communications in Computer and Information Science #1847)

by Marco Aiello Johanna Barzen Schahram Dustdar Frank Leymann

This book constitutes the refereed proceedings of the 17th Symposium and Summer School, SummerSOC 2023, held in Heraklion, Crete, Greece, in June 25–July 1, 2023.The 6 full papers and 3 short papers presented in this book were carefully reviewed and selected from 27 submissions.They are organized in the following sections as follows: Distributed Systems; Smart; and Mixed Technologies.

The Web Was Done by Amateurs: A Reflection on One of the Largest Collective Systems Ever Engineered

by Marco Aiello

This book stems from the desire to systematize and put down on paper essential historical facts about the Web, a system that has undoubtedly changed our lives in just a few decades. But how did it manage to become such a central pillar of modern society, such an indispensable component of our economic and social interactions? How did it evolve from its roots to today? Which competitors, if any, did it have to beat out? Who are the heroes behind its success?These are the sort of questions that the book addresses. Divided into four parts, it follows and critically reflects on the Web’s historical path. “Part I: The Origins” covers the prehistory of the Web. It examines the technology that predated the Web and fostered its birth. In turn, “Part II: The Web” describes the original Web proposal as defined in 1989 by Tim Berners-Lee and the most relevant technologies associated with it. “Part III: The Patches” combines a historical reconstruction of the Web’s evolution with a more critical analysis of its original definition and the necessary changes made to the initial design. In closing, “Part IV: System Engineering” approaches the Web as an engineered infrastructure and reflects on its technical and societal success.The book is unique in its approach, combining historical facts with the technological evolution of the Web. It was written with a technologically engaged and knowledge-thirsty readership in mind, ranging from curious daily Web users to undergraduate computer science and engineering students.

Refine Search

Showing 52,901 through 52,925 of 53,658 results