Автор: Ashok N. Srivastava, Mehran Sahami Название: Text Mining ISBN: 1420059408 ISBN-13(EAN): 9781420059403 Издательство: Taylor&Francis Рейтинг: Цена: 15004.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Focuses on statistical methods for text mining and analysis. This work examines methods to automatically cluster and classify text documents and applies these methods in a variety of areas, including adaptive information filtering, information distillation, and text search.
Автор: Chaoqun Ma, Guojun Gan, Jianhong Wu Название: Data Clustering: Theory, Algorithms, and Applications ISBN: 1611976324 ISBN-13(EAN): 9781611976328 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 12164.00 р. Наличие на складе: Нет в наличии.
Описание: Data clustering, also known as cluster analysis, is an unsupervised process that divides a set of objects into homogeneous groups. Since the publication of the first edition of this monograph in 2007, development in the area has exploded, especially in clustering algorithms for big data and open-source software for cluster analysis. This second edition reflects these new developments.Data Clustering: Theory, Algorithms, and Applications, Second Edition:covers the basics of data clustering,includes a list of popular clustering algorithms, andprovides program code that helps users implement clustering algorithms.
Автор: Olfa Nasraoui; Chiheb-Eddine Ben N`Cir Название: Clustering Methods for Big Data Analytics ISBN: 3319978632 ISBN-13(EAN): 9783319978635 Издательство: Springer Рейтинг: Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book highlights the state of the art and recent advances in Big Data clustering methods and their innovative applications in contemporary AI-driven systems. The book chapters discuss Deep Learning for Clustering, Blockchain data clustering, Cybersecurity applications such as insider threat detection, scalable distributed clustering methods for massive volumes of data; clustering Big Data Streams such as streams generated by the confluence of Internet of Things, digital and mobile health, human-robot interaction, and social networks; Spark-based Big Data clustering using Particle Swarm Optimization; and Tensor-based clustering for Web graphs, sensor streams, and social networks. The chapters in the book include a balanced coverage of big data clustering theory, methods, tools, frameworks, applications, representation, visualization, and clustering validation.
Автор: Jacob Kogan; Charles Nicholas; Marc Teboulle Название: Grouping Multidimensional Data ISBN: 3642066542 ISBN-13(EAN): 9783642066542 Издательство: Springer Рейтинг: Цена: 18167.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Clustering can be used as an independent data mining task to discern intrinsic characteristics of data, or as a preprocessing step with the clustering results then used for classification, correlation analysis, or anomaly detection.Kogan and his co-editors have put together recent advances in clustering large and high-dimension data.
Автор: Maharaj Название: Time Series Clustering And Classifi ISBN: 1498773214 ISBN-13(EAN): 9781498773218 Издательство: Taylor&Francis Рейтинг: Цена: 25265.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book includes relevant developments on observation-based, feature-based and model-based traditional and fuzzy clustering methods, feature-based and model-based classification methods, and machine learning methods. It presents a broad and self-contained overview of techniques for both researchers and students.
Автор: Long, Bo Название: Relational Data Clustering ISBN: 1420072617 ISBN-13(EAN): 9781420072617 Издательство: Taylor&Francis Рейтинг: Цена: 15004.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Gan, Guojun Название: Data Clustering in C++ ISBN: 0367382954 ISBN-13(EAN): 9780367382957 Издательство: Taylor&Francis Рейтинг: Цена: 9798.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
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 downloadable resources. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.
Автор: Mirkin, Boris Название: Clustering for Data Mining ISBN: 1584885343 ISBN-13(EAN): 9781584885344 Издательство: Taylor&Francis Рейтинг: Цена: 9186.00 р. Наличие на складе: Нет в наличии.
Описание: Presents a theory that not only closes gaps in K-Means and Ward methods, but also extends them into areas of interest, such as clustering mixed scale data and incomplete clustering. This work suggests methods for both cluster finding and cluster description, and includes nearly 60 computational examples covering the various stages of clustering.
Автор: Francesco Название: Correlation Clustering ISBN: 3031791983 ISBN-13(EAN): 9783031791987 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Given a set of objects and a pairwise similarity measure between them, the goal of correlation clustering is to partition the objects in a set of clusters to maximize the similarity of the objects within the same cluster and minimize the similarity of the objects in different clusters.
Автор: Aggarwal, Charu C. Название: Data Clustering ISBN: 1466558210 ISBN-13(EAN): 9781466558212 Издательство: Taylor&Francis Рейтинг: Цена: 19906.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Mirkin, Boris Название: Clustering ISBN: 036738079X ISBN-13(EAN): 9780367380793 Издательство: Taylor&Francis Рейтинг: Цена: 9798.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Often considered more of an art than a science, books on clustering have been dominated by learning through example with techniques chosen almost through trial and error. Even the two most popular, and most related, clustering methods-K-Means for partitioning and Ward's method for hierarchical clustering-have lacked the theoretical underpinning required to establish a firm relationship between the two methods and relevant interpretation aids. Other approaches, such as spectral clustering or consensus clustering, are considered absolutely unrelated to each other or to the two above mentioned methods.
Clustering: A Data Recovery Approach, Second Edition presents a unified modeling approach for the most popular clustering methods: the K-Means and hierarchical techniques, especially for divisive clustering. It significantly expands coverage of the mathematics of data recovery, and includes a new chapter covering more recent popular network clustering approaches-spectral, modularity and uniform, additive, and consensus-treated within the same data recovery approach. Another added chapter covers cluster validation and interpretation, including recent developments for ontology-driven interpretation of clusters. Altogether, the insertions added a hundred pages to the book, even in spite of the fact that fragments unrelated to the main topics were removed.
Illustrated using a set of small real-world datasets and more than a hundred examples, the book is oriented towards students, practitioners, and theoreticians of cluster analysis. Covering topics that are beyond the scope of most texts, the author's explanations of data recovery methods, theory-based advice, pre- and post-processing issues and his clear, practical instructions for real-world data mining make this book ideally suited for teaching, self-study, and professional reference.
Описание: This book is a comprehensive, hands-on guide to the basics of data mining and machine learning with a special emphasis on supervised and unsupervised learning methods. The book is useful for professionals, students studying data mining and machine learning, and researchers in supervised and unsupervised learning techniques.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru