High-Utility Pattern Mining

High-Utility Pattern Mining PDF Author: Philippe Fournier-Viger
Publisher: Springer
ISBN: 3030049213
Category : Technology & Engineering
Languages : en
Pages : 343

Get Book Here

Book Description
This book presents an overview of techniques for discovering high-utility patterns (patterns with a high importance) in data. It introduces the main types of high-utility patterns, as well as the theory and core algorithms for high-utility pattern mining, and describes recent advances, applications, open-source software, and research opportunities. It also discusses several types of discrete data, including customer transaction data and sequential data. The book consists of twelve chapters, seven of which are surveys presenting the main subfields of high-utility pattern mining, including itemset mining, sequential pattern mining, big data pattern mining, metaheuristic-based approaches, privacy-preserving pattern mining, and pattern visualization. The remaining five chapters describe key techniques and applications, such as discovering concise representations and regular patterns.

High-Utility Pattern Mining

High-Utility Pattern Mining PDF Author: Philippe Fournier-Viger
Publisher: Springer
ISBN: 3030049213
Category : Technology & Engineering
Languages : en
Pages : 343

Get Book Here

Book Description
This book presents an overview of techniques for discovering high-utility patterns (patterns with a high importance) in data. It introduces the main types of high-utility patterns, as well as the theory and core algorithms for high-utility pattern mining, and describes recent advances, applications, open-source software, and research opportunities. It also discusses several types of discrete data, including customer transaction data and sequential data. The book consists of twelve chapters, seven of which are surveys presenting the main subfields of high-utility pattern mining, including itemset mining, sequential pattern mining, big data pattern mining, metaheuristic-based approaches, privacy-preserving pattern mining, and pattern visualization. The remaining five chapters describe key techniques and applications, such as discovering concise representations and regular patterns.

Periodic Pattern Mining

Periodic Pattern Mining PDF Author: R. Uday Kiran
Publisher: Springer Nature
ISBN: 9811639647
Category : Computers
Languages : en
Pages : 263

Get Book Here

Book Description
This book provides an introduction to the field of periodic pattern mining, reviews state-of-the-art techniques, discusses recent advances, and reviews open-source software. Periodic pattern mining is a popular and emerging research area in the field of data mining. It involves discovering all regularly occurring patterns in temporal databases. One of the major applications of periodic pattern mining is the analysis of customer transaction databases to discover sets of items that have been regularly purchased by customers. Discovering such patterns has several implications for understanding the behavior of customers. Since the first work on periodic pattern mining, numerous studies have been published and great advances have been made in this field. The book consists of three main parts: introduction, algorithms, and applications. The first chapter is an introduction to pattern mining and periodic pattern mining. The concepts of periodicity, periodic support, search space exploration techniques, and pruning strategies are discussed. The main types of algorithms are also presented such as periodic-frequent pattern growth, partial periodic pattern-growth, and periodic high-utility itemset mining algorithm. Challenges and research opportunities are reviewed. The chapters that follow present state-of-the-art techniques for discovering periodic patterns in (1) transactional databases, (2) temporal databases, (3) quantitative temporal databases, and (4) big data. Then, the theory on concise representations of periodic patterns is presented, as well as hiding sensitive information using privacy-preserving data mining techniques. The book concludes with several applications of periodic pattern mining, including applications in air pollution data analytics, accident data analytics, and traffic congestion analytics.

Frequent Pattern Mining

Frequent Pattern Mining PDF Author: Charu C. Aggarwal
Publisher: Springer
ISBN: 3319078216
Category : Computers
Languages : en
Pages : 480

Get Book Here

Book Description
This comprehensive reference consists of 18 chapters from prominent researchers in the field. Each chapter is self-contained, and synthesizes one aspect of frequent pattern mining. An emphasis is placed on simplifying the content, so that students and practitioners can benefit from the book. Each chapter contains a survey describing key research on the topic, a case study and future directions. Key topics include: Pattern Growth Methods, Frequent Pattern Mining in Data Streams, Mining Graph Patterns, Big Data Frequent Pattern Mining, Algorithms for Data Clustering and more. Advanced-level students in computer science, researchers and practitioners from industry will find this book an invaluable reference.

Trends in Artificial Intelligence Theory and Applications. Artificial Intelligence Practices

Trends in Artificial Intelligence Theory and Applications. Artificial Intelligence Practices PDF Author: Hamido Fujita
Publisher: Springer Nature
ISBN: 3030557898
Category : Computers
Languages : en
Pages : 931

Get Book Here

Book Description
This book constitutes the thoroughly refereed proceedings of the 33rd International Conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems, IEA/AIE 2020, held in Kitakyushu, Japan, in September 2020. The 62 full papers and 17 short papers presented were carefully reviewed and selected from 119 submissions. The IEA/AIE 2020 conference will continue the tradition of emphasizing on applications of applied intelligent systems to solve real-life problems in all areas. These areas include are language processing; robotics and drones; knowledge based systems; innovative applications of intelligent systems; industrial applications; networking applications; social network analysis; financial applications and blockchain; medical and health-related applications; anomaly detection and automated diagnosis; decision-support and agent-based systems; multimedia applications; machine learning; data management and data clustering; pattern mining; system control, classification, and fault diagnosis.

Second International Conference on Computer Networks and Communication Technologies

Second International Conference on Computer Networks and Communication Technologies PDF Author: S. Smys
Publisher: Springer Nature
ISBN: 3030370518
Category : Technology & Engineering
Languages : en
Pages : 981

