Browse Results

Showing 35,901 through 35,925 of 63,047 results

Machine Learning for Networking: Second IFIP TC 6 International Conference, MLN 2019, Paris, France, December 3–5, 2019, Revised Selected Papers (Lecture Notes in Computer Science #12081)

by Selma Boumerdassi Éric Renault Paul Mühlethaler

This book constitutes the thoroughly refereed proceedings of the Second International Conference on Machine Learning for Networking, MLN 2019, held in Paris, France, in December 2019. The 26 revised full papers included in the volume were carefully reviewed and selected from 75 submissions. They present and discuss new trends in deep and reinforcement learning, patternrecognition and classi cation for networks, machine learning for network slicingoptimization, 5G system, user behavior prediction, multimedia, IoT, securityand protection, optimization and new innovative machine learning methods, performanceanalysis of machine learning algorithms, experimental evaluations ofmachine learning, data mining in heterogeneous networks, distributed and decentralizedmachine learning algorithms, intelligent cloud-support communications,ressource allocation, energy-aware communications, software de ned networks,cooperative networks, positioning and navigation systems, wireless communications,wireless sensor networks, underwater sensor networks.

Machine Learning for Networking: Third International Conference, MLN 2020, Paris, France, November 24–26, 2020, Revised Selected Papers (Lecture Notes in Computer Science #12629)

by Selma Boumerdassi Éric Renault Paul Mühlethaler

This book constitutes the thoroughly refereed proceedings of the Second International Conference on Machine Learning for Networking, MLN 2019, held in Paris, France, in December 2019. The 26 revised full papers included in the volume were carefully reviewed and selected from 75 submissions. They present and discuss new trends in deep and reinforcement learning, pattern recognition and classification for networks, machine learning for network slicing optimization, 5G system, user behavior prediction, multimedia, IoT, security and protection, optimization and new innovative machine learning methods, performance analysis of machine learning algorithms, experimental evaluations of machine learning, data mining in heterogeneous networks, distributed and decentralized machine learning algorithms, intelligent cloud-support communications, ressource allocation, energy-aware communications, software de ned networks, cooperative networks, positioning and navigation systems, wireless communications, wireless sensor networks, underwater sensor networks.

Machine Learning for Neuroscience: A Systematic Approach

by Chuck Easttom

This book addresses the growing need for machine learning and data mining in neuroscience. The book offers a basic overview of the neuroscience, machine learning and the required math and programming necessary to develop reliable working models. The material is presented in a easy to follow user-friendly manner and is replete with fully working machine learning code. Machine Learning for Neuroscience: A Systematic Approach, tackles the needs of neuroscience researchers and practitioners that have very little training relevant to machine learning. The first section of the book provides an overview of necessary topics in order to delve into machine learning, including basic linear algebra and Python programming. The second section provides an overview of neuroscience and is directed to the computer science oriented readers. The section covers neuroanatomy and physiology, cellular neuroscience, neurological disorders and computational neuroscience. The third section of the book then delves into how to apply machine learning and data mining to neuroscience and provides coverage of artificial neural networks (ANN), clustering, and anomaly detection. The book contains fully working code examples with downloadable working code. It also contains lab assignments and quizzes, making it appropriate for use as a textbook. The primary audience is neuroscience researchers who need to delve into machine learning, programmers assigned neuroscience related machine learning projects and students studying methods in computational neuroscience.

Machine Learning for OpenCV 4: Intelligent algorithms for building image processing apps using OpenCV 4, Python, and scikit-learn, 2nd Edition

by Michael Beyeler Aditya Sharma Vishwesh Ravi Shrimali

A practical guide to understanding the core machine learning and deep learning algorithms, and implementing them to create intelligent image processing systems using OpenCV 4 Key Features Gain insights into machine learning algorithms, and implement them using OpenCV 4 and scikit-learn Get up to speed with Intel OpenVINO and its integration with OpenCV 4 Implement high-performance machine learning models with helpful tips and best practices Book Description OpenCV is an opensource library for building computer vision apps. The latest release, OpenCV 4, offers a plethora of features and platform improvements that are covered comprehensively in this up-to-date second edition. You'll start by understanding the new features and setting up OpenCV 4 to build your computer vision applications. You will explore the fundamentals of machine learning and even learn to design different algorithms that can be used for image processing. Gradually, the book will take you through supervised and unsupervised machine learning. You will gain hands-on experience using scikit-learn in Python for a variety of machine learning applications. Later chapters will focus on different machine learning algorithms, such as a decision tree, support vector machines (SVM), and Bayesian learning, and how they can be used for object detection computer vision operations. You will then delve into deep learning and ensemble learning, and discover their real-world applications, such as handwritten digit classification and gesture recognition. Finally, you'll get to grips with the latest Intel OpenVINO for building an image processing system. By the end of this book, you will have developed the skills you need to use machine learning for building intelligent computer vision applications with OpenCV 4. What you will learn Understand the core machine learning concepts for image processing Explore the theory behind machine learning and deep learning algorithm design Discover effective techniques to train your deep learning models Evaluate machine learning models to improve the performance of your models Integrate algorithms such as support vector machines and Bayes classifier in your computer vision applications Use OpenVINO with OpenCV 4 to speed up model inference Who this book is for This book is for Computer Vision professionals, machine learning developers, or anyone who wants to learn machine learning algorithms and implement them using OpenCV 4. If you want to build real-world Computer Vision and image processing applications powered by machine learning, then this book is for you. Working knowledge of Python programming is required to get the most out of this book.

Machine Learning for OpenCV: Intelligent Algorithms For Building Image Processing Apps Using Opencv 4, Python, And Scikit-learn, 2nd Edition

by Michael Beyeler

Expand your OpenCV knowledge and master key concepts of machine learning using this practical, hands-on guide. About This Book • Load, store, edit, and visualize data using OpenCV and Python • Grasp the fundamental concepts of classification, regression, and clustering • Understand, perform, and experiment with machine learning techniques using this easy-to-follow guide • Evaluate, compare, and choose the right algorithm for any task Who This Book Is For This book targets Python programmers who are already familiar with OpenCV; this book will give you the tools and understanding required to build your own machine learning systems, tailored to practical real-world tasks. What You Will Learn • Explore and make effective use of OpenCV's machine learning module • Learn deep learning for computer vision with Python • Master linear regression and regularization techniques • Classify objects such as flower species, handwritten digits, and pedestrians • Explore the effective use of support vector machines, boosted decision trees, and random forests • Get acquainted with neural networks and Deep Learning to address real-world problems • Discover hidden structures in your data using k-means clustering • Get to grips with data pre-processing and feature engineering In Detail Machine learning is no longer just a buzzword, it is all around us: from protecting your email, to automatically tagging friends in pictures, to predicting what movies you like. Computer vision is one of today's most exciting application fields of machine learning, with Deep Learning driving innovative systems such as self-driving cars and Google's DeepMind. OpenCV lies at the intersection of these topics, providing a comprehensive open-source library for classic as well as state-of-the-art computer vision and machine learning algorithms. In combination with Python Anaconda, you will have access to all the open-source computing libraries you could possibly ask for. Machine learning for OpenCV begins by introducing you to the essential concepts of statistical learning, such as classification and regression. Once all the basics are covered, you will start exploring various algorithms such as decision trees, support vector machines, and Bayesian networks, and learn how to combine them with other OpenCV functionality. As the book progresses, so will your machine learning skills, until you are ready to take on today's hottest topic in the field: Deep Learning. By the end of this book, you will be ready to take on your own machine learning problems, either by building on the existing source code or developing your own algorithm from scratch! Style and approach OpenCV machine learning connects the fundamental theoretical principles behind machine learning to their practical applications in a way that focuses on asking and answering the right questions. This book walks you through the key elements of OpenCV and its powerful machine learning classes, while demonstrating how to get to grips with a range of models.

Machine Learning for Oracle Database Professionals: Deploying Model-Driven Applications and Automation Pipelines

by Kai Yu Heli Helskyaho Jean Yu

Database developers and administrators will use this book to learn how to deploy machine learning models in Oracle Database and in Oracle’s Autonomous Database cloud offering. The book covers the technologies that make up the Oracle Machine Learning (OML) platform, including OML4SQL, OML Notebooks, OML4R, and OML4Py. The book focuses on Oracle Machine Learning as part of the Oracle Autonomous Database collaborative environment. Also covered are advanced topics such as delivery and automation pipelines.Throughout the book you will find practical details and hand-on examples showing you how to implement machine learning and automate deployment of machine learning. Discussion around the examples helps you gain a conceptual understanding of machine learning. Important concepts discussed include the methods involved, the algorithms to choose from, and mechanisms for process and deployment. Seasoned database professionals looking to make the leap into machine learning as a growth path will find much to like in this book as it helps you step up and use your current knowledge of Oracle Database to transition into providing machine learning solutions.What You Will LearnUse the Oracle Machine Learning (OML) Notebooks for data visualization and machine learning model building and evaluationUnderstand Oracle offerings for machine learningDevelop machine learning with Oracle database using the built-in machine learning packagesDevelop and deploy machine learning models using OML4SQL and OML4RLeverage the Oracle Autonomous Database and its collaborative environment for Oracle Machine LearningDevelop and deploy machine learning projects in Oracle Autonomous DatabaseBuild an automated pipeline that can detect and handle changes in data/model performance Who This Book Is ForDatabase developers and administrators who want to learn about machine learning, developers who want to build models and applications using Oracle Database’s built-in machine learning feature set, and administrators tasked with supporting applications on Oracle Database that make use of the Oracle Machine Learning feature set

Machine Learning for Practical Decision Making: A Multidisciplinary Perspective with Applications from Healthcare, Engineering and Business Analytics (International Series in Operations Research & Management Science #334)

by Hossam Ali-Hassan Christo El Morr Manar Jammal Walid EI-Hallak

This book provides a hands-on introduction to Machine Learning (ML) from a multidisciplinary perspective that does not require a background in data science or computer science. It explains ML using simple language and a straightforward approach guided by real-world examples in areas such as health informatics, information technology, and business analytics. The book will help readers understand the various key algorithms, major software tools, and their applications. Moreover, through examples from the healthcare and business analytics fields, it demonstrates how and when ML can help them make better decisions in their disciplines. The book is chiefly intended for undergraduate and graduate students who are taking an introductory course in machine learning. It will also benefit data analysts and anyone interested in learning ML approaches.

Machine Learning for Predictive Analysis: Proceedings of ICTIS 2020 (Lecture Notes in Networks and Systems #141)

by Neeraj Gupta Amit Joshi Mahdi Khosravy

This book gathers papers addressing state-of-the-art research in the areas of machine learning and predictive analysis, presented virtually at the Fourth International Conference on Information and Communication Technology for Intelligent Systems (ICTIS 2020), India. It covers topics such as intelligent agent and multi-agent systems in various domains, machine learning, intelligent information retrieval and business intelligence, intelligent information system development using design science principles, intelligent web mining and knowledge discovery systems.

Machine Learning for Radio Resource Management and Optimization in 5G and Beyond

by Mariya Ouaissa Mariyam Ouaissa B. Sundaravadivazhagan Khadija Slimani Hanane Lamaazi Ihtiram Raza Khan

Machine Learning for Radio Resource Management and Optimization in 5G and Beyond highlights a new line of research that uses innovative technologies and methods based on artificial intelligence/machine learning techniques to address issues and challenges related to radio resource management in 5G and 6G communication systems. This book provides comprehensive coverage of current and emerging waveform design, channel modeling, multiple access, random access, scheduling, network slicing, and resource optimization for 5G wireless networks and beyond.This book is suitable for researchers, scholars, and industry professionals working in different fields related to mobile networks and intelligent systems. Additionally, it serves as a hands‑on resource for students interested in the fields of cellular networks (5G/6G) and computational intelligence.

Machine Learning for Real World Applications (Transactions on Computer Systems and Networks)

by Dinesh K. Sharma H. S. Hota Aaron Rasheed Rababaah

This book provides a comprehensive coverage of machine learning techniques ranging from fundamental to advanced. The content addresses topics within the scope of the book from the ground up, providing readers with a trustworthy source of theoretical and technical learning content. The book emphasizes not only the theoretical features but also their practical and implementation aspects in real-world applications. These applications are crucial because they provide comprehensive experimental work that supports the validity of the offered approaches as well as clear instructions on how to apply such models in comparable and distinct settings and contexts. Furthermore, the chapters shed light on the problems and possibilities that researchers might use to direct their future research efforts. The book is beneficial for undergraduate and postgraduate students, researchers, and industry personnel.

Machine Learning for Risk Calculations: A Practitioner's View (The Wiley Finance Series)

by Ignacio Ruiz Mariano Zeron

State-of-the-art algorithmic deep learning and tensoring techniques for financial institutions The computational demand of risk calculations in financial institutions has ballooned and shows no sign of stopping. It is no longer viable to simply add more computing power to deal with this increased demand. The solution? Algorithmic solutions based on deep learning and Chebyshev tensors represent a practical way to reduce costs while simultaneously increasing risk calculation capabilities. Machine Learning for Risk Calculations: A Practitioner’s View provides an in-depth review of a number of algorithmic solutions and demonstrates how they can be used to overcome the massive computational burden of risk calculations in financial institutions. This book will get you started by reviewing fundamental techniques, including deep learning and Chebyshev tensors. You’ll then discover algorithmic tools that, in combination with the fundamentals, deliver actual solutions to the real problems financial institutions encounter on a regular basis. Numerical tests and examples demonstrate how these solutions can be applied to practical problems, including XVA and Counterparty Credit Risk, IMM capital, PFE, VaR, FRTB, Dynamic Initial Margin, pricing function calibration, volatility surface parametrisation, portfolio optimisation and others. Finally, you’ll uncover the benefits these techniques provide, the practicalities of implementing them, and the software which can be used. Review the fundamentals of deep learning and Chebyshev tensors Discover pioneering algorithmic techniques that can create new opportunities in complex risk calculation Learn how to apply the solutions to a wide range of real-life risk calculations. Download sample code used in the book, so you can follow along and experiment with your own calculations Realize improved risk management whilst overcoming the burden of limited computational power Quants, IT professionals, and financial risk managers will benefit from this practitioner-oriented approach to state-of-the-art risk calculation.

Machine Learning for Robotics Applications (Studies in Computational Intelligence #960)

by Milan Simic Monica Bianchini Ankush Ghosh Rabindra Nath Shaw

Machine learning has become one of the most prevalent topics in recent years. The application of machine learning we see today is a tip of the iceberg. The machine learning revolution has just started to roll out. It is becoming an integral part of all modern electronic devices. Applications in automation areas like automotive, security and surveillance, augmented reality, smart home, retail automation and healthcare are few of them. Robotics is also rising to dominate the automated world. The future applications of machine learning in the robotics area are still undiscovered to the common readers. We are, therefore, putting an effort to write this edited book on the future applications of machine learning on robotics where several applications have been included in separate chapters. The content of the book is technical. It has been tried to cover all possible application areas of Robotics using machine learning. This book will provide the future vision on the unexplored areas of applications of Robotics using machine learning. The ideas to be presented in this book are backed up by original research results. The chapter provided here in-depth look with all necessary theory and mathematical calculations. It will be perfect for laymen and developers as it will combine both advanced and introductory material to form an argument for what machine learning could achieve in the future. It will provide a vision on future areas of application and their approach in detail. Therefore, this book will be immensely beneficial for the academicians, researchers and industry project managers to develop their new project and thereby beneficial for mankind. Original research and review works with model and build Robotics applications using Machine learning are included as chapters in this book.

Machine Learning for Smart Environments/Cities: An IoT Approach (Intelligent Systems Reference Library #121)

by Alfonso González-Briones Gonçalo Marques José Manuel Molina López

This book introduces machine learning and its applications in smart environments/cities. At this stage, a comprehensive understanding of smart environment/city applications is critical for supporting future research. This book includes chapters written by researchers from different countries across the globe and identifies critical threads in research and also gaps that open up new and challenging lines of research for the future. Recent advances are discussed, and thorough reviews introduce readers to critical domains. The discussion on key research topics presented in this book accelerates smart city and smart environment implementations based on IoT technologies. Consequently, this book supports future research activities aimed at developing future IoT architectures for smart environments/cities.

Machine Learning for Social Transformation: Proceedings of EAIT 2024 (Lecture Notes in Networks and Systems #1131)

by Debashis De Jyotsna Kumar Mandal

The book includes original unpublished contributions presented at the Eighth International Conference on Emerging Applications of Information Technology (EAIT 2024), organized by Computer Society of India, Kolkata Chapter during 12 – 13 January 2024. The Theme of the conference is “Machine Learning for Social Transformation”. The book covers the topics such as computational intelligence for social transformation, machine learning for healthcare informatics, and machine learning for agriculture and environmental sustainability.

Machine Learning for Streaming Data with Python: Rapidly build practical online machine learning solutions using River and other top key frameworks

by Joos Korstanje

Apply machine learning to streaming data with the help of practical examples, and deal with challenges that surround streamingKey FeaturesWork on streaming use cases that are not taught in most data science coursesGain experience with state-of-the-art tools for streaming dataMitigate various challenges while handling streaming dataBook DescriptionStreaming data is the new top technology to watch out for in the field of data science and machine learning. As business needs become more demanding, many use cases require real-time analysis as well as real-time machine learning. This book will help you to get up to speed with data analytics for streaming data and focus strongly on adapting machine learning and other analytics to the case of streaming data.You will first learn about the architecture for streaming and real-time machine learning. Next, you will look at the state-of-the-art frameworks for streaming data like River. Later chapters will focus on various industrial use cases for streaming data like Online Anomaly Detection and others. As you progress, you will discover various challenges and learn how to mitigate them. In addition to this, you will learn best practices that will help you use streaming data to generate real-time insights.By the end of this book, you will have gained the confidence you need to stream data in your machine learning models.What you will learnUnderstand the challenges and advantages of working with streaming dataDevelop real-time insights from streaming dataUnderstand the implementation of streaming data with various use cases to boost your knowledgeDevelop a PCA alternative that can work on real-time dataExplore best practices for handling streaming data that you absolutely need to rememberDevelop an API for real-time machine learning inferenceWho this book is forThis book is for data scientists and machine learning engineers who have a background in machine learning, are practice and technology-oriented, and want to learn how to apply machine learning to streaming data through practical examples with modern technologies. Although an understanding of basic Python and machine learning concepts is a must, no prior knowledge of streaming is required.

Machine Learning for Tabular Data

by Mark Ryan Luca Massaron

Business runs on tabular data in databases, spreadsheets, and logs. Crunch that data using deep learning, gradient boosting, and other machine learning techniques.Machine Learning for Tabular Data teaches you to train insightful machine learning models on common tabular business data sources such as spreadsheets, databases, and logs. You&’ll discover how to use XGBoost and LightGBM on tabular data, optimize deep learning libraries like TensorFlow and PyTorch for tabular data, and use cloud tools like Vertex AI to create an automated MLOps pipeline. Machine Learning for Tabular Data will teach you how to: • Pick the right machine learning approach for your data • Apply deep learning to tabular data • Deploy tabular machine learning locally and in the cloud • Pipelines to automatically train and maintain a model Machine Learning for Tabular Data covers classic machine learning techniques like gradient boosting, and more contemporary deep learning approaches. By the time you&’re finished, you&’ll be equipped with the skills to apply machine learning to the kinds of data you work with every day. Foreword by Antonio Gulli. About the technology Machine learning can accelerate everyday business chores like account reconciliation, demand forecasting, and customer service automation—not to mention more exotic challenges like fraud detection, predictive maintenance, and personalized marketing. This book shows you how to unlock the vital information stored in spreadsheets, ledgers, databases and other tabular data sources using gradient boosting, deep learning, and generative AI. About the book Machine Learning for Tabular Data delivers practical ML techniques to upgrade every stage of the business data analysis pipeline. In it, you&’ll explore examples like using XGBoost and Keras to predict short-term rental prices, deploying a local ML model with Python and Flask, and streamlining workflows using large language models (LLMs). Along the way, you&’ll learn to make your models both more powerful and more explainable. What's inside • Master XGBoost • Apply deep learning to tabular data • Deploy models locally and in the cloud • Build pipelines to train and maintain models About the reader For readers experienced with Python and the basics of machine learning. About the author Mark Ryan is the AI Lead of the Developer Knowledge Platform at Google. A three-time Kaggle Grandmaster, Luca Massaron is a Google Developer Expert (GDE) in machine learning and AI. He has published 17 other books. Table of Contents Part 1 1 Understanding tabular data 2 Exploring tabular datasets 3 Machine learning vs. deep learning Part 2 4 Classical algorithms for tabular data 5 Decision trees and gradient boosting 6 Advanced feature processing methods 7 An end-to-end example using XGBoost Part 3 8 Getting started with deep learning with tabular data 9 Deep learning best practices 10 Model deployment 11 Building a machine learning pipeline 12 Blending gradient boosting and deep learning A Hyperparameters for classical machine learning models B K-nearest neighbors and support vector machines

Machine Learning for Text

by Charu C. Aggarwal

Text analytics is a field that lies on the interface of information retrieval,machine learning, and natural language processing, and this textbook carefully covers a coherently organized framework drawn from these intersecting topics. The chapters of this textbook is organized into three categories:- Basic algorithms: Chapters 1 through 7 discuss the classical algorithms for machine learning from text such as preprocessing, similarity computation, topic modeling, matrix factorization, clustering, classification, regression, and ensemble analysis.- Domain-sensitive mining: Chapters 8 and 9 discuss the learning methods from text when combined with different domains such as multimedia and the Web. The problem of information retrieval and Web search is also discussed in the context of its relationship with ranking and machine learning methods. - Sequence-centric mining: Chapters 10 through 14 discuss various sequence-centric and natural language applications, such as feature engineering, neural language models, deep learning, text summarization, information extraction, opinion mining, text segmentation, and event detection. This textbook covers machine learning topics for text in detail. Since the coverage is extensive,multiple courses can be offered from the same book, depending on course level. Even though the presentation is text-centric, Chapters 3 to 7 cover machine learning algorithms that are often used indomains beyond text data. Therefore, the book can be used to offer courses not just in text analytics but also from the broader perspective of machine learning (with text as a backdrop). This textbook targets graduate students in computer science, as well as researchers, professors, and industrial practitioners working in these related fields. This textbook is accompanied with a solution manual for classroom teaching.

Machine Learning for Text

by Charu C. Aggarwal

This second edition textbook covers a coherently organized framework for text analytics, which integrates material drawn from the intersecting topics of information retrieval, machine learning, and natural language processing. Particular importance is placed on deep learning methods. The chapters of this book span three broad categories:1. Basic algorithms: Chapters 1 through 7 discuss the classical algorithms for text analytics such as preprocessing, similarity computation, topic modeling, matrix factorization, clustering, classification, regression, and ensemble analysis.2. Domain-sensitive learning and information retrieval: Chapters 8 and 9 discuss learning models in heterogeneous settings such as a combination of text with multimedia or Web links. The problem of information retrieval and Web search is also discussed in the context of its relationship with ranking and machine learning methods. 3. Natural language processing: Chapters 10 through 16 discuss various sequence-centric and natural language applications, such as feature engineering, neural language models, deep learning, transformers, pre-trained language models, text summarization, information extraction, knowledge graphs, question answering, opinion mining, text segmentation, and event detection. Compared to the first edition, this second edition textbook (which targets mostly advanced level students majoring in computer science and math) has substantially more material on deep learning and natural language processing. Significant focus is placed on topics like transformers, pre-trained language models, knowledge graphs, and question answering.

Machine Learning for Time Series Forecasting with Python

by Francesca Lazzeri

Learn how to apply the principles of machine learning to time series modeling with this indispensable resource Machine Learning for Time Series Forecasting with Python is an incisive and straightforward examination of one of the most crucial elements of decision-making in finance, marketing, education, and healthcare: time series modeling. Despite the centrality of time series forecasting, few business analysts are familiar with the power or utility of applying machine learning to time series modeling. Author Francesca Lazzeri, a distinguished machine learning scientist and economist, corrects that deficiency by providing readers with comprehensive and approachable explanation and treatment of the application of machine learning to time series forecasting. Written for readers who have little to no experience in time series forecasting or machine learning, the book comprehensively covers all the topics necessary to: Understand time series forecasting concepts, such as stationarity, horizon, trend, and seasonality Prepare time series data for modeling Evaluate time series forecasting models’ performance and accuracy Understand when to use neural networks instead of traditional time series models in time series forecasting Machine Learning for Time Series Forecasting with Python is full real-world examples, resources and concrete strategies to help readers explore and transform data and develop usable, practical time series forecasts. Perfect for entry-level data scientists, business analysts, developers, and researchers, this book is an invaluable and indispensable guide to the fundamental and advanced concepts of machine learning applied to time series modeling.

Machine Learning for Time-Series with Python: Forecast, predict, and detect anomalies with state-of-the-art machine learning methods

by Ben Auffarth

Become proficient in deriving insights from time-series data and analyzing a model's performanceKey FeaturesExplore popular and modern machine learning methods including the latest online and deep learning algorithmsLearn to increase the accuracy of your predictions by matching the right model with the right problemMaster time-series via real-world case studies on operations management, digital marketing, finance, and healthcareBook DescriptionMachine learning has emerged as a powerful tool to understand hidden complexities in time-series datasets, which frequently need to be analyzed in areas as diverse as healthcare, economics, digital marketing, and social sciences. These datasets are essential for forecasting and predicting outcomes or for detecting anomalies to support informed decision making.This book covers Python basics for time-series and builds your understanding of traditional autoregressive models as well as modern non-parametric models. You will become confident with loading time-series datasets from any source, deep learning models like recurrent neural networks and causal convolutional network models, and gradient boosting with feature engineering.Machine Learning for Time-Series with Python explains the theory behind several useful models and guides you in matching the right model to the right problem. The book also includes real-world case studies covering weather, traffic, biking, and stock market data.By the end of this book, you will be proficient in effectively analyzing time-series datasets with machine learning principles.What you will learnUnderstand the main classes of time-series and learn how to detect outliers and patternsChoose the right method to solve time-series problemsCharacterize seasonal and correlation patterns through autocorrelation and statistical techniquesGet to grips with time-series data visualizationUnderstand classical time-series models like ARMA and ARIMAImplement deep learning models, like Gaussian processes, transformers, and state-of-the-art machine learning modelsBecome familiar with many libraries like Prophet, XGboost, and TensorFlowWho this book is forThis book is ideal for data analysts, data scientists, and Python developers who are looking to perform time-series analysis to effectively predict outcomes. Basic knowledge of the Python language is essential. Familiarity with statistics is desirable.

Machine Learning for Vision-Based Motion Analysis

by Guoying Zhao Liang Wang Li Cheng Matti Pietikäinen

Techniques of vision-based motion analysis aim to detect, track, identify, and generally understand the behavior of objects in image sequences. With the growth of video data in a wide range of applications from visual surveillance to human-machine interfaces, the ability to automatically analyze and understand object motions from video footage is of increasing importance. Among the latest developments in this field is the application of statistical machine learning algorithms for object tracking, activity modeling, and recognition. Developed from expert contributions to the first and second International Workshop on Machine Learning for Vision-Based Motion Analysis, this important text/reference highlights the latest algorithms and systems for robust and effective vision-based motion understanding from a machine learning perspective. Highlighting the benefits of collaboration between the communities of object motion understanding and machine learning, the book discusses the most active forefronts of research, including current challenges and potential future directions. Topics and features: provides a comprehensive review of the latest developments in vision-based motion analysis, presenting numerous case studies on state-of-the-art learning algorithms; examines algorithms for clustering and segmentation, and manifold learning for dynamical models; describes the theory behind mixed-state statistical models, with a focus on mixed-state Markov models that take into account spatial and temporal interaction; discusses object tracking in surveillance image streams, discriminative multiple target tracking, and guidewire tracking in fluoroscopy; explores issues of modeling for saliency detection, human gait modeling, modeling of extremely crowded scenes, and behavior modeling from video surveillance data; investigates methods for automatic recognition of gestures in Sign Language, and human action recognition from small training sets. Researchers, professional engineers, and graduate students in computer vision, pattern recognition and machine learning, will all find this text an accessible survey of machine learning techniques for vision-based motion analysis. The book will also be of interest to all who work with specific vision applications, such as surveillance, sport event analysis, healthcare, video conferencing, and motion video indexing and retrieval.

Machine Learning for Wireless Communication (Synthesis Lectures on Communications)

by Rohit M. Thanki Komal R. Borisagar Anjali Diwan

This book covers the basic principles of wireless communication while delving into the fundamentals of machine learning, including supervised and unsupervised learning, deep learning, and reinforcement learning. The authors provide real-world examples and case studies to illustrate the use of machine learning in wireless communication applications such as channel estimation, mobility prediction, resource allocation, and beamforming. This book is an essential resource for researchers, engineers, and students interested in understanding and applying machine learning techniques in the context of wireless communication systems.

Machine Learning for iOS Developers

by Abhishek Mishra

Harness the power of Apple iOS machine learning (ML) capabilities and learn the concepts and techniques necessary to be a successful Apple iOS machine learning practitioner! Machine earning (ML) is the science of getting computers to act without being explicitly programmed. A branch of Artificial Intelligence (AI), machine learning techniques offer ways to identify trends, forecast behavior, and make recommendations. The Apple iOS Software Development Kit (SDK) allows developers to integrate ML services, such as speech recognition and language translation, into mobile devices, most of which can be used in multi-cloud settings. Focusing on Apple’s ML services, Machine Learning for iOS Developers is an up-to-date introduction to the field, instructing readers to implement machine learning in iOS applications. Assuming no prior experience with machine learning, this reader-friendly guide offers expert instruction and practical examples of ML integration in iOS. Organized into two sections, the book’s clearly-written chapters first cover fundamental ML concepts, the different types of ML systems, their practical uses, and the potential challenges of ML solutions. The second section teaches readers to use models—both pre-trained and user-built—with Apple’s CoreML framework. Source code examples are provided for readers to download and use in their own projects. This book helps readers: Understand the theoretical concepts and practical applications of machine learning used in predictive data analytics Build, deploy, and maintain ML systems for tasks such as model validation, optimization, scalability, and real-time streaming Develop skills in data acquisition and modeling, classification, and regression. Compare traditional vs. ML approaches, and machine learning on handsets vs. machine learning as a service (MLaaS) Implement decision tree based models, an instance-based machine learning system, and integrate Scikit-learn & Keras models with CoreML Machine Learning for iOS Developers is a must-have resource software engineers and mobile solutions architects wishing to learn ML concepts and implement machine learning on iOS Apps.

Machine Learning for the Web

by Andrea Isoni

Explore the web and make smarter predictions using Python About This Book * Targets two big and prominent markets where sophisticated web apps are of need and importance. * Practical examples of building machine learning web application, which are easy to follow and replicate. * A comprehensive tutorial on Python libraries and frameworks to get you up and started. Who This Book Is For The book is aimed at upcoming and new data scientists who have little experience with machine learning or users who are interested in and are working on developing smart (predictive) web applications. Knowledge of Django would be beneficial. The reader is expected to have a background in Python programming and good knowledge of statistics. What You Will Learn * Get familiar with the fundamental concepts and some of the jargons used in the machine learning community * Use tools and techniques to mine data from websites * Grasp the core concepts of Django framework * Get to know the most useful clustering and classification techniques and implement them in Python * Acquire all the necessary knowledge to build a web application with Django * Successfully build and deploy a movie recommendation system application using the Django framework in Python In Detail Python is a general purpose and also a comparatively easy to learn programming language. Hence it is the language of choice for data scientists to prototype, visualize, and run data analyses on small and medium-sized data sets. This is a unique book that helps bridge the gap between machine learning and web development. It focuses on the difficulties of implementing predictive analytics in web applications. We focus on the Python language, frameworks, tools, and libraries, showing you how to build a machine learning system. You will explore the core machine learning concepts and then develop and deploy the data into a web application using the Django framework. You will also learn to carry out web, document, and server mining tasks, and build recommendation engines. Later, you will explore Python's impressive Django framework and will find out how to build a modern simple web app with machine learning features. Style and approach Instead of being overwhelmed with multiple concepts at once, this book provides a step-by-step approach that will guide you through one topic at a time. An intuitive step-by step guide that will focus on one key topic at a time. Building upon the acquired knowledge in each chapter, we will connect the fundamental theory and practical tips by illustrative visualizations and hands-on code examples.

Machine Learning from Weak Supervision: An Empirical Risk Minimization Approach (Adaptive Computation and Machine Learning series)

by Nan Lu Masashi Sugiyama Han Bao Takashi Ishida Tomoya Sakai

Fundamental theory and practical algorithms of weakly supervised classification, emphasizing an approach based on empirical risk minimization.Standard machine learning techniques require large amounts of labeled data to work well. When we apply machine learning to problems in the physical world, however, it is extremely difficult to collect such quantities of labeled data. In this book Masashi Sugiyama, Han Bao, Takashi Ishida, Nan Lu, Tomoya Sakai and Gang Niu present theory and algorithms for weakly supervised learning, a paradigm of machine learning from weakly labeled data. Emphasizing an approach based on empirical risk minimization and drawing on state-of-the-art research in weakly supervised learning, the book provides both the fundamentals of the field and the advanced mathematical theories underlying them. It can be used as a reference for practitioners and researchers and in the classroom.The book first mathematically formulates classification problems, defines common notations, and reviews various algorithms for supervised binary and multiclass classification. It then explores problems of binary weakly supervised classification, including positive-unlabeled (PU) classification, positive-negative-unlabeled (PNU) classification, and unlabeled-unlabeled (UU) classification. It then turns to multiclass classification, discussing complementary-label (CL) classification and partial-label (PL) classification. Finally, the book addresses more advanced issues, including a family of correction methods to improve the generalization performance of weakly supervised learning and the problem of class-prior estimation.

Refine Search

Showing 35,901 through 35,925 of 63,047 results