Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Supervised Descriptive Pattern Mining, Sebasti?n Ventura; Jos? Mar?a Luna


Варианты приобретения
Цена: 15372.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Sebasti?n Ventura; Jos? Mar?a Luna
Название:  Supervised Descriptive Pattern Mining
ISBN: 9783319981390
Издательство: Springer
Классификация:



ISBN-10: 3319981390
Обложка/Формат: Hardcover
Страницы: 185
Вес: 0.47 кг.
Дата издания: 2018
Язык: English
Издание: 1st ed. 2018
Иллюстрации: 42 illustrations, black and white; xi, 185 p. 42 illus.
Размер: 234 x 156 x 13
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: This book provides a general and comprehensible overview of supervised descriptive pattern mining, considering classic algorithms and those based on heuristics. It provides some formal definitions and a general idea about patterns, pattern mining, the usefulness of patterns in the knowledge discovery process, as well as a brief summary on the tasks related to supervised descriptive pattern mining. It also includes a detailed description on the tasks usually grouped under the term supervised descriptive pattern mining: subgroups discovery, contrast sets and emerging patterns. Additionally, this book includes two tasks, class association rules and exceptional models, that are also considered within this field.A major feature of this book is that it provides a general overview (formal definitions and algorithms) of all the tasks included under the term supervised descriptive pattern mining. It considers the analysis of different algorithms either based on heuristics or based on exhaustive search methodologies for any of these tasks. This book also illustrates how important these techniques are in different fields, a set of real-world applications are described.Last but not least, some related tasks are also considered and analyzed. The final aim of this book is to provide a general review of the supervised descriptive pattern mining field, describing its tasks, its algorithms, its applications, and related tasks (those that share some common features).This book targets developers, engineers and computer scientists aiming to apply classic and heuristic-based algorithms to solve different kinds of pattern mining problems and apply them to real issues. Students and researchers working in this field, can use this comprehensive book (which includes its methods and tools) as a secondary textbook.
Дополнительное описание: 1 Introduction to Supervised Descriptive Pattern Mining.- 2 Contrast Sets.- 3 Emerging Patterns.- 4 Subgroup Discovery.- 5 Class Association Rules.- 6 Exceptional Models.- 7 Other Forms of Supervised Descriptive Pattern Mining.- 8 Successful Applications.



Supervised Descriptive Pattern Mining

Автор: Sebasti?n Ventura; Jos? Mar?a Luna
Название: Supervised Descriptive Pattern Mining
ISBN: 3030074560 ISBN-13(EAN): 9783030074562
Издательство: Springer
Рейтинг:
Цена: 15372.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book provides a general and comprehensible overview of supervised descriptive pattern mining, considering classic algorithms and those based on heuristics. It provides some formal definitions and a general idea about patterns, pattern mining, the usefulness of patterns in the knowledge discovery process, as well as a brief summary on the tasks related to supervised descriptive pattern mining. It also includes a detailed description on the tasks usually grouped under the term supervised descriptive pattern mining: subgroups discovery, contrast sets and emerging patterns. Additionally, this book includes two tasks, class association rules and exceptional models, that are also considered within this field.A major feature of this book is that it provides a general overview (formal definitions and algorithms) of all the tasks included under the term supervised descriptive pattern mining. It considers the analysis of different algorithms either based on heuristics or based on exhaustive search methodologies for any of these tasks. This book also illustrates how important these techniques are in different fields, a set of real-world applications are described.Last but not least, some related tasks are also considered and analyzed. The final aim of this book is to provide a general review of the supervised descriptive pattern mining field, describing its tasks, its algorithms, its applications, and related tasks (those that share some common features).This book targets developers, engineers and computer scientists aiming to apply classic and heuristic-based algorithms to solve different kinds of pattern mining problems and apply them to real issues. Students and researchers working in this field, can use this comprehensive book (which includes its methods and tools) as a secondary textbook.

Applications of Supervised and Unsupervised Ensemble Methods

