Support Vector Machines: Optimization Based Theory, Algorithms, and Extensions presents an accessible treatment of the two main components of support vector machines (SVMs)-classification problems and regression probl...
详细信息
ISBN:
(数字)9781439857939
ISBN:
(纸本)9781439857922
Support Vector Machines: Optimization Based Theory, Algorithms, and Extensions presents an accessible treatment of the two main components of support vector machines (SVMs)-classification problems and regression problems. The book emphasizes the close connection between optimization theory and SVMs since optimization is one of the pillars on which
The versatile capabilities and large set of add-on packages make R an excellent alternative to many existing and often expensive datamining tools. Exploring this area from the perspective of a practitioner, data Mini...
详细信息
ISBN:
(纸本)1439810184;9781439810187
The versatile capabilities and large set of add-on packages make R an excellent alternative to many existing and often expensive datamining tools. Exploring this area from the perspective of a practitioner, datamining with R: Learning with Case Studies uses practical examples to illustrate the power of R and datamining. Assuming no prior knowledge of R or datamining/statistical techniques, the book covers a diverse set of problems that pose different challenges in terms of size, type of data, goals of analysis, and analytical tools. To present the main datamining processes and techniques, the author takes a hands-on approach that utilizes a series of detailed, real-world case studies: Predicting algae blooms Predicting stock market returns Detecting fraudulent transactions Classifying microarray samples With these case studies, the author supplies all necessary steps, code, and data. Web ResourceA supporting website mirrors the do-it-yourself approach of the text. It offers a collection of freely available R source files that encompass all the code used in the case studies. The site also provides the data sets from the case studies as well as an R package of several functions.
Drawing on the authors' two decades of experience in applied modeling and datamining, Foundations of Predictive Analytics presents the fundamental background required for analyzing data and building models for ma...
详细信息
ISBN:
(数字)9781439869482
ISBN:
(纸本)9781439869468
Drawing on the authors' two decades of experience in applied modeling and datamining, Foundations of Predictive Analytics presents the fundamental background required for analyzing data and building models for many practical applications, such as consumer behavior modeling, risk and marketing analytics, and other areas. It also discusses a variety
A new approach to distributed large-scale datamining, service-oriented knowledgediscovery extracts useful knowledge from today's often unmanageable volumes of data by exploiting datamining and machine learning ...
详细信息
ISBN:
(数字)9780429109911
ISBN:
(纸本)9781439875315
A new approach to distributed large-scale datamining, service-oriented knowledgediscovery extracts useful knowledge from today's often unmanageable volumes of data by exploiting datamining and machine learning distributed models and techniques in service-oriented infrastructures. Service-Oriented Distributed knowledgediscovery presents techniqu
Advances in Machine Learning and datamining for Astronomy documents numerous successful collaborations among computer scientists, statisticians, and astronomers who illustrate the application of state-of-the-art mach...
详细信息
ISBN:
(数字)9781439841747
ISBN:
(纸本)9781138199309
Advances in Machine Learning and datamining for Astronomy documents numerous successful collaborations among computer scientists, statisticians, and astronomers who illustrate the application of state-of-the-art machine learning and datamining techniques in astronomy. Due to the massive amount and complexity of data in most scientific disciplines
Machine Learning and knowledgediscovery for Engineering Systems Health Management presents state-of-the-art tools and techniques for automatically detecting, diagnosing, and predicting the effects of adverse events i...
ISBN:
(纸本)9781439841785;1439841780
Machine Learning and knowledgediscovery for Engineering Systems Health Management presents state-of-the-art tools and techniques for automatically detecting, diagnosing, and predicting the effects of adverse events in an engineered system. With contributions from many top authorities on the subject, this volume is the first to bring together the two areas of machine learning and systems health management. Divided into three parts, the book explains how the fundamental algorithms and methods of both physics-based and data-driven approaches effectively address systems health management. The first part of the text describes data-driven methods for anomaly detection, diagnosis, and prognosis of massive data streams and associated performance metrics. It also illustrates the analysis of text reports using novel machine learning approaches that help detect and discriminate between failure modes. The second part focuses on physics-based methods for diagnostics and prognostics, exploring how these methods adapt to observed data. It covers physics-based, data-driven, and hybrid approaches to studying damage propagation and prognostics in composite materials and solid rocket motors. The third part discusses the use of machine learning and physics-based approaches in distributed data centers, aircraft engines, and embedded real-time software systems. Reflecting the interdisciplinary nature of the field, this book shows how various machine learning and knowledgediscovery techniques are used in the analysis of complex engineering systems. It emphasizes the importance of these techniques in managing the intricate interactions within and between the systems to maintain a high degree of reliability.
Spectral feature selection is a state-of-the-art technique based on spectral graph theory. This book provides a comprehensive introduction to spectra, including its theoretical foundations, connections to existing fea...
详细信息
ISBN:
(数字)9781439862094
ISBN:
(纸本)9781439862094
Spectral feature selection is a state-of-the-art technique based on spectral graph theory. This book provides a comprehensive introduction to spectra, including its theoretical foundations, connections to existing feature selection and extraction algorithms, and its applications in solving novel real-world problems in feature selection. It covers general feature selection and feature extraction concepts, the most popular existing algorithms, and recent research developments. The text also includes precise definitions, a number of illustrative figures, and plenty of examples, along with slides, source code, and data on a supporting website.
The research area of music information retrieval has gradually evolved to address the challenges of effectively accessing and interacting large collections of music and associated data, such as styles, artists, lyrics...
详细信息
ISBN:
(数字)9781439835555
ISBN:
(纸本)9781439835524
The research area of music information retrieval has gradually evolved to address the challenges of effectively accessing and interacting large collections of music and associated data, such as styles, artists, lyrics, and reviews. Bringing together an interdisciplinary array of top researchers, Music datamining presents a variety of approaches to
data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite di...
详细信息
ISBN:
(数字)9781439862247
ISBN:
(纸本)9781439862230
data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However,
data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite di...
ISBN:
(纸本)9781439862230
data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms. Using object-oriented design and programming techniques, data Clustering in C++ exploits the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. Readers can follow the development of the base data clustering classes and several popular data clustering algorithms. Additional topics such as data pre-processing, data visualization, cluster visualization, and cluster interpretation are briefly covered. This book is divided into three parts-- data Clustering and C++ Preliminaries: A review of basic concepts of data clustering, the unified modeling language, object-oriented programming in C++, and design patterns A C++ data Clustering Framework: The development of data clustering base classes data Clustering Algorithms: The implementation of several popular data clustering algorithms A key to learning a clustering algorithm is to implement and experiment the clustering algorithm. Complete listings of classes, examples, unit test cases, and GNU configuration files are included in the appendices of this book as well as in the CD-ROM of the book. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.
暂无评论