Описание: In a new approach to possibilistic clustering, the sought clustering structure of the set is based directly on the formal definition of fuzzy cluster and possibilistic memberships are determined directly from the values of the pairwise similarity of objects.
Автор: Lei Meng; Ah-Hwee Tan; Donald C. Wunsch II Название: Adaptive Resonance Theory in Social Media Data Clustering ISBN: 3030029840 ISBN-13(EAN): 9783030029845 Издательство: Springer Рейтинг: Цена: 13974.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Social media data contains our communication and online sharing, mirroring our daily life. This book looks at how we can use and what we can discover from such big data:Basic knowledge (data & challenges) on social media analyticsClustering as a fundamental technique for unsupervised knowledge discovery and data miningA class of neural inspired algorithms, based on adaptive resonance theory (ART), tackling challenges in big social media data clustering Step-by-step practices of developing unsupervised machine learning algorithms for real-world applications in social media domainAdaptive Resonance Theory in Social Media Data Clustering stands on the fundamental breakthrough in cognitive and neural theory, i.e. adaptive resonance theory, which simulates how a brain processes information to perform memory, learning, recognition, and prediction.It presents initiatives on the mathematical demonstration of ART’s learning mechanisms in clustering, and illustrates how to extend the base ART model to handle the complexity and characteristics of social media data and perform associative analytical tasks.Both cutting-edge research and real-world practices on machine learning and social media analytics are included in the book and if you wish to learn the answers to the following questions, this book is for you:How to process big streams of multimedia data?How to analyze social networks with heterogeneous data?How to understand a user’s interests by learning from online posts and behaviors?How to create a personalized search engine by automatically indexing and searching multimodal information resources? .
Автор: Tin-Chih Toly Chen; Katsuhiro Honda Название: Fuzzy Collaborative Forecasting and Clustering ISBN: 3030225739 ISBN-13(EAN): 9783030225735 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book introduces the basic concepts of fuzzy collaborative forecasting and clustering, including its methodology, system architecture, and applications. It demonstrates how dealing with disparate data sources is becoming more and more popular due to the increasing spread of internet applications. The book proposes the concepts of collaborative computing intelligence and collaborative fuzzy modeling, and establishes several so-called fuzzy collaborative systems. It shows how technical constraints, security issues, and privacy considerations often limit access to some sources. This book is a valuable source of information for postgraduates, researchers and fuzzy control system developers, as it presents a very effective fuzzy approach that can deal with disparate data sources, big data, and multiple expert decision making.
Автор: Ujjwal Maulik; Sanghamitra Bandyopadhyay; Anirban Название: Multiobjective Genetic Algorithms for Clustering ISBN: 3642439632 ISBN-13(EAN): 9783642439636 Издательство: Springer Рейтинг: Цена: 7680.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book covers clustering using multiobjective genetic algorithms, with extensive real-life application in data mining and bioinformatics. The authors offer instructions for relevant techniques, and demonstrate real-world applications in several disciplines.
Автор: Junjie Wu Название: Advances in K-means Clustering ISBN: 3642447570 ISBN-13(EAN): 9783642447570 Издательство: Springer Рейтинг: Цена: 15372.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The K-means algorithm is commonly used in data mining and business intelligence. This award-winning research pioneers its application to the intricacies of `big data`, detailing a theoretical framework for aggregating and validating clusters with K-means.
Автор: Thomas Villmann; M. Biehl; Barbara Hammer; Michel Название: Similarity-Based Clustering ISBN: 3642018041 ISBN-13(EAN): 9783642018046 Издательство: Springer Рейтинг: Цена: 14365.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Recent Developments and Biomedical Applications. .
Автор: Viattchenin Dmitri A Название: Heuristic Approach to Possibilistic Clustering: Algorithms a ISBN: 3642355358 ISBN-13(EAN): 9783642355356 Издательство: Springer Рейтинг: Цена: 19591.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: In a new approach to possibilistic clustering, the sought clustering structure of the set is based directly on the formal definition of fuzzy cluster and possibilistic memberships are determined directly from the values of the pairwise similarity of objects.
Описание: Offers researchers and teachers an introduction to clustering, which is a prominent class of unsupervised machine learning for exploring and understanding latent, non-random structure in data. A suite of widely used clustering techniques is covered, in addition to R code and real data to facilitate interaction with the concepts.
Автор: 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.
Автор: Long, Bo , Zhang, Zhongfei , Yu, Philip S. Название: Relational Data Clustering ISBN: 0367384051 ISBN-13(EAN): 9780367384050 Издательство: Taylor&Francis Рейтинг: Цена: 9492.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
A culmination of the authors' years of extensive research on this topic, Relational Data Clustering: Models, Algorithms, and Applications addresses the fundamentals and applications of relational data clustering. It describes theoretic models and algorithms and, through examples, shows how to apply these models and algorithms to solve real-world problems.
After defining the field, the book introduces different types of model formulations for relational data clustering, presents various algorithms for the corresponding models, and demonstrates applications of the models and algorithms through extensive experimental results. The authors cover six topics of relational data clustering:
Clustering on bi-type heterogeneous relational data
Multi-type heterogeneous relational data
Homogeneous relational data clustering
Clustering on the most general case of relational data
Individual relational clustering framework
Recent research on evolutionary clustering
This book focuses on both practical algorithm derivation and theoretical framework construction for relational data clustering. It provides a complete, self-contained introduction to advances in the field.
Автор: 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.
Автор: Olfa Nasraoui; Chiheb-Eddine Ben N`Cir Название: Clustering Methods for Big Data Analytics ISBN: 3030074196 ISBN-13(EAN): 9783030074197 Издательство: 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.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru