![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Applications of computing > Artificial intelligence > Machine learning
If you're training a machine learning model but aren't sure how to put it into production, this book will get you there. Kubeflow provides a collection of cloud native tools for different stages of a model's lifecycle, from data exploration, feature preparation, and model training to model serving. This guide helps data scientists build production-grade machine learning implementations with Kubeflow and shows data engineers how to make models scalable and reliable. Using examples throughout the book, authors Holden Karau, Trevor Grant, Ilan Filonenko, Richard Liu, and Boris Lublinsky explain how to use Kubeflow to train and serve your machine learning models on top of Kubernetes in the cloud or in a development environment on-premises. Understand Kubeflow's design, core components, and the problems it solves Learn how to set up Kubeflow on a cloud provider or on an in-house cluster Train models using Kubeflow with popular tools including scikit-learn, TensorFlow, and Apache Spark Learn how to add custom stages such as serving and prediction Keep your model up-to-date with Kubeflow Pipelines Understand how to validate machine learning pipelines
This book presents ground-breaking advances in the domain of causal structure learning. The problem of distinguishing cause from effect ("Does altitude cause a change in atmospheric pressure, or vice versa?") is here cast as a binary classification problem, to be tackled by machine learning algorithms. Based on the results of the ChaLearn Cause-Effect Pairs Challenge, this book reveals that the joint distribution of two variables can be scrutinized by machine learning algorithms to reveal the possible existence of a "causal mechanism", in the sense that the values of one variable may have been generated from the values of the other. This book provides both tutorial material on the state-of-the-art on cause-effect pairs and exposes the reader to more advanced material, with a collection of selected papers. Supplemental material includes videos, slides, and code which can be found on the workshop website. Discovering causal relationships from observational data will become increasingly important in data science with the increasing amount of available data, as a means of detecting potential triggers in epidemiology, social sciences, economy, biology, medicine, and other sciences.
Succeed on the AWS Machine Learning exam or in your next job as a machine learning specialist on the AWS Cloud platform with this hands-on guide As the most popular cloud service in the world today, Amazon Web Services offers a wide range of opportunities for those interested in the development and deployment of artificial intelligence and machine learning business solutions. The AWS Certified Machine Learning Study Guide: Specialty (MLS-CO1) Exam delivers hyper-focused, authoritative instruction for anyone considering the pursuit of the prestigious Amazon Web Services Machine Learning certification or a new career as a machine learning specialist working within the AWS architecture. From exam to interview to your first day on the job, this study guide provides the domain-by-domain specific knowledge you need to build, train, tune, and deploy machine learning models with the AWS Cloud. And with the practice exams and assessments, electronic flashcards, and supplementary online resources that accompany this Study Guide, you'll be prepared for success in every subject area covered by the exam. You'll also find: An intuitive and organized layout perfect for anyone taking the exam for the first time or seasoned professionals seeking a refresher on machine learning on the AWS Cloud Authoritative instruction on a widely recognized certification that unlocks countless career opportunities in machine learning and data science Access to the Sybex online learning resources and test bank, with chapter review questions, a full-length practice exam, hundreds of electronic flashcards, and a glossary of key terms AWS Certified Machine Learning Study Guide: Specialty (MLS-CO1) Exam is an indispensable guide for anyone seeking to prepare themselves for success on the AWS Certified Machine Learning Specialty exam or for a job interview in the field of machine learning, or who wishes to improve their skills in the field as they pursue a career in AWS machine learning.
The IMA Workshop on Evolutionary Algorithms brought together many of the top researchers in the area of Evolutionary Computation for a week of intensive interaction. The field of Evolutionary Computation has developed significantly over the past 30 years and today consists of a variety of subfields such as genetic algorithms, evolution strategies, evolutionary programming, and genetic programming, each with its own algorithmic perspectives and goals. The workshop did a great deal to clarify the current state of the theory of Evolutionary Algorithms. The existing theory might be characterized as deriving from two principal approaches. There is a high level macro-theory that looks at the processing of "building blocks" and "schemata" that are shared by many good solutions when searching a problem space. There is also a low level micro-theory that builds exact Markov models of the search process. It is sometimes hard for researchers working at such different levels of abstraction to interact. The IMA workshop allowed researchers working at these different levels to present their points of view and to move toward common ground. There was real progress in communication between theorists and practitioners in the evolutionary computation field. Speakers presented applications across a wide range of problem areas. In some of those cases, theoretically motivated methods work quite well. In other cases, practitioners used domain-based methods to obtain better performance than could be achieved by using a "pure" evolutionary algorithm. Individuals on both sides went away with a better appreciation of the successes and failures of current theory.
This book describes the use of machine learning techniques to build predictive models of uncertainty with application to hydrological models, focusing mainly on the development and testing of two different models. The first focuses on parameter uncertainty analysis by emulating the results of Monte Carlo simulation of hydrological models using efficient machine learning techniques. The second method aims at modelling uncertainty by building an ensemble of specialized machine learning models on the basis of past hydrological modela (TM)s performance. The book then demonstrates the capacity of machine learning techniques for building accurate and efficient predictive models of uncertainty.
Image Modeling and Retrieval; E. Vicario. Efficient and Effective Nearest Neighbor Search in a Medical Image Database of Tumor Shapes; F. Korn, et al. Shape-Similarity-Based Retrieval in Image Databases; R. Mehrotra, J.E. Gary. Color Angular Indexing and Image Retrieval; G.D. Finlayson, et al. Indexing Color-Texture Image Patterns; A.D. Ventura, et al. Iconic Indexing for Visual Databases; Q-L. Zhang, S-K. Chang. Using Weighted Spatial Relationships in Retrieval by Visual Contents; A. Del Bimbo, et al.. Index.
This book develops two key machine learning principles: the semi-supervised paradigm and learning with interdependent data. It reveals new applications, primarily web related, that transgress the classical machine learning framework through learning with interdependent data. The book traces how the semi-supervised paradigm and the learning to rank paradigm emerged from new web applications, leading to a massive production of heterogeneous textual data. It explains how semi-supervised learning techniques are widely used, but only allow a limited analysis of the information content and thus do not meet the demands of many web-related tasks. Later chapters deal with the development of learning methods for ranking entities in a large collection with respect to precise information needed. In some cases, learning a ranking function can be reduced to learning a classification function over the pairs of examples. The book proves that this task can be efficiently tackled in a new framework: learning with interdependent data. Researchers and professionals in machine learning will find these new perspectives and solutions valuable. Learning with Partially Labeled and Interdependent Data is also useful for advanced-level students of computer science, particularly those focused on statistics and learning.
This book will teach you the basics of Streamlit, a Python-based application framework used to build interactive dashboards and machine learning web apps. Streamlit reduces development time for web-based application prototypes of data and machine learning models. As you'll see, Streamlit helps develop data-enhanced analytics, build dynamic user experiences, and showcases data for data science and machine learning models. Beginner's Guide to Streamlit with Python begins with the basics of Streamlit by demonstrating how to build a basic application and advances to visualization techniques and their features. Next, it covers the various aspects of a typical Streamlit web application, and explains how to manage flow control and status elements. You'll also explore performance optimization techniques necessary for data modules in a Streamlit application. Following this, you'll see how to deploy Streamlit applications on various platforms. The book concludes with a few prototype natural language processing apps with computer vision implemented using Streamlit. After reading this book, you will understand the concepts, functionalities, and performance of Streamlit, and be able to develop dynamic Streamlit web-based data and machine learning applications of your own. What You Will Learn How to start developing web applications using Streamlit What are Streamlit's components Media elements in Streamlit How to visualize data using various interactive and dynamic Python libraries How to implement models in Streamlit web applications Who This Book Is ForProfessionals working in data science and machine learning domains who want to showcase and deploy their work in a web application with no prior knowledge of web development.
Introduction to Algorithms for Data Mining and Machine Learning introduces the essential ideas behind all key algorithms and techniques for data mining and machine learning, along with optimization techniques. Its strong formal mathematical approach, well selected examples, and practical software recommendations help readers develop confidence in their data modeling skills so they can process and interpret data for classification, clustering, curve-fitting and predictions. Masterfully balancing theory and practice, it is especially useful for those who need relevant, well explained, but not rigorous (proofs based) background theory and clear guidelines for working with big data.
Effective decision-making while trading off the constraints and conflicting multiple objectives under rapid technological developments, massive generation of data, and extreme volatility is of paramount importance to organizations to win over the time-based competition today. While agility is a crucial issue, the firms have been increasingly relying on evidence-based decision-making through intelligent decision support systems driven by computational intelligence and automation to achieve a competitive advantage. The decisions are no longer confined to a specific functional area. Instead, business organizations today find actionable insight for formulating future courses of action by integrating multiple objectives and perspectives. Therefore, multi-objective decision-making plays a critical role in businesses and industries. In this regard, the importance of Operations Research (OR) models and their applications enables the firms to derive optimum solutions subject to various constraints and/or objectives while considering multiple functional areas of the organizations together. Hence, researchers and practitioners have extensively applied OR models to solve various organizational issues related to manufacturing, service, supply chain and logistics management, human resource management, finance, and market analysis, among others. Further, OR models driven by AI have been enabled to provide intelligent decision-support frameworks for achieving sustainable development goals. The present issue provides a unique platform to showcase the contributions of the leading international experts on production systems and business from academia, industry, and government to discuss the issues in intelligent manufacturing, operations management, financial management, supply chain management, and Industry 4.0 in the Artificial Intelligence era. Some of the general (but not specific) scopes of this proceeding entail OR models such as Optimization and Control, Combinatorial Optimization, Queuing Theory, Resource Allocation Models, Linear and Nonlinear Programming Models, Multi-objective and multi-attribute Decision Models, Statistical Quality Control along with AI, Bayesian Data Analysis, Machine Learning and Econometrics and their applications vis-à -vis AI & Data-driven Production Management, Marketing and Retail Management, Financial Management, Human Resource Management, Operations Management, Smart Manufacturing & Industry 4.0, Supply Chain and Logistics Management, Digital Supply Network, Healthcare Administration, Inventory Management, consumer behavior, security analysis, and portfolio management and sustainability.  The present issue shall be of interest to the faculty members, students, and scholars of various engineering and social science institutions and universities, along with the practitioners and policymakers of different industries and organizations.
The Spark distributed data processing platform provides an easy-to-implement tool for ingesting, streaming, and processing data from any source. In Spark in Action, Second Edition, you'll learn to take advantage of Spark's core features and incredible processing speed, with applications including real-time computation, delayed evaluation, and machine learning. Unlike many Spark books written for data scientists, Spark in Action, Second Edition is designed for data engineers and software engineers who want to master data processing using Spark without having to learn a complex new ecosystem of languages and tools. You'll instead learn to apply your existing Java and SQL skills to take on practical, real-world challenges. Key Features * Lots of examples based in the Spark Java APIs using real-life dataset and scenarios * Examples based on Spark v2.3 Ingestion through files, databases, and streaming * Building custom ingestion process * Querying distributed datasets with Spark SQL For beginning to intermediate developers and data engineers comfortable programming in Java. No experience with functional programming, Scala, Spark, Hadoop, or big data is required. About the technology Spark is a powerful general-purpose analytics engine that can handle massive amounts of data distributed across clusters with thousands of servers. Optimized to run in memory, this impressive framework can process data up to 100x faster than most Hadoop-based systems. Author Bio An experienced consultant and entrepreneur passionate about all things data, Jean-Georges Perrin was the first IBM Champion in France, an honor he's now held for ten consecutive years. Jean-Georges has managed many teams of software and data engineers.
Contemporary research in science and engineering is seeking to harness the versatility and sustainability of living organisms. By exploiting natural principles, researchers hope to create new kinds of technology that are self-repairing, adaptable, and robust, and to invent a new class of machines that are perceptive, social, emotional, perhaps even conscious. This is the realm of the 'living machine'. Living machines can be divided into two types: biomimetic systems, that harness the principles discovered in nature and embody them in new artifacts, and biohybrid systems in which biological entities are coupled with synthetic ones. Living Machines: A handbook of research in biomimetic and biohybrid systems surveys this flourishing area of research, capturing the current state of play and pointing to the opportunities ahead. Promising areas in biomimetics include self-organization, biologically inspired active materials, self-assembly and self-repair, learning, memory, control architectures and self-regulation, locomotion in air, on land or in water, perception, cognition, control, and communication. Drawing on these advances the potential of biomimetics is revealed in devices that can harvest energy, grow or reproduce, and in animal-like robots that range from synthetic slime molds, to artificial fish, to humanoids. Biohybrid systems is a relatively new field, with exciting and largely unknown potential, but one that is likely to shape the future of humanity. This book surveys progress towards new kinds of biohybrid such as robots that merge electronic neurons with biological tissue, micro-scale machines made from living cells, prosthetic limbs with a sense of touch, and brain-machine interfaces that allow robotic devices to be controlled by human thought. The handbook concludes by exploring some of the impacts that living machine technologies could have on both society and the individual, exploring questions about how we will see and understand ourselves in a world in which the line between the natural and the artificial is increasingly blurred. With contributions from leading researchers from science, engineering, and the humanities, this handbook will be of broad interest to undergraduate and postgraduate students. Researchers in the areas of computational modeling and engineering, including artificial intelligence, machine learning, artificial life, biorobotics, neurorobotics, and human-machine interfaces will find Living Machines an invaluable resource.
This book provides a comprehensive explanation of precision (i.e., personalized) healthcare and explores how it can be advanced through artificial intelligence (AI) and other data-driven technologies. From improving the diagnosis, treatment, and monitoring of many medical conditions to the effective implementation of precise patient care, this book will help you understand datasets produced from digital health technologies and IoT and teach you how to employ analytical methods such as convolutional neural networks and deep learning to analyze that data. You'll also see how this data-driven approach can enhance and democratize value-based healthcare delivery. Additionally, you'll learn how the convergence of AI and precision health is revolutionizing healthcare, including some of the most difficult challenges facing precision medicine, such as ethics, bias, privacy, and health equity. Precision Health and Artificial Intelligence provides the groundwork for clinicians, engineers, bioinformaticians, and healthcare enthusiasts to apply AI to healthcare. What You Will Learn Understand the components required to facilitate precision health and personalized care Apply and implement precision health systems Overcome the challenges of delivering precision healthcare at scale Reconcile ethical and moral implications of delivering precision healthcare Gain insight into the hurdles providers face while implementing precision healthcare Who This Book Is For Healthcare professionals, clinicians, engineers, bioinformaticians, chief information officers (CIOs), and students
This book teaches the practical implementation of various concepts for time series analysis and modeling with Python through problem-solution-style recipes, starting with data reading and preprocessing. It begins with the fundamentals of time series forecasting using statistical modeling methods like AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average), and ARIMA (autoregressive integrated moving-average). Next, you'll learn univariate and multivariate modeling using different open-sourced packages like Fbprohet, stats model, and sklearn. You'll also gain insight into classic machine learning-based regression models like randomForest, Xgboost, and LightGBM for forecasting problems. The book concludes by demonstrating the implementation of deep learning models (LSTMs and ANN) for time series forecasting. Each chapter includes several code examples and illustrations. After finishing this book, you will have a foundational understanding of various concepts relating to time series and its implementation in Python. What You Will Learn Implement various techniques in time series analysis using Python. Utilize statistical modeling methods such as AR (autoregressive), MA (moving-average), ARMA (autoregressive moving-average) and ARIMA (autoregressive integrated moving-average) for time series forecasting Understand univariate and multivariate modeling for time series forecasting Forecast using machine learning and deep learning techniques such as GBM and LSTM (long short-term memory) Who This Book Is ForData Scientists, Machine Learning Engineers, and software developers interested in time series analysis.
The book discusses major technical advances and research findings in the field of machine intelligence in medical image analysis. It examines the latest technologies and that have been implemented in clinical practice, such as computational intelligence in computer-aided diagnosis, biological image analysis, and computer-aided surgery and therapy. This book provides insights into the basic science involved in processing, analysing, and utilising all aspects of advanced computational intelligence in medical decision-making based on medical imaging.
Learn the skills necessary to design, build, and deploy applications powered by machine learning (ML). Through the course of this hands-on book, you'll build an example ML-driven application from initial idea to deployed product. Data scientists, software engineers, and product managers-including experienced practitioners and novices alike-will learn the tools, best practices, and challenges involved in building a real-world ML application step by step. Author Emmanuel Ameisen, an experienced data scientist who led an AI education program, demonstrates practical ML concepts using code snippets, illustrations, screenshots, and interviews with industry leaders. Part I teaches you how to plan an ML application and measure success. Part II explains how to build a working ML model. Part III demonstrates ways to improve the model until it fulfills your original vision. Part IV covers deployment and monitoring strategies. This book will help you: Define your product goal and set up a machine learning problem Build your first end-to-end pipeline quickly and acquire an initial dataset Train and evaluate your ML models and address performance bottlenecks Deploy and monitor your models in a production environment
The book explores the concepts and challenges in developing novel approaches using the Internet of Things, intelligent systems, machine intelligence systems, and data analytics in various industrial sectors such as manufacturing, smart agriculture, smart cities, food processing, environment, defense, stock market and healthcare. Further, it discusses the latest improvements in the industrial sectors using machine intelligence learning and intelligent systems techniques, especially robotics. Features: * Highlights case studies and solutions to industrial problems using machine learning and intelligent systems. * Covers applications in smart agriculture, smart healthcare, intelligent machines for disaster management, and smart manufacturing. * Provides the latest methodologies using machine intelligence systems in the early forecasting of weather. * Examines the research challenges and identifies the gaps in data collection and data analysis, especially imagery, signal, and speech. * Provides applications of digitization and smart processing using the Internet of Things and effective intelligent agent systems in manufacturing. * Discusses a systematic and exhaustive analysis of intelligent software effort estimation models. It will serve as an ideal reference text for graduate students, post-graduate students, IT Professionals, and academic researchers in the fields of electrical engineering, electronics and communication engineering, computer engineering, and information technology.
This book provides theoretical and practical knowledge about a methodology for evolutionary algorithm-based search strategy with the integration of several machine learning and deep learning techniques. These include convolutional neural networks, Groebner bases, relevance vector machines, transfer learning, bagging and boosting methods, clustering techniques (affinity propagation), and belief networks, among others. The development of such tools contributes to better optimizing methodologies. Beginning with the essentials of evolutionary algorithms and covering interdisciplinary research topics, the contents of this book are valuable for different classes of readers: novice, intermediate, and also expert readers from related fields.Following the chapters on introduction and basic methods, Chapter 3 details a new research direction, i.e., neuro-evolution, an evolutionary method for the generation of deep neural networks, and also describes how evolutionary methods are extended in combination with machine learning techniques. Chapter 4 includes novel methods such as particle swarm optimization based on affinity propagation (PSOAP), and transfer learning for differential evolution (TRADE), another machine learning approach for extending differential evolution. The last chapter is dedicated to the state of the art in gene regulatory network (GRN) research as one of the most interesting and active research fields. The author describes an evolving reaction network, which expands the neuro-evolution methodology to produce a type of genetic network suitable for biochemical systems and has succeeded in designing genetic circuits in synthetic biology. The author also presents real-world GRN application to several artificial intelligent tasks, proposing a framework of motion generation by GRNs (MONGERN), which evolves GRNs to operate a real humanoid robot.
Companies are spending billions on machine learning projects, but it's money wasted if the models can't be deployed effectively. In this practical guide, Hannes Hapke and Catherine Nelson walk you through the steps of automating a machine learning pipeline using the TensorFlow ecosystem. You'll learn the techniques and tools that will cut deployment time from days to minutes, so that you can focus on developing new models rather than maintaining legacy systems. Data scientists, machine learning engineers, and DevOps engineers will discover how to go beyond model development to successfully productize their data science projects, while managers will better understand the role they play in helping to accelerate these projects. Understand the steps to build a machine learning pipeline Build your pipeline using components from TensorFlow Extended Orchestrate your machine learning pipeline with Apache Beam, Apache Airflow, and Kubeflow Pipelines Work with data using TensorFlow Data Validation and TensorFlow Transform Analyze a model in detail using TensorFlow Model Analysis Examine fairness and bias in your model performance Deploy models with TensorFlow Serving or TensorFlow Lite for mobile devices Learn privacy-preserving machine learning techniques
This book presents the refereed proceedings of the 6th International Conference on Advanced Machine Learning Technologies and Applications (AMLTA 2021) held in Cairo, Egypt, during March 22-24, 2021, and organized by the Scientific Research Group of Egypt (SRGE). The papers cover current research Artificial Intelligence Against COVID-19, Internet of Things Healthcare Systems, Deep Learning Technology, Sentiment analysis, Cyber-Physical System, Health Informatics, Data Mining, Power and Control Systems, Business Intelligence, Social media, Control Design, and Smart Systems.
This text provides deep and comprehensive coverage of the mathematical background for data science, including machine learning, optimal recovery, compressed sensing, optimization, and neural networks. In the past few decades, heuristic methods adopted by big tech companies have complemented existing scientific disciplines to form the new field of Data Science. This text embarks the readers on an engaging itinerary through the theory supporting the field. Altogether, twenty-seven lecture-length chapters with exercises provide all the details necessary for a solid understanding of key topics in data science. While the book covers standard material on machine learning and optimization, it also includes distinctive presentations of topics such as reproducing kernel Hilbert spaces, spectral clustering, optimal recovery, compressed sensing, group testing, and applications of semidefinite programming. Students and data scientists with less mathematical background will appreciate the appendices that provide more background on some of the more abstract concepts.
This thesis represents one of the most comprehensive and in-depth studies of the use of Lorentz-boosted hadronic final state systems in the search for signals of Supersymmetry conducted to date at the Large Hadron Collider. A thorough assessment is performed of the observables that provide enhanced sensitivity to new physics signals otherwise hidden under an enormous background of top quark pairs produced by Standard Model processes. This is complemented by an ingenious analysis optimization procedure that allowed for extending the reach of this analysis by hundreds of GeV in mass of these hypothetical new particles. Lastly, the combination of both deep, thoughtful physics analysis with the development of high-speed electronics for identifying and selecting these same objects is not only unique, but also revolutionary. The Global Feature Extraction system that the author played a critical role in bringing to fruition represents the first dedicated hardware device for selecting these Lorentz-boosted hadronic systems in real-time using state-of-the-art processing chips and embedded systems.
Learn practical and modern experimental methods used by engineers in technology and trading. Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox of methods for optimizing machine learning systems, quantitative trading strategies, and more. You'll start with a deep dive into A/B testing, and then graduate to advanced methods used to improve performance in highly competitive industries like finance and social media. The experimentation skills you'll master in this unique, practical guide will quickly reveal which approaches and features deliver real results for your business. In Experimentation for Engineers, you'll learn how to evaluate the changes you make to your system and ensure that your experiments don't undermine revenue or other business metrics. By the time you're done, you'll be able to seamlessly deploy changes to production while avoiding common pitfalls. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. |
You may like...
Advances in Teaching Physical Chemistry
Mark D. Ellison, Tracy A. Schoolcraft
Hardcover
R5,294
Discovery Miles 52 940
Big Data Analytics in Chemoinformatics…
Subhash C. Basak, Marjan Vracko
Paperback
R4,417
Discovery Miles 44 170
Three Phase Partitioning - Applications…
Munishwar Nath Gupta, Ipsita Roy
Paperback
R3,995
Discovery Miles 39 950
Sensing of Deadly Toxic Chemical Warfare…
Sangita Das, Sabu Thomas, …
Paperback
R4,005
Discovery Miles 40 050
Assessing Transformation Products of…
Joerg E. Drewes, Thomas Letzel
Hardcover
R4,835
Discovery Miles 48 350
Handbook of Analytical Techniques for…
Chaudhery Mustansar Hussain, Deepak Rawtani, …
Paperback
R3,505
Discovery Miles 35 050
Reagent Chemicals - Specifications and…
Acs Committee on Analytical Reagents
Hardcover
R9,515
Discovery Miles 95 150
Electrochemistry of Dihydroxybenzene…
Hanieh Ghadimi, Sulaiman Ab Ghani, …
Paperback
R1,227
Discovery Miles 12 270
|