Автор: Oleg Okun
Название: Applications of Supervised and Unsupervised Ensemble Methods
ISBN: 3642039987 ISBN-13(EAN): 9783642039980
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Expanding upon presentations at last year`s SUEMA (Supervised and Unsupervised Ensemble Methods and Applications) meeting, this volume explores recent developments in the field. Useful examples act as a guide for practitioners in computational intelligence.

Deep Belief Nets in C++ and Cuda C: Volume 1: Restricted Boltzmann Machines and Supervised Feedforward Networks

Автор: Masters Timothy
Название: Deep Belief Nets in C++ and Cuda C: Volume 1: Restricted Boltzmann Machines and Supervised Feedforward Networks
ISBN: 1484235908 ISBN-13(EAN): 9781484235904
Издательство: Springer
Рейтинг:
Цена: 4191.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Discover the essential building blocks of the most common forms of deep belief networks. At each step this book provides intuitive motivation, a summary of the most important equations relevant to the topic, and concludes with highly commented code for threaded computation on modern CPUs as well as massive parallel processing on computers with CUDA-capable video display cards.
The first of three in a series on C++ and CUDA C deep learning and belief nets, Deep Belief Nets in C++ and CUDA C: Volume 1 shows you how the structure of these elegant models is much closer to that of human brains than traditional neural networks; they have a thought process that is capable of learning abstract concepts built from simpler primitives. As such, you'll see that a typical deep belief net can learn to recognize complex patterns by optimizing millions of parameters, yet this model can still be resistant to overfitting.
All the routines and algorithms presented in the book are available in the code download, which also contains some libraries of related routines.

What You Will Learn

  • Employ deep learning using C++ and CUDA C
  • Work with supervised feedforward networks
  • Implement restricted Boltzmann machines
  • Use generative samplings
  • Discover why these are important

Who This Book Is For
Those who have at least a basic knowledge of neural networks and some prior programming experience, although some C++ and CUDA C is recommended.
Supervised learning with quantum computers

Автор: Schuld, Maria Petruccione, Francesco
Название: Supervised learning with quantum computers
ISBN: 3319964232 ISBN-13(EAN): 9783319964232
Издательство: Springer
Рейтинг:
Цена: 25155.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Quantum machine learning investigates how quantum computers can be used for data-driven prediction and decision making. The books summarises and conceptualises ideas of this relatively young discipline for an audience of computer scientists and physicists from a graduate level upwards. It aims at providing a starting point for those new to the field, showcasing a toy example of a quantum machine learning algorithm and providing a detailed introduction of the two parent disciplines. For more advanced readers, the book discusses topics such as data encoding into quantum states, quantum algorithms and routines for inference and optimisation, as well as the construction and analysis of genuine ``quantum learning models''. A special focus lies on supervised learning, and applications for near-term quantum devices.

Sampling Techniques for Supervised or Unsupervised Tasks

Автор: Fr?d?ric Ros; Serge Guillaume
Название: Sampling Techniques for Supervised or Unsupervised Tasks
ISBN: 3030293483 ISBN-13(EAN): 9783030293482
Издательство: Springer
Рейтинг:
Цена: 16070.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book describes in detail sampling techniques that can be used for unsupervised and supervised cases, with a focus on sampling techniques for machine learning algorithms. It covers theory and models of sampling methods for managing scalability and the “curse of dimensionality”, their implementations, evaluations, and applications. A large part of the book is dedicated to database comprising standard feature vectors, and a special section is reserved to the handling of more complex objects and dynamic scenarios. The book is ideal for anyone teaching or learning pattern recognition and interesting teaching or learning pattern recognition and is interested in the big data challenge. It provides an accessible introduction to the ?eld and discusses the state of the art concerning sampling techniques for supervised and unsupervised task.Provides a comprehensive description of sampling techniques for unsupervised and supervised tasks;Describe implementation and evaluation of algorithms that simultaneously manage scalable problems and curse of dimensionality;Addresses the role of sampling in dynamic scenarios, sampling when dealing with complex objects, and new challenges arising from big data. 'This book represents a timely collection of state-of-the art research of sampling techniques, suitable for anyone who wants to become more familiar with these helpful techniques for tackling the big data challenge.'M. Emre Celebi, Ph.D., Professor and Chair, Department of Computer Science, University of Central Arkansas

'In science the difficulty is not to have ideas, but it is to make them work'From Carlo Rovelli
Supervised Machine Learning

Автор: Kolosova, Tatiana , Berestizhevsky, Samuel
Название: Supervised Machine Learning
ISBN: 0367277328 ISBN-13(EAN): 9780367277321
Издательство: Taylor&Francis
Рейтинг:
Цена: 19906.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: AI framework intended to solve a problem of bias-variance tradeoff for supervised learning methods in real-life applications. It comprises of bootstrapping to create multiple training and testing data sets, design and analysis of statistical experiments and optimal hyper-parameters for ML methods.

Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning

Автор: Thorsten Wuest
Название: Identifying Product and Process State Drivers in Manufacturing Systems Using Supervised Machine Learning
ISBN: 3319386980 ISBN-13(EAN): 9783319386980
Издательство: Springer
Рейтинг:
Цена: 14365.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The book reports on a novel approach for holistically identifying the relevant state drivers of complex, multi-stage manufacturing systems. In practice, this method can be used to identify the most important process parameters and state characteristics, the so-called state drivers, of a manufacturing system.

Supervised Learning with Complex-valued Neural Networks

Автор: Sundaram Suresh; Narasimhan Sundararajan; Ramasamy
Название: Supervised Learning with Complex-valued Neural Networks
ISBN: 3642426794 ISBN-13(EAN): 9783642426797
Издательство: Springer
Рейтинг:
Цена: 15672.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A new generation of neural networks is needed in telecommunications, medical imaging and signal processing as signals become more complex and nonlinear. This survey of the latest complex-valued networks includes learning algorithms and new architectures.

Supervised and Unsupervised Learning for Data Science

Автор: Michael W. Berry; Azlinah Mohamed; Bee Wah Yap
Название: Supervised and Unsupervised Learning for Data Science
ISBN: 3030224740 ISBN-13(EAN): 9783030224745
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book covers the state of the art in learning algorithms with an inclusion of semi-supervised methods to provide a broad scope of clustering and classification solutions for big data applications. Case studies and best practices are included along with theoretical models of learning for a comprehensive reference to the field. The book is organized into eight chapters that cover the following topics: discretization, feature extraction and selection, classification, clustering, topic modeling, graph analysis and applications. Practitioners and graduate students can use the volume as an important reference for their current and future research and faculty will find the volume useful for assignments in presenting current approaches to unsupervised and semi-supervised learning in graduate-level seminar courses. The book is based on selected, expanded papers from the Fourth International Conference on Soft Computing in Data Science (2018).Includes new advances in clustering and classification using semi-supervised and unsupervised learning;Address new challenges arising in feature extraction and selection using semi-supervised and unsupervised learning;Features applications from healthcare, engineering, and text/social media mining that exploit techniques from semi-supervised and unsupervised learning.

Supervised Learning with Quantum Computers

Автор: Maria Schuld; Francesco Petruccione
Название: Supervised Learning with Quantum Computers
ISBN: 303007188X ISBN-13(EAN): 9783030071882
Издательство: Springer
Рейтинг:
Цена: 12577.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Quantum machine learning investigates how quantum computers can be used for data-driven prediction and decision making. The books summarises and conceptualises ideas of this relatively young discipline for an audience of computer scientists and physicists from a graduate level upwards. It aims at providing a starting point for those new to the field, showcasing a toy example of a quantum machine learning algorithm and providing a detailed introduction of the two parent disciplines. For more advanced readers, the book discusses topics such as data encoding into quantum states, quantum algorithms and routines for inference and optimisation, as well as the construction and analysis of genuine ``quantum learning models''. A special focus lies on supervised learning, and applications for near-term quantum devices.

Weakly Supervised Learning: Doing More with Less Data

Автор: Jurney Russell
Название: Weakly Supervised Learning: Doing More with Less Data
ISBN: 1492077062 ISBN-13(EAN): 9781492077060
Издательство: Wiley
Рейтинг:
Цена: 11403.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Most data scientists and engineers today rely on quality labeled data to train machine learning models. But building a training set manually is time-consuming and expensive. There`s a more practical approach. In this book, Wee Hyong Tok, Amit Bahree, and Senja Filipi show you how to create products using weakly supervised learning models.

Supervised and Unsupervised Ensemble Methods and their Applications

Автор: Oleg Okun
Название: Supervised and Unsupervised Ensemble Methods and their Applications
ISBN: 3540789804 ISBN-13(EAN): 9783540789802
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Ensembles of Clustering Methods and Their Applications.- Cluster Ensemble Methods: from Single Clusterings to Combined Solutions.- Random Subspace Ensembles for Clustering Categorical Data.- Ensemble Clustering with a Fuzzy Approach.- Collaborative Multi-Strategical Clustering for Object-Oriented Image Analysis.- Ensembles of Classification Methods and Their Applications.- Intrusion Detection in Computer Systems Using Multiple Classifier Systems.- Ensembles of Nearest Neighbors for Gene Expression Based Cancer Classification.- Multivariate Time Series Classification via Stacking of Univariate Classifiers.- Gradient Boosting GARCH and Neural Networks for Time Series Prediction.- Cascading with VDM and Binary Decision Trees for Nominal Data.- Erratum.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия