Browse Results

Showing 20,926 through 20,950 of 62,964 results

Enjoying Natural Computing: Essays Dedicated to Mario de Jesús Pérez-Jiménez on the Occasion of His 70th Birthday (Lecture Notes in Computer Science #11270)

by Grzegorz Rozenberg Arto Salomaa Carmen Graciani Agustín Riscos-Núñez Gheorghe Păun

This Festschrift is in honor of Mario de Jesús Pérez-Jiménez, Professor in the Department of Computer Science of University of Seville, Spain, on the occasion of his 70th birthday. The title of this volume reflects both his main research area, viz., Natural Computing, and the guiding principle of his functioning: “once you choose to do something, enjoy doing it".The respect that Professor Mario de Jesús Pérez-Jiménez enjoys in the scientific community was well demonstrated by the enthusiastic response received to the request to contribute to this book. The contributions by more than 70 authors from 15 countries cover a wide spectrum of research areas and reflect well the broad range of research interests of Professor Mario de Jesús Pérez-Jiménez. The research areas presented in this Festschrift include membrane computing, spiking neural networks, phylogenetic networks, ant colonies optimization, workbench for biocomputing, reaction systems, entropy of computation, rewriting systems, and insertion-deletion systems.

Enriqueça com o seu telemóvel Android: Ganhe dinheiro com o seu telemóvel Android

by Dave McAllen

Pare de se impedir de ganhar dinheiro. É impossível estar falido se tiver um dispositivo Android. Cada vez mais pessoas dão por si a reclamar, quer seja contra o governo, as condições de vida, o dinheiro, os rendimentos, os privilégios, a experiência, as habilidades, a falta de emprego ou, por outro lado, a recuperar de tudo isto. Mas, apesar da ascensão sem precedentes, o nosso entendimento da reclamação está aprisionado em raciocínios infundados do século passado, reclamação como um protesto silencioso ou como um meio de obter alguma atenção, e também em estratégias desatualizadas. Desafiando a ideia de tais reclamantes, Dave McAllen oferece uma perspetiva radical e inovadora, argumentando que reclamar da sorte de alguém não é válido na nossa era digital, em que quase todas as pessoas possuem um telefone Android. Ele oferece alguns exemplos daquilo que pode fazer com o seu telefone e ganhar dinheiro e mostra como ver as coisas desta forma pode ajudá-lo a não se desviar do caminho para o sucesso. Fique então a saber porque é que ele diz que os obstáculos para o seu sucesso são você mesmo.

Ensemble Learning for AI Developers: Learn Bagging, Stacking, and Boosting Methods with Use Cases

by Alok Kumar Mayank Jain

Use ensemble learning techniques and models to improve your machine learning results.Ensemble Learning for AI Developers starts you at the beginning with an historical overview and explains key ensemble techniques and why they are needed. You then will learn how to change training data using bagging, bootstrap aggregating, random forest models, and cross-validation methods. Authors Kumar and Jain provide best practices to guide you in combining models and using tools to boost performance of your machine learning projects. They teach you how to effectively implement ensemble concepts such as stacking and boosting and to utilize popular libraries such as Keras, Scikit Learn, TensorFlow, PyTorch, and Microsoft LightGBM. Tips are presented to apply ensemble learning in different data science problems, including time series data, imaging data, and NLP. Recent advances in ensemble learning are discussed. Sample code is provided in the form of scripts and the IPython notebook.What You Will LearnUnderstand the techniques and methods utilized in ensemble learningUse bagging, stacking, and boosting to improve performance of your machine learning projects by combining models to decrease variance, improve predictions, and reduce biasEnhance your machine learning architecture with ensemble learningWho This Book Is ForData scientists and machine learning engineers keen on exploring ensemble learning

Ensemble Machine Learning Cookbook: Over 35 practical recipes to explore ensemble machine learning techniques using Python

by Dipayan Sarkar Vijayalakshmi Natarajan

This book is for data scientists, machine learning developers, and deep learning enthusiasts who want to deep dive into machine learning algorithms to build powerful ensemble models. Working knowledge of Python programming and basic statistics is expected.

Ensemble Machine Learning: A beginner's guide that combines powerful machine learning algorithms to build optimized models

by Radovan Kavicky Apeksha Jain Ankit Dixit

Key Features Learn how to maximize popular machine learning algorithms such as random forests, decision trees, AdaBoost, K-nearest neighbor, and more Get a practical approach to building efficient machine learning models using ensemble techniques with real-world use cases Implement concepts such as boosting, bagging, and stacking ensemble methods to improve your model prediction accuracy Book Description Ensembling is a technique of combining two or more similar or dissimilar machine learning algorithms to create a model that delivers superior prediction power. This book will show you how you can use many weak algorithms to make a strong predictive model. This book contains Python code for different machine learning algorithms so that you can easily understand and implement it in your own systems. This book covers different machine learning algorithms that are widely used in the practical world to make predictions and classifications. It addresses different aspects of a prediction framework, such as data pre-processing, model training, validation of the model, and more. You will gain knowledge of different machine learning aspects such as bagging (decision trees and random forests), Boosting (Ada-boost) and stacking (a combination of bagging and boosting algorithms). Then you’ll learn how to implement them by building ensemble models using TensorFlow and Python libraries such as scikit-learn and NumPy. As machine learning touches almost every field of the digital world, you’ll see how these algorithms can be used in different applications such as computer vision, speech recognition, making recommendations, grouping and document classification, fitting regression on data, and more. By the end of this book, you’ll understand how to combine machine learning algorithms to work behind the scenes and reduce challenges and common problems. What you will learn -Understand why bagging improves classification and regression performance -Get to grips with implementing AdaBoost and different variants of this algorithm -See the bootstrap method and its application to bagging -Perform regression on Boston housing data using scikit-learn and NumPy -Know how to use Random forest for IRIS data classification -Get to grips with the classification of sonar dataset using KNN, Perceptron, and Logistic Regression -Discover how to improve prediction accuracy by fine-tuning the model parameters -Master the analysis of a trained predictive model for over-fitting/under-fitting cases

Ensemble Machine Learning: Methods and Applications

by Cha Zhang Yunqian Ma

It is common wisdom that gathering a variety of views and inputs improves the process of decision making, and, indeed, underpins a democratic society. Dubbed "ensemble learning" by researchers in computational intelligence and machine learning, it is known to improve a decision system's robustness and accuracy. Now, fresh developments are allowing researchers to unleash the power of ensemble learning in an increasing range of real-world applications. Ensemble learning algorithms such as "boosting" and "random forest" facilitate solutions to key computational issues such as face recognition and are now being applied in areas as diverse as object tracking and bioinformatics. Responding to a shortage of literature dedicated to the topic, this volume offers comprehensive coverage of state-of-the-art ensemble learning techniques, including the random forest skeleton tracking algorithm in the Xbox Kinect sensor, which bypasses the need for game controllers. At once a solid theoretical study and a practical guide, the volume is a windfall for researchers and practitioners alike.

Ensemble Methods for Machine Learning

by Gautam Kunapuli

Ensemble machine learning combines the power of multiple machine learning approaches, working together to deliver models that are highly performant and highly accurate.Inside Ensemble Methods for Machine Learning you will find: Methods for classification, regression, and recommendations Sophisticated off-the-shelf ensemble implementations Random forests, boosting, and gradient boosting Feature engineering and ensemble diversity Interpretability and explainability for ensemble methods Ensemble machine learning trains a diverse group of machine learning models to work together, aggregating their output to deliver richer results than a single model. Now in Ensemble Methods for Machine Learning you&’ll discover core ensemble methods that have proven records in both data science competitions and real-world applications. Hands-on case studies show you how each algorithm works in production. By the time you're done, you'll know the benefits, limitations, and practical methods of applying ensemble machine learning to real-world data, and be ready to build more explainable ML systems. About the Technology Automatically compare, contrast, and blend the output from multiple models to squeeze the best results from your data. Ensemble machine learning applies a &“wisdom of crowds&” method that dodges the inaccuracies and limitations of a single model. By basing responses on multiple perspectives, this innovative approach can deliver robust predictions even without massive datasets. About the Book Ensemble Methods for Machine Learning teaches you practical techniques for applying multiple ML approaches simultaneously. Each chapter contains a unique case study that demonstrates a fully functional ensemble method, with examples including medical diagnosis, sentiment analysis, handwriting classification, and more. There&’s no complex math or theory—you&’ll learn in a visuals-first manner, with ample code for easy experimentation! What&’s Inside Bagging, boosting, and gradient boosting Methods for classification, regression, and retrieval Interpretability and explainability for ensemble methods Feature engineering and ensemble diversity About the Reader For Python programmers with machine learning experience. About the Author Gautam Kunapuli has over 15 years of experience in academia and the machine learning industry. Table of Contents PART 1 - THE BASICS OF ENSEMBLES 1 Ensemble methods: Hype or hallelujah? PART 2 - ESSENTIAL ENSEMBLE METHODS 2 Homogeneous parallel ensembles: Bagging and random forests 3 Heterogeneous parallel ensembles: Combining strong learners 4 Sequential ensembles: Adaptive boosting 5 Sequential ensembles: Gradient boosting 6 Sequential ensembles: Newton boosting PART 3 - ENSEMBLES IN THE WILD: ADAPTING ENSEMBLE METHODS TO YOUR DATA 7 Learning with continuous and count labels 8 Learning with categorical features 9 Explaining your ensembles

Ensemble Methods: Foundations and Algorithms (Chapman & Hall/CRC Machine Learning & Pattern Recognition)

by Zhi-Hua Zhou

An up-to-date, self-contained introduction to a state-of-the-art machine learning approach, Ensemble Methods: Foundations and Algorithms shows how these accurate methods are used in real-world tasks. It gives you the necessary groundwork to carry out further research in this evolving field.After presenting background and terminology, the book cover

Ensemble Methods: Foundations and Algorithms (Chapman & Hall/CRC Machine Learning & Pattern Recognition)

by Zhi-Hua Zhou

Ensemble methods that train multiple learners and then combine them to use, with Boosting and Bagging as representatives, are well-known machine learning approaches. It has become common sense that an ensemble is usually significantly more accurate than a single learner, and ensemble methods have already achieved great success in various real-world tasks.Twelve years have passed since the publication of the first edition of the book in 2012 (Japanese and Chinese versions published in 2017 and 2020, respectively). Many significant advances in this field have been developed. First, many theoretical issues have been tackled, for example, the fundamental question of why AdaBoost seems resistant to overfitting gets addressed, so that now we understand much more about the essence of ensemble methods. Second, ensemble methods have been well developed in more machine learning fields, e.g., isolation forest in anomaly detection, so that now we have powerful ensemble methods for tasks beyond conventional supervised learning.Third, ensemble mechanisms have also been found helpful in emerging areas such as deep learning and online learning. This edition expands on the previous one with additional content to reflect the significant advances in the field, and is written in a concise but comprehensive style to be approachable to readers new to the subject.

Ensuring Digital Accessibility through Process and Policy

by Jonathan Lazar Anne Taylor Daniel Goldstein

This book provides readers with a resource to digital accessibility from both a technical and policy perspective.

Ensuring Software Reliability (Quality and Reliability #Vol. 38)

by Ann Marie Neufelder

Explains how software reliability can be applied to software programs of all sizes, functions and languages, and businesses. This text provides real-life examples from industries such as defence engineering, and finance. It is aimed at software and quality assurance engineers and graduate students.

Ensuring the Integrity of Electronic Health Records: The Best Practices for E-records Compliance

by Orlando López

Data integrity is a critical aspect to the design, implementation, and usage of any system which stores, processes, or retrieves data. The overall intent of any data integrity technique is the same: ensure data is recorded exactly as intended and, upon later retrieval, ensure the data is the same as it was when originally recorded. Any alternation to the data is then traced to the person who made the modification. The integrity of data in a patient’s electronic health record is critical to ensuring the safety of the patient. This book is relevant to production systems and quality control systems associated with the manufacture of pharmaceuticals and medical device products and updates the practical information to enable better understanding of the controls applicable to e-records. The book highlights the e-records suitability implementation and associated risk-assessed controls, and e-records handling. The book also provides updated regulatory standards from global regulatory organizations such as MHRA, Medicines and Healthcare Products Regulatory Agency (UK); FDA, Food and Drug Administration (US); National Medical Products Association (China); TGA, Therapeutic Goods Administration (Australia); SIMGP, Russia State Institute of Medicines and Good Practices; and the World Health Organization, to name a few.

Ensuring the Integrity, Accessibility, and Stewardship of Research Data in the Digital Age

by Institute of Medicine

As digital technologies are expanding the power and reach of research, they are also raising complex issues. These include complications in ensuring the validity of research data; standards that do not keep pace with the high rate of innovation; restrictions on data sharing that reduce the ability of researchers to verify results and build on previous research; and huge increases in the amount of data being generated, creating severe challenges in preserving that data for long-term use. Ensuring the Integrity, Accessibility, and Stewardship of Research Data in the Digital Age examines the consequences of the changes affecting research data with respect to three issues - integrity, accessibility, and stewardship-and finds a need for a new approach to the design and the management of research projects. The report recommends that all researchers receive appropriate training in the management of research data, and calls on researchers to make all research data, methods, and other information underlying results publicly accessible in a timely manner. The book also sees the stewardship of research data as a critical long-term task for the research enterprise and its stakeholders. Individual researchers, research institutions, research sponsors, professional societies, and journals involved in scientific, engineering, and medical research will find this book an essential guide to the principles affecting research data in the digital age.

Entanglement in Spin Chains: From Theory to Quantum Technology Applications (Quantum Science and Technology)

by Abolfazl Bayat Sougato Bose Henrik Johannesson

This book covers recent developments in the understanding, quantification, and exploitation of entanglement in spin chain models from both condensed matter and quantum information perspectives. Spin chain models are at the foundation of condensed matter physics and quantum information technologies and elucidate many fundamental phenomena such as information scrambling, quantum phase transitions, and many-body localization. Moreover, many quantum materials and emerging quantum devices are well described by spin chains. Comprising accessible, self-contained chapters written by leading researchers, this book is essential reading for graduate students and researchers in quantum materials and quantum information. The coverage is comprehensive, from the fundamental entanglement aspects of quantum criticality, non-equilibrium dynamics, classical and quantum simulation of spin chains through to their experimental realizations, and beyond into machine learning applications.

Entanglements and Ambivalences: Africa and China Encounters in Media and Culture (Transdisciplinary Souths)

by Hongwei Bao and Daniel H. Mutibwa

This book explores the media and cultural exchanges between Africa and China in the twenty-first century against the backdrop of the rise of Africa and China in global geopolitics. It situates these cultural encounters in historical and contemporary contexts and through the critical lens of the Global South. It identifies a rising Global South consciousness, despite lingering historical entanglements and emotional ambivalences that continue to characterise Africa-China relations.Bringing together scholars from various disciplines and from different parts of the world, this book examines a wide range of cultural expressions such as arts, literature, translated works, traditional and digital media artefacts and services, and film festivals. It also interrogates emerging cultural interactions, experiences and practices engendered by the increasingly digitalised information and communication technology infrastructure underpinning Africa-China connections and links. In doing so, the book contributes to a more nuanced understanding of Africa-China relations today and the concept of the Global South.

Entdeckt Künstliche Intelligenz außerirdisches Leben?: Wie Maschinen die Suche nach Leben im Universum erleichtern

by Wilfried Domainko

Die Entdeckung von Leben auf anderen Himmelskörpern würde nahelegen, dass es mehrere Wege zur Entstehung und Entwicklung von komplexen Wesen gibt und würde damit unsere Sicht auf das Universum dramatisch verändern. Entsprechend gibt es derzeit eine Vielzahl an astrobiologischen Forschungsprogrammen. Diese Untersuchungen werden entweder vor Ort auf Himmelskörpern in unserem Sonnensystem oder mittels Fernerkundung mit spezialisierten Teleskopen auf Planeten in anderen Sternsystemen durchgeführt. Ferner können durch das Studium von extremen Lebensräumen auf der Erde Rückschlüsse auf mögliche extraterrestrische Habitate gezogen werden. In diesem Buch werden verschiedenen Ansätzen bei der Suche nach außerirdischem Leben vorgestellt. Eine Künstliche Intelligenz kann für diese Fahndung vorteilhaft eingesetzt werden. Sie durchforstet Daten und kann dabei kleinste Hinweise auf die Aktivitäten von Leben finden. Des Weiteren kann sie bei vor-Ort-Untersuchungen in unserem Sonnensystem selbstfahrende Rover, autonome Drohnen und selbst-navigierende U-Boote steuern. Daher werden in diesem Buch die vielfältigen Anwendungsmöglichkeiten von künstlicher Intelligenz bei der Lebenssuche aufgezeigt. Die große Zahl an Forschungsprogrammen in diesem Bereich hat zu einer komplexen Informationslage geführt. Intelligente Dialogsysteme, welche einen substantiellen Teil des Wissens der Menschheit analysieren, werden daher mittlerweile zur Informationsbeschaffung und Informationszusammenführung eingesetzt. Mit Hilfe dieser Künstlichen Intelligenzen generierte Blickwinkel auf Fragen der Lebenssuche auf anderen Himmelskörpern werden in diesem Buch ebenfalls diskutiert.

Enter The World Of Computers: Based on Windows 10 and MS Office 2016 class 1

by Kartikey Kumar

Enter The World Of Computers, for classes 1 to 8, based on NEP 2020 guidelines, introduces primary and middle school students to the world of Computers and Information Technology in a carefully graded manner. It helps the students see computer as their friend, so that they not only understand but also use it with ease and to their advantage.

Enterprise 2.0: Social Networking Tools to Transform Your Organization

by Jessica Keyes

Enterprise 2.0 (E 2.0) has caught the collective imagination of executives who are innovating to radically change the face of business. E 2.0 takes full benefit of social networking, including blogs, discussion boards, mashups, and all that is sharable and combinable.Examining organizations and their social activities, Enterprise 2.0: Social N

Enterprise AI For Dummies

by Zachary Jarvinen

Master the application of artificial intelligence in your enterprise with the book series trusted by millions In Enterprise AI For Dummies, author Zachary Jarvinen simplifies and explains to readers the complicated world of artificial intelligence for business. Using practical examples, concrete applications, and straightforward prose, the author breaks down the fundamental and advanced topics that form the core of business AI. Written for executives, managers, employees, consultants, and students with an interest in the business applications of artificial intelligence, Enterprise AI For Dummies demystifies the sometimes confusing topic of artificial intelligence. No longer will you lag behind your colleagues and friends when discussing the benefits of AI and business. The book includes discussions of AI applications, including : · Streamlining business operations · Improving decision making · Increasing automation · Maximizing revenue The For Dummies series makes topics understandable, and as such, this book is written in an easily understood style that’s perfect for anyone who seeks an introduction to a usually unforgiving topic.

Enterprise AI in the Cloud: A Practical Guide to Deploying End-to-End Machine Learning and ChatGPT Solutions (Tech Today)

by Rabi Jay

Embrace emerging AI trends and integrate your operations with cutting-edge solutions Enterprise AI in the Cloud: A Practical Guide to Deploying End-to-End Machine Learning and ChatGPT Solutions is an indispensable resource for professionals and companies who want to bring new AI technologies like generative AI, ChatGPT, and machine learning (ML) into their suite of cloud-based solutions. If you want to set up AI platforms in the cloud quickly and confidently and drive your business forward with the power of AI, this book is the ultimate go-to guide. The author shows you how to start an enterprise-wide AI transformation effort, taking you all the way through to implementation, with clearly defined processes, numerous examples, and hands-on exercises. You’ll also discover best practices on optimizing cloud infrastructure for scalability and automation.Enterprise AI in the Cloud helps you gain a solid understanding of: AI-First Strategy: Adopt a comprehensive approach to implementing corporate AI systems in the cloud and at scale, using an AI-First strategy to drive innovation State-of-the-Art Use Cases: Learn from emerging AI/ML use cases, such as ChatGPT, VR/AR, blockchain, metaverse, hyper-automation, generative AI, transformer models, Keras, TensorFlow in the cloud, and quantum machine learning Platform Scalability and MLOps (ML Operations): Select the ideal cloud platform and adopt best practices on optimizing cloud infrastructure for scalability and automation AWS, Azure, Google ML: Understand the machine learning lifecycle, from framing problems to deploying models and beyond, leveraging the full power of Azure, AWS, and Google Cloud platforms AI-Driven Innovation Excellence: Get practical advice on identifying potential use cases, developing a winning AI strategy and portfolio, and driving an innovation culture Ethical and Trustworthy AI Mastery: Implement Responsible AI by avoiding common risks while maintaining transparency and ethics Scaling AI Enterprise-Wide: Scale your AI implementation using Strategic Change Management, AI Maturity Models, AI Center of Excellence, and AI Operating Model Whether you're a beginner or an experienced AI or MLOps engineer, business or technology leader, or an AI student or enthusiast, this comprehensive resource empowers you to confidently build and use AI models in production, bridging the gap between proof-of-concept projects and real-world AI deployments. With over 300 review questions, 50 hands-on exercises, templates, and hundreds of best practice tips to guide you through every step of the way, this book is a must-read for anyone seeking to accelerate AI transformation across their enterprise.

Enterprise API Management: Design and deliver valuable business APIs

by Luis Weir Zdenek "Z" Nemec

A strategy and implementation guide for building, deploying, and managing APIs Key Features Comprehensive, end-to-end guide to business-driven enterprise APIs Distills years of experience with API and microservice strategies Provides detailed guidance on implementing API-led architectures in any business Book Description APIs are the cornerstone of modern, agile enterprise systems. They enable access to enterprise services from a wide variety of devices, act as a platform for innovation, and open completely new revenue streams. Enterprise API Management shows how to define the right architecture, implement the right patterns, and define the right organization model for business-driven APIs. Drawing on his experience of developing API and microservice strategies for some of the world's largest companies, Luis Weir explains how APIs deliver value across an enterprise. The book explores the architectural decisions, implementation patterns, and management practices for successful enterprise APIs, as well as providing clear, actionable advice on choosing and executing the right API strategy in your enterprise. With a relentless focus on creating business value, Luis Weir reveals an effective method for planning, building, and running business products and services with APIs. What you will learn Create API strategies to deliver business value Monetize APIs, promoting them through public marketplaces and directories Develop API-led architectures, applying best practice architecture patterns Choose between REST, GraphQL, and gRPC-style API architectures Manage APIs and microservices through the complete life cycle Deploy APIs and business products, as well as Target Operating Models Lead product-based organizations to embrace DevOps and focus on delivering business capabilities Who this book is for Architects, developers, and technology executives who want to deliver successful API strategies that bring business value.

Enterprise Agility: Being Agile in a Changing World

by Sunil Mundra

Enterprise Agility is practical framework for enhancing Agility and equipping your company with the tools to survive. Key Features● Prepare your company to navigate the rapidly-moving business world● Enhance Agility in every component of your organization● Build a framework that meets the unique requirements of your enterpriseBook DescriptionThe biggest challenge enterprises face today is dealing with fast-paced change in all spheres of business. Enterprise Agility shows how an enterprise can address this challenge head on and thrive in the dynamic environment. Avoiding the mechanistic construction of existing enterprises that focus on predictability and certainty, Enterprise Agility delivers practical advice for responding and adapting to the scale and accelerating pace of disruptive change in the business environment.Agility is a fundamental shift in thinking about how enterprises work to effectively deal with disruptive changes in the business environment. The core belief underlying agility is that enterprises are open and living systems. These living systems, also known as complex adaptive systems (CAS), are ideally suited to deal with change very effectively.Agility is to enterprises what health is to humans. There are some foundational principles that can be broadly applied, but the definition of healthy is very specific to each individual. Enterprise Agility takes a similar approach with regard to agility: it suggests foundational practices to improve the overall health of the body—culture, mindset, and leadership—and the health of its various organs: people, process, governance, structure, technology, and customers. The book also suggests a practical framework to create a plan to enhance agility.What you will learnDrive agility-oriented change across the enterpriseUnderstand why agility matters (more than ever) to modern enterprises Adopt and influence an Agile mindset in your teams and in your organization Understand the concept of a CAS and how to model enterprise and leadership behaviors on CAS characteristics to enhance enterprise agility Understand and convey the differences between Agile and true enterprise agility Create an enterprise-specific action plan to enhance agility Become a champion for enterprise agilityRecognize the advantages and challenges of distributed teams, and how Agile ways of working can remedy the rough spotsEnable and motivate your IT partners to adopt Agile ways of workingWho this book is forEnterprise Agility is a tool for anyone with the motivation to influence outcomes in an enterprise, who aspires to improve Agility. Readers from the following backgrounds will benefit: chief executive officer, chief information officer, people/human resource director, information technology director, head of change program, head of transformation, and Agile coach/consultant.

Enterprise Android

by G. Blake Meike Zigurd Mednieks Laird Dornin Zane Pan

The definitive guide to building data-driven Android applications for enterprise systemsAndroid devices represent a rapidly growing share of the mobile device market. With the release of Android 4, they are moving beyond consumer applications into corporate/enterprise use. Developers who want to start building data-driven Android applications that integrate with enterprise systems will learn how with this book. In the tradition of Wrox Professional guides, it thoroughly covers sharing and displaying data, transmitting data to enterprise applications, and much more.Shows Android developers who are not familiar with database development how to design and build data-driven applications for Android devices and integrate them with existing enterprise systems Explores how to collect and store data using SQLite, share data using content providers, and display data using adapters Covers migrating data using various methods and tools; transmitting data to the enterprise using web services; serializing, securing, and synchronizing data Shows how to take advantage of the built-in capabilities of the Android OS to integrate applications into enterprise class systemsEnterprise Android prepares any Android developer to start creating data-intensive applications that today's businesses demand.

Enterprise Application Architecture with .NET Core

by Ovais Mehboob Khan Ganesan Senthilvel Habib Ahmed Qureshi

Architect and design highly scalable, robust, clean and highly performant applications in .NET Core 1.0 About This Book • Incorporate architectural soft-skills such as DevOps and Agile methodologies to enhance program-level objectives • Gain knowledge of architectural approaches on the likes of SOA architecture and microservices to provide traceability and rationale for architectural decisions • Explore a variety of practical use cases and code examples to implement the tools and techniques described in the book Who This Book Is For This book is for experienced .NET developers who are aspiring to become architects of enterprise-grade applications, as well as software architects who would like to leverage .NET to create effective blueprints of applications. What You Will Learn • Grasp the important aspects and best practices of application lifecycle management • Leverage the popular ALM tools, application insights, and their usage to monitor performance, testability, and optimization tools in an enterprise • Explore various authentication models such as social media-based authentication, 2FA and OpenID Connect, learn authorization techniques • Explore Azure with various solution approaches for Microservices and Serverless architecture along with Docker containers • Gain knowledge about the recent market trends and practices and how they can be achieved with .NET Core and Microsoft tools and technologies In Detail If you want to design and develop enterprise applications using .NET Core as the development framework and learn about industry-wide best practices and guidelines, then this book is for you. The book starts with a brief introduction to enterprise architecture, which will help you to understand what enterprise architecture is and what the key components are. It will then teach you about the types of patterns and the principles of software development, and explain the various aspects of distributed computing to keep your applications effective and scalable. These chapters act as a catalyst to start the practical implementation, and design and develop applications using different architectural approaches, such as layered architecture, service oriented architecture, microservices and cloud-specific solutions. Gradually, you will learn about the different approaches and models of the Security framework and explore various authentication models and authorization techniques, such as social media-based authentication and safe storage using app secrets. By the end of the book, you will get to know the concepts and usage of the emerging fields, such as DevOps, BigData, architectural practices, and Artificial Intelligence. Style and approach Filled with examples and use cases, this guide takes a no-nonsense approach to show you the best tools and techniques required to become a successful software architect.

Enterprise Application Development with C# 10 and .NET 6: Become a professional .NET developer by learning expert techniques for building scalable applications, 2nd Edition

by Ravindra Akella Arun Kumar Tamirisa Suneel Kumar Kunani Bhupesh Guptha Muthiyalu

A comprehensive guide to every important component of C# and .NET 6 required to build robust enterprise web applicationsKey FeaturesExplore the advanced features of C# and .NET 6 to enhance your code and productivityFollow clear and easy instructions for building an end-to-end enterprise applicationLearn how to build scalable web applications and host them on the cloudBook DescriptionBuilding production-ready enterprise applications can be a challenging task due to the overabundance of tools and their different versions that make app development complex. This book simplifies the process with an end-to-end road map for building enterprise applications from scratch using the latest features of .NET Core 6 and C# 10.Throughout the book, you'll work on creating an enterprise app, adding a key component to the app with each chapter, before ?nally getting it ready for testing and deployment. You'll learn concepts relating to advanced data structures, the Entity Framework Core, parallel programming, and dependency injection. As you progress, you'll cover various authentication and authorization schemes provided by .NET Core to make your apps and APIs secure. The book then shows you how the latest Microsoft Visual Studio and C# 10 help you simplify developer tasks and shares tips and tricks in Visual Studio to improve your productivity. You'll discover various testing techniques, such as unit testing and performance testing, as well as di?erent methods to deploy enterprise apps.By the end of this book, you'll be able to create enterprise apps using the powerful features of .NET 6 and deploy them to the cloud while working with various cloud components using Azure.What you will learnDesign enterprise apps by making the most of the latest features of .NET 6Discover di?erent layers of an app, such as the data layer, API layer, and web layerExplore end-to-end architecture by implementing an enterprise web app using .NET and C# 10 and deploying it on AzureFocus on the core concepts of web application development and implement them in .NET 6Integrate the new .NET 6 health and performance check APIs into your appExplore MAUI and build an application targeting multiple platforms - Android, iOS, and WindowsWho this book is forIf you are a developer, architect, or senior programmer, this book will show you how to leverage the features of .NET 6 and the C# language, as well as help you grasp essential techniques to build your skills.

Refine Search

Showing 20,926 through 20,950 of 62,964 results