Get Book Here

Book Description
This book presents new communication and networking technologies, an area that has gained significant research attention from both academia and industry in recent years. It also discusses the development of more intelligent and efficient communication technologies, which are an essential part of current day-to-day life, and reports on recent innovations in technologies, architectures, and standards relating to these technologies. The book includes research that spans a wide range of communication and networking technologies, including wireless sensor networks, big data, Internet of Things, optical and telecommunication networks, artificial intelligence, cryptography, next-generation networks, cloud computing, and natural language processing. Moreover, it focuses on novel solutions in the context of communication and networking challenges, such as optimization algorithms, network interoperability, scalable network clustering, multicasting and fault-tolerant techniques, network authentication mechanisms, and predictive analytics.

Mining of Massive Datasets

Mining of Massive Datasets PDF Author: Jure Leskovec
Publisher: Cambridge University Press
ISBN: 1107077230
Category : Computers
Languages : en
Pages : 480

Get Book Here

Book Description
Now in its second edition, this book focuses on practical algorithms for mining data from even the largest datasets.

Graph Mining

Graph Mining PDF Author: Deepayan Chakrabarti
Publisher: Springer Nature
ISBN: 3031019032
Category : Computers
Languages : en
Pages : 191

Get Book Here

Book Description
What does the Web look like? How can we find patterns, communities, outliers, in a social network? Which are the most central nodes in a network? These are the questions that motivate this work. Networks and graphs appear in many diverse settings, for example in social networks, computer-communication networks (intrusion detection, traffic management), protein-protein interaction networks in biology, document-text bipartite graphs in text retrieval, person-account graphs in financial fraud detection, and others. In this work, first we list several surprising patterns that real graphs tend to follow. Then we give a detailed list of generators that try to mirror these patterns. Generators are important, because they can help with "what if" scenarios, extrapolations, and anonymization. Then we provide a list of powerful tools for graph analysis, and specifically spectral methods (Singular Value Decomposition (SVD)), tensors, and case studies like the famous "pageRank" algorithm and the "HITS" algorithm for ranking web search results. Finally, we conclude with a survey of tools and observations from related fields like sociology, which provide complementary viewpoints. Table of Contents: Introduction / Patterns in Static Graphs / Patterns in Evolving Graphs / Patterns in Weighted Graphs / Discussion: The Structure of Specific Graphs / Discussion: Power Laws and Deviations / Summary of Patterns / Graph Generators / Preferential Attachment and Variants / Incorporating Geographical Information / The RMat / Graph Generation by Kronecker Multiplication / Summary and Practitioner's Guide / SVD, Random Walks, and Tensors / Tensors / Community Detection / Influence/Virus Propagation and Immunization / Case Studies / Social Networks / Other Related Work / Conclusions

Advances in Intelligent Information Hiding and Multimedia Signal Processing

Advances in Intelligent Information Hiding and Multimedia Signal Processing PDF Author: Jeng-Shyang Pan
Publisher: Springer
ISBN: 9783319843476
Category : Computers
Languages : en
Pages : 380

Get Book Here

Book Description
This volume of Smart Innovation, Systems and Technologies contains accepted papers presented in IIH-MSP-2016, the 12th International Conference on Intelligent Information Hiding and Multimedia Signal Processing. The conference this year was technically co-sponsored by Tainan Chapter of IEEE Signal Processing Society, Fujian University of Technology, Chaoyang University of Technology, Taiwan Association for Web Intelligence Consortium, Fujian Provincial Key Laboratory of Big Data Mining and Applications (Fujian University of Technology), and Harbin Institute of Technology Shenzhen Graduate School. IIH-MSP 2016 is held in 21-23, November, 2016 in Kaohsiung, Taiwan. The conference is an international forum for the researchers and professionals in all areas of information hiding and multimedia signal processing.

Big Data Analytics and Knowledge Discovery

Big Data Analytics and Knowledge Discovery PDF Author: Min Song
Publisher: Springer
ISBN: 9783030590642
Category : Computers
Languages : en
Pages : 410

Get Book Here

Book Description
The volume LNCS 12393 constitutes the papers of the 22nd International Conference Big Data Analytics and Knowledge Discovery which will be held online in September 2020. The 15 full papers presented together with 14 short papers plus 1 position paper in this volume were carefully reviewed and selected from a total of 77 submissions. This volume offers a wide range to following subjects on theoretical and practical aspects of big data analytics and knowledge discovery as a new generation of big data repository, data pre-processing, data mining, text mining, sequences, graph mining, and parallel processing.

2021 Tenth International Conference on Intelligent Computing and Information Systems (ICICIS)

2021 Tenth International Conference on Intelligent Computing and Information Systems (ICICIS) PDF Author: IEEE Staff
Publisher:
ISBN: 9781665411592
Category :
Languages : en
Pages :

Get Book Here

Book Description
ICICIS 2021 is a premium International Conference that covers areas related to theory, development, application, and evaluation of advancements in computing technology It gathers researchers in these fields from all around the world This conference acts as an international forum for researchers and practitioners interested in the advances of artificial and computational intelligence as well as intelligent information systems It is an opportunity to present and observe the latest research, results and ideas in those areas The conference activities include distinguished keynote speakers, special sessions, exhibition, and social activities Themes of the conference Machine Learning, Artificial Intelligence, Pattern Recognition, internet of things, and data Visualization High Performance Computing, Robotics and Embedded Systems Big Data Analytics Bioinformatics Information Systems & Computer Network Cyber security &Block chain