Automated Machine Learning For Business

eBook Download

BOOK EXCERPT:

Teaches the machine learning process for business students and professionals using automated machine learning, a new development in data science that requires only a few weeks to learn instead of years of training Though the concept of computers learning to solve a problem may still conjure thoughts of futuristic artificial intelligence, the reality is that machine learning algorithms now exist within most major software, including Websites and even word processors. These algorithms are transforming society in the most radical way since the Industrial Revolution, primarily through automating tasks such as deciding which users to advertise to, which machines are likely to break down, and which stock to buy and sell. While this work no longer always requires advanced technical expertise, it is crucial that practitioners and students alike understand the world of machine learning. In this book, Kai R. Larsen and Daniel S. Becker teach the machine learning process using a new development in data science: automated machine learning (AutoML). AutoML, when implemented properly, makes machine learning accessible by removing the need for years of experience in the most arcane aspects of data science, such as math, statistics, and computer science. Larsen and Becker demonstrate how anyone trained in the use of AutoML can use it to test their ideas and support the quality of those ideas during presentations to management and stakeholder groups. Because the requisite investment is a few weeks rather than a few years of training, these tools will likely become a core component of undergraduate and graduate programs alike. With first-hand examples from the industry-leading DataRobot platform, Automated Machine Learning for Business provides a clear overview of the process and engages with essential tools for the future of data science.

Product Details :

Genre : Business & Economics
Author : Kai R. Larsen
Publisher : Oxford University Press
Release : 2021-05-27
File : 400 Pages
ISBN-13 : 9780190941680


Automated Machine Learning

eBook Download

BOOK EXCERPT:

Get to grips with automated machine learning and adopt a hands-on approach to AutoML implementation and associated methodologies Key FeaturesGet up to speed with AutoML using OSS, Azure, AWS, GCP, or any platform of your choiceEliminate mundane tasks in data engineering and reduce human errors in machine learning modelsFind out how you can make machine learning accessible for all users to promote decentralized processesBook Description Every machine learning engineer deals with systems that have hyperparameters, and the most basic task in automated machine learning (AutoML) is to automatically set these hyperparameters to optimize performance. The latest deep neural networks have a wide range of hyperparameters for their architecture, regularization, and optimization, which can be customized effectively to save time and effort. This book reviews the underlying techniques of automated feature engineering, model and hyperparameter tuning, gradient-based approaches, and much more. You'll discover different ways of implementing these techniques in open source tools and then learn to use enterprise tools for implementing AutoML in three major cloud service providers: Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform. As you progress, you’ll explore the features of cloud AutoML platforms by building machine learning models using AutoML. The book will also show you how to develop accurate models by automating time-consuming and repetitive tasks in the machine learning development lifecycle. By the end of this machine learning book, you’ll be able to build and deploy AutoML models that are not only accurate, but also increase productivity, allow interoperability, and minimize feature engineering tasks. What you will learnExplore AutoML fundamentals, underlying methods, and techniquesAssess AutoML aspects such as algorithm selection, auto featurization, and hyperparameter tuning in an applied scenarioFind out the difference between cloud and operations support systems (OSS)Implement AutoML in enterprise cloud to deploy ML models and pipelinesBuild explainable AutoML pipelines with transparencyUnderstand automated feature engineering and time series forecastingAutomate data science modeling tasks to implement ML solutions easily and focus on more complex problemsWho this book is for Citizen data scientists, machine learning developers, artificial intelligence enthusiasts, or anyone looking to automatically build machine learning models using the features offered by open source tools, Microsoft Azure Machine Learning, AWS, and Google Cloud Platform will find this book useful. Beginner-level knowledge of building ML models is required to get the best out of this book. Prior experience in using Enterprise cloud is beneficial.

Product Details :

Genre : Computers
Author : Adnan Masood
Publisher : Packt Publishing Ltd
Release : 2021-02-18
File : 312 Pages
ISBN-13 : 9781800565524


Automated Machine Learning With Microsoft Azure

eBook Download

BOOK EXCERPT:

A practical, step-by-step guide to using Microsoft's AutoML technology on the Azure Machine Learning service for developers and data scientists working with the Python programming language Key FeaturesCreate, deploy, productionalize, and scale automated machine learning solutions on Microsoft AzureImprove the accuracy of your ML models through automatic data featurization and model trainingIncrease productivity in your organization by using artificial intelligence to solve common problemsBook Description Automated Machine Learning with Microsoft Azure will teach you how to build high-performing, accurate machine learning models in record time. It will equip you with the knowledge and skills to easily harness the power of artificial intelligence and increase the productivity and profitability of your business. Guided user interfaces (GUIs) enable both novices and seasoned data scientists to easily train and deploy machine learning solutions to production. Using a careful, step-by-step approach, this book will teach you how to use Azure AutoML with a GUI as well as the AzureML Python software development kit (SDK). First, you'll learn how to prepare data, train models, and register them to your Azure Machine Learning workspace. You'll then discover how to take those models and use them to create both automated batch solutions using machine learning pipelines and real-time scoring solutions using Azure Kubernetes Service (AKS). Finally, you will be able to use AutoML on your own data to not only train regression, classification, and forecasting models but also use them to solve a wide variety of business problems. By the end of this Azure book, you'll be able to show your business partners exactly how your ML models are making predictions through automatically generated charts and graphs, earning their trust and respect. What you will learnUnderstand how to train classification, regression, and forecasting ML algorithms with Azure AutoMLPrepare data for Azure AutoML to ensure smooth model training and deploymentAdjust AutoML configuration settings to make your models as accurate as possibleDetermine when to use a batch-scoring solution versus a real-time scoring solutionProductionalize your AutoML and discover how to quickly deliver valueCreate real-time scoring solutions with AutoML and Azure Kubernetes ServiceTrain a large number of AutoML models at once using the AzureML Python SDKWho this book is for Data scientists, aspiring data scientists, machine learning engineers, or anyone interested in applying artificial intelligence or machine learning in their business will find this machine learning book useful. You need to have beginner-level knowledge of artificial intelligence and a technical background in computer science, statistics, or information technology before getting started. Familiarity with Python will help you implement the more advanced features found in the chapters, but even data analysts and SQL experts will be able to train ML models after finishing this book.

Product Details :

Genre : Computers
Author : Dennis Michael Sawyers
Publisher : Packt Publishing Ltd
Release : 2021-04-23
File : 340 Pages
ISBN-13 : 9781800561977


Hands On Automated Machine Learning

eBook Download

BOOK EXCERPT:

Automate data and model pipelines for faster machine learning applications Key Features Build automated modules for different machine learning components Understand each component of a machine learning pipeline in depth Learn to use different open source AutoML and feature engineering platforms Book Description AutoML is designed to automate parts of Machine Learning. Readily available AutoML tools are making data science practitioners’ work easy and are received well in the advanced analytics community. Automated Machine Learning covers the necessary foundation needed to create automated machine learning modules and helps you get up to speed with them in the most practical way possible. In this book, you’ll learn how to automate different tasks in the machine learning pipeline such as data preprocessing, feature selection, model training, model optimization, and much more. In addition to this, it demonstrates how you can use the available automation libraries, such as auto-sklearn and MLBox, and create and extend your own custom AutoML components for Machine Learning. By the end of this book, you will have a clearer understanding of the different aspects of automated Machine Learning, and you’ll be able to incorporate automation tasks using practical datasets. You can leverage your learning from this book to implement Machine Learning in your projects and get a step closer to winning various machine learning competitions. What you will learn Understand the fundamentals of Automated Machine Learning systems Explore auto-sklearn and MLBox for AutoML tasks Automate your preprocessing methods along with feature transformation Enhance feature selection and generation using the Python stack Assemble individual components of ML into a complete AutoML framework Demystify hyperparameter tuning to optimize your ML models Dive into Machine Learning concepts such as neural networks and autoencoders Understand the information costs and trade-offs associated with AutoML Who this book is for If you’re a budding data scientist, data analyst, or Machine Learning enthusiast and are new to the concept of automated machine learning, this book is ideal for you. You’ll also find this book useful if you’re an ML engineer or data professional interested in developing quick machine learning pipelines for your projects. Prior exposure to Python programming will help you get the best out of this book.

Product Details :

Genre : Computers
Author : Sibanjan Das
Publisher : Packt Publishing Ltd
Release : 2018-04-26
File : 273 Pages
ISBN-13 : 9781788622288


Automated Machine Learning On Aws

eBook Download

BOOK EXCERPT:

Automate the process of building, training, and deploying machine learning applications to production with AWS solutions such as SageMaker Autopilot, AutoGluon, Step Functions, Amazon Managed Workflows for Apache Airflow, and more Key FeaturesExplore the various AWS services that make automated machine learning easierRecognize the role of DevOps and MLOps methodologies in pipeline automationGet acquainted with additional AWS services such as Step Functions, MWAA, and more to overcome automation challengesBook Description AWS provides a wide range of solutions to help automate a machine learning workflow with just a few lines of code. With this practical book, you'll learn how to automate a machine learning pipeline using the various AWS services. Automated Machine Learning on AWS begins with a quick overview of what the machine learning pipeline/process looks like and highlights the typical challenges that you may face when building a pipeline. Throughout the book, you'll become well versed with various AWS solutions such as Amazon SageMaker Autopilot, AutoGluon, and AWS Step Functions to automate an end-to-end ML process with the help of hands-on examples. The book will show you how to build, monitor, and execute a CI/CD pipeline for the ML process and how the various CI/CD services within AWS can be applied to a use case with the Cloud Development Kit (CDK). You'll understand what a data-centric ML process is by working with the Amazon Managed Services for Apache Airflow and then build a managed Airflow environment. You'll also cover the key success criteria for an MLSDLC implementation and the process of creating a self-mutating CI/CD pipeline using AWS CDK from the perspective of the platform engineering team. By the end of this AWS book, you'll be able to effectively automate a complete machine learning pipeline and deploy it to production. What you will learnEmploy SageMaker Autopilot and Amazon SageMaker SDK to automate the machine learning processUnderstand how to use AutoGluon to automate complicated model building tasksUse the AWS CDK to codify the machine learning processCreate, deploy, and rebuild a CI/CD pipeline on AWSBuild an ML workflow using AWS Step Functions and the Data Science SDKLeverage the Amazon SageMaker Feature Store to automate the machine learning software development life cycle (MLSDLC)Discover how to use Amazon MWAA for a data-centric ML processWho this book is for This book is for the novice as well as experienced machine learning practitioners looking to automate the process of building, training, and deploying machine learning-based solutions into production, using both purpose-built and other AWS services. A basic understanding of the end-to-end machine learning process and concepts, Python programming, and AWS is necessary to make the most out of this book.

Product Details :

Genre : Computers
Author : Trenton Potgieter
Publisher : Packt Publishing Ltd
Release : 2022-04-15
File : 421 Pages
ISBN-13 : 9781801814522


Automated Machine Learning For Business

eBook Download

BOOK EXCERPT:

This book teaches the full process of how to conduct machine learning in an organizational setting. It develops the problem-solving mind-set needed for machine learning and takes the reader through several exercises using an automated machine learning tool. To build experience with machine learning, the book provides access to the industry-leading AutoML tool, DataRobot, and provides several data sets designed to build deep hands-on knowledge of machinelearning.

Product Details :

Genre : Business & Economics
Author : Kai R. Larsen
Publisher : Oxford University Press
Release : 2021
File : 353 Pages
ISBN-13 : 9780190941659


Mastering Automated Machine Learning Concepts Tools And Techniques

eBook Download

BOOK EXCERPT:

"Mastering Automated Machine Learning: Concepts, Tools, and Techniques" is an essential guide for anyone seeking to unlock the full potential of Automated Machine Learning (AutoML), a groundbreaking technology transforming the field of data science. By automating complex and time-consuming processes, AutoML is making machine learning more efficient and accessible to a broader range of professionals. This book offers an in-depth exploration of core principles, state-of-the-art methodologies, and the practical tools that define AutoML. From data preparation and feature engineering to model selection, tuning, and deployment, readers will acquire a thorough understanding of how AutoML streamlines the entire machine learning pipeline. Whether you're a data scientist, machine learning engineer, or software developer eager to harness the power of automation, "Mastering Automated Machine Learning" provides the insights you need to implement cutting-edge AutoML solutions. With practical examples and guidance on using Python-based frameworks, this book equips you to revolutionize your data science projects. Embrace the future of machine learning and optimize your workflows with "Mastering Automated Machine Learning: Concepts, Tools, and Techniques."

Product Details :

Genre : Computers
Author : Peter Jones
Publisher : Walzone Press
Release : 2024-10-12
File : 214 Pages
ISBN-13 :


Practical Automated Machine Learning On Azure

eBook Download

BOOK EXCERPT:

Develop smart applications without spending days and weeks building machine-learning models. With this practical book, you’ll learn how to apply automated machine learning (AutoML), a process that uses machine learning to help people build machine learning models. Deepak Mukunthu, Parashar Shah, and Wee Hyong Tok provide a mix of technical depth, hands-on examples, and case studies that show how customers are solving real-world problems with this technology. Building machine-learning models is an iterative and time-consuming process. Even those who know how to create ML models may be limited in how much they can explore. Once you complete this book, you’ll understand how to apply AutoML to your data right away. Learn how companies in different industries are benefiting from AutoML Get started with AutoML using Azure Explore aspects such as algorithm selection, auto featurization, and hyperparameter tuning Understand how data analysts, BI professions, developers can use AutoML in their familiar tools and experiences Learn how to get started using AutoML for use cases including classification, regression, and forecasting.

Product Details :

Genre : Computers
Author : Deepak Mukunthu
Publisher : O'Reilly Media
Release : 2019-09-23
File : 199 Pages
ISBN-13 : 9781492055563


Artificial Intelligence In Business Management

eBook Download

BOOK EXCERPT:

Artificial Intelligence in Business Management is a review of artificial intelligence (AI) applications in businesses. This book adopts a cross-disciplinary strategy toward AI adoption. Book chapters explore many projects that go beyond simple data management and accessibility to showcase the growing role of artificial intelligence and machine learning in the enterprise data space. AI methods for tackling marketing and commercial strategies, as well as the use of AI and machine learning in tourism, insurance and healthcare systems, are discussed. A study on the significance of cultural assets in evaluating risks and protection is also presented. The content gives valuable insights on the application and implications of artificial intelligence and machine learning from this book to readers aiming for corporate roles, such as directors, executives, senior software developers, and digital transformation managers. The book is an essential resource for researchers and professionals in business, economics, and allied disciplines.

Product Details :

Genre : Antiques & Collectibles
Author : Mohammed Majeed
Publisher : Bentham Science Publishers
Release : 2024-08-07
File : 154 Pages
ISBN-13 : 9789815238228


Machine Learning Automation With Tpot

eBook Download

BOOK EXCERPT:

Discover how TPOT can be used to handle automation in machine learning and explore the different types of tasks that TPOT can automate Key FeaturesUnderstand parallelism and how to achieve it in Python.Learn how to use neurons, layers, and activation functions and structure an artificial neural network.Tune TPOT models to ensure optimum performance on previously unseen data.Book Description The automation of machine learning tasks allows developers more time to focus on the usability and reactivity of the software powered by machine learning models. TPOT is a Python automated machine learning tool used for optimizing machine learning pipelines using genetic programming. Automating machine learning with TPOT enables individuals and companies to develop production-ready machine learning models cheaper and faster than with traditional methods. With this practical guide to AutoML, developers working with Python on machine learning tasks will be able to put their knowledge to work and become productive quickly. You'll adopt a hands-on approach to learning the implementation of AutoML and associated methodologies. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, this book will show you how to build automated classification and regression models and compare their performance to custom-built models. As you advance, you'll also develop state-of-the-art models using only a couple of lines of code and see how those models outperform all of your previous models on the same datasets. By the end of this book, you'll have gained the confidence to implement AutoML techniques in your organization on a production level. What you will learnGet to grips with building automated machine learning modelsBuild classification and regression models with impressive accuracy in a short timeDevelop neural network classifiers with AutoML techniquesCompare AutoML models with traditional, manually developed models on the same datasetsCreate robust, production-ready modelsEvaluate automated classification models based on metrics such as accuracy, recall, precision, and f1-scoreGet hands-on with deployment using Flask-RESTful on localhostWho this book is for Data scientists, data analysts, and software developers who are new to machine learning and want to use it in their applications will find this book useful. This book is also for business users looking to automate business tasks with machine learning. Working knowledge of the Python programming language and beginner-level understanding of machine learning are necessary to get started.

Product Details :

Genre : Computers
Author : Dario Radecic
Publisher : Packt Publishing Ltd
Release : 2021-05-07
File : 270 Pages
ISBN-13 : 9781800564961