0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (3)
  • R250 - R500 (80)
  • R500+ (3,471)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Applications of computing > Databases > Data mining

Multi-Label Dimensionality Reduction (Hardcover, New): Liang Sun, Shuiwang Ji, Jieping Ye Multi-Label Dimensionality Reduction (Hardcover, New)
Liang Sun, Shuiwang Ji, Jieping Ye
R3,425 Discovery Miles 34 250 Ships in 12 - 19 working days

Similar to other data mining and machine learning tasks, multi-label learning suffers from dimensionality. An effective way to mitigate this problem is through dimensionality reduction, which extracts a small number of features by removing irrelevant, redundant, and noisy information. The data mining and machine learning literature currently lacks a unified treatment of multi-label dimensionality reduction that incorporates both algorithmic developments and applications. Addressing this shortfall, Multi-Label Dimensionality Reduction covers the methodological developments, theoretical properties, computational aspects, and applications of many multi-label dimensionality reduction algorithms. It explores numerous research questions, including: How to fully exploit label correlations for effective dimensionality reduction How to scale dimensionality reduction algorithms to large-scale problems How to effectively combine dimensionality reduction with classification How to derive sparse dimensionality reduction algorithms to enhance model interpretability How to perform multi-label dimensionality reduction effectively in practical applications The authors emphasize their extensive work on dimensionality reduction for multi-label learning. Using a case study of Drosophila gene expression pattern image annotation, they demonstrate how to apply multi-label dimensionality reduction algorithms to solve real-world problems. A supplementary website provides a MATLAB (R) package for implementing popular dimensionality reduction algorithms.

Data Mining Mobile Devices (Hardcover): Jesus Mena Data Mining Mobile Devices (Hardcover)
Jesus Mena
R2,001 Discovery Miles 20 010 Ships in 12 - 19 working days

With today's consumers spending more time on their mobiles than on their PCs, new methods of empirical stochastic modeling have emerged that can provide marketers with detailed information about the products, content, and services their customers desire. Data Mining Mobile Devices defines the collection of machine-sensed environmental data pertaining to human social behavior. It explains how the integration of data mining and machine learning can enable the modeling of conversation context, proximity sensing, and geospatial location throughout large communities of mobile users. Examines the construction and leveraging of mobile sites Describes how to use mobile apps to gather key data about consumers' behavior and preferences Discusses mobile mobs, which can be differentiated as distinct marketplaces-including Apple (R), Google (R), Facebook (R), Amazon (R), and Twitter (R) Provides detailed coverage of mobile analytics via clustering, text, and classification AI software and techniques Mobile devices serve as detailed diaries of a person, continuously and intimately broadcasting where, how, when, and what products, services, and content your consumers desire. The future is mobile-data mining starts and stops in consumers' pockets. Describing how to analyze Wi-Fi and GPS data from websites and apps, the book explains how to model mined data through the use of artificial intelligence software. It also discusses the monetization of mobile devices' desires and preferences that can lead to the triangulated marketing of content, products, or services to billions of consumers-in a relevant, anonymous, and personal manner.

Loss Data Analysis - The Maximum Entropy Approach (Paperback, 2nd extended edition): Henryk Gzyl, Silvia Mayoral, Erika... Loss Data Analysis - The Maximum Entropy Approach (Paperback, 2nd extended edition)
Henryk Gzyl, Silvia Mayoral, Erika Gomes-Goncalves
R2,072 R1,655 Discovery Miles 16 550 Save R417 (20%) Ships in 10 - 15 working days

This volume deals with two complementary topics. On one hand the book deals with the problem of determining the the probability distribution of a positive compound random variable, a problem which appears in the banking and insurance industries, in many areas of operational research and in reliability problems in the engineering sciences. On the other hand, the methodology proposed to solve such problems, which is based on an application of the maximum entropy method to invert the Laplace transform of the distributions, can be applied to many other problems. The book contains applications to a large variety of problems, including the problem of dependence of the sample data used to estimate empirically the Laplace transform of the random variable. Contents Introduction Frequency models Individual severity models Some detailed examples Some traditional approaches to the aggregation problem Laplace transforms and fractional moment problems The standard maximum entropy method Extensions of the method of maximum entropy Superresolution in maxentropic Laplace transform inversion Sample data dependence Disentangling frequencies and decompounding losses Computations using the maxentropic density Review of statistical procedures

Clustering - A Data Recovery Approach, Second Edition (Hardcover, 2nd edition): Boris Mirkin Clustering - A Data Recovery Approach, Second Edition (Hardcover, 2nd edition)
Boris Mirkin
R4,500 Discovery Miles 45 000 Ships in 12 - 19 working days

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.

Pandas for Everyone - Python Data Analysis (Paperback, 2nd edition): Daniel Chen Pandas for Everyone - Python Data Analysis (Paperback, 2nd edition)
Daniel Chen
R1,166 Discovery Miles 11 660 Ships in 12 - 19 working days

Manage and Automate Data Analysis with Pandas in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple data sets. Pandas for Everyone, 2nd Edition, brings together practical knowledge and insight for solving real problems with Pandas, even if you're new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world data science problems such as using regularization to prevent data overfitting, or when to use unsupervised machine learning methods to find the underlying structure in a data set. New features to the second edition include: Extended coverage of plotting and the seaborn data visualization library Expanded examples and resources Updated Python 3.9 code and packages coverage, including statsmodels and scikit-learn libraries Online bonus material on geopandas, Dask, and creating interactive graphics with Altair Chen gives you a jumpstart on using Pandas with a realistic data set and covers combining data sets, handling missing data, and structuring data sets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine data sets and handle missing data Reshape, tidy, and clean data sets so they're easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large data sets with groupby Leverage Pandas' advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the "best" one Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning

Advances in Machine Learning and Data Mining for Astronomy (Hardcover): Michael J. Way, Jeffrey D. Scargle, Kamal M. Ali, Ashok... Advances in Machine Learning and Data Mining for Astronomy (Hardcover)
Michael J. Way, Jeffrey D. Scargle, Kamal M. Ali, Ashok N. Srivastava
R4,553 Discovery Miles 45 530 Ships in 12 - 19 working days

Advances in Machine Learning and Data Mining for Astronomy documents numerous successful collaborations among computer scientists, statisticians, and astronomers who illustrate the application of state-of-the-art machine learning and data mining techniques in astronomy. Due to the massive amount and complexity of data in most scientific disciplines, the material discussed in this text transcends traditional boundaries between various areas in the sciences and computer science. The book's introductory part provides context to issues in the astronomical sciences that are also important to health, social, and physical sciences, particularly probabilistic and statistical aspects of classification and cluster analysis. The next part describes a number of astrophysics case studies that leverage a range of machine learning and data mining technologies. In the last part, developers of algorithms and practitioners of machine learning and data mining show how these tools and techniques are used in astronomical applications. With contributions from leading astronomers and computer scientists, this book is a practical guide to many of the most important developments in machine learning, data mining, and statistics. It explores how these advances can solve current and future problems in astronomy and looks at how they could lead to the creation of entirely new algorithms within the data mining community.

Foundations of Large-Scale Multimedia Information Management and Retrieval - Mathematics of Perception (Hardcover, Edition.):... Foundations of Large-Scale Multimedia Information Management and Retrieval - Mathematics of Perception (Hardcover, Edition.)
Edward Y. Chang
R4,247 Discovery Miles 42 470 Ships in 12 - 19 working days

"Foundations of Large-Scale Multimedia Information Management and Retrieval - Mathematics of Perception"" "covers knowledge representation and semantic analysis of multimedia data and scalability in signal extraction, data mining, and indexing. The book is divided into two parts: Part I - Knowledge Representation and Semantic Analysis focuses on the key components of mathematics of perception as it applies to data management and retrieval. These include feature selection/reduction, knowledge representation, semantic analysis, distance function formulation for measuring similarity, and multimodal fusion. Part II - Scalability Issues presents indexing and distributed methods for scaling up these components for high-dimensional data and Web-scale datasets. The book presents some real-world applications and remarks on future research and development directions.

The book is designed for researchers, graduate students, and practitioners in the fields of Computer Vision, Machine Learning, Large-scale Data Mining, Database, and Multimedia Information Retrieval.

Dr. Edward Y. Chang was a professor at the Department of Electrical & Computer Engineering, University of California at Santa Barbara, before he joined Google as a research director in 2006. Dr. Chang received his M.S. degree in Computer Science and Ph.D degree in Electrical Engineering, both from Stanford University.

Customer and Business Analytics - Applied Data Mining for Business Decision Making Using R (Paperback): Daniel S. Putler,... Customer and Business Analytics - Applied Data Mining for Business Decision Making Using R (Paperback)
Daniel S. Putler, Robert E. Krider
R2,498 Discovery Miles 24 980 Ships in 12 - 19 working days

Customer and Business Analytics: Applied Data Mining for Business Decision Making Using R explains and demonstrates, via the accompanying open-source software, how advanced analytical tools can address various business problems. It also gives insight into some of the challenges faced when deploying these tools. Extensively classroom-tested, the text is ideal for students in customer and business analytics or applied data mining as well as professionals in small- to medium-sized organizations. The book offers an intuitive understanding of how different analytics algorithms work. Where necessary, the authors explain the underlying mathematics in an accessible manner. Each technique presented includes a detailed tutorial that enables hands-on experience with real data. The authors also discuss issues often encountered in applied data mining projects and present the CRISP-DM process model as a practical framework for organizing these projects. Showing how data mining can improve the performance of organizations, this book and its R-based software provide the skills and tools needed to successfully develop advanced analytics capabilities.

Machine Learning and Knowledge Discovery for Engineering Systems Health Management (Hardcover, New): Ashok N. Srivastava,... Machine Learning and Knowledge Discovery for Engineering Systems Health Management (Hardcover, New)
Ashok N. Srivastava, Jiawei Han
R4,218 Discovery Miles 42 180 Ships in 12 - 19 working days

Machine Learning and Knowledge Discovery 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 knowledge discovery 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 for Data Mining (Hardcover, New): Zheng Alan Zhao, Huan Liu Spectral Feature Selection for Data Mining (Hardcover, New)
Zheng Alan Zhao, Huan Liu
R6,130 Discovery Miles 61 300 Ships in 12 - 19 working days

Spectral Feature Selection for Data Mining introduces a novel feature selection technique that establishes a general platform for studying existing feature selection algorithms and developing new algorithms for emerging problems in real-world applications. This technique represents a unified framework for supervised, unsupervised, and semisupervised feature selection. The book explores the latest research achievements, sheds light on new research directions, and stimulates readers to make the next creative breakthroughs. It presents the intrinsic ideas behind spectral feature selection, its theoretical foundations, its connections to other algorithms, and its use in handling both large-scale data sets and small sample problems. The authors also cover feature selection and feature extraction, including basic concepts, popular existing algorithms, and applications. A timely introduction to spectral feature selection, this book illustrates the potential of this powerful dimensionality reduction technique in high-dimensional data processing. Readers learn how to use spectral feature selection to solve challenging problems in real-life applications and discover how general feature selection and extraction are connected to spectral feature selection.

Data Mining and Statistics for Decision Making (Hardcover, New): S. Tuffery Data Mining and Statistics for Decision Making (Hardcover, New)
S. Tuffery
R2,161 Discovery Miles 21 610 Ships in 12 - 19 working days

Data mining is the process of automatically searching large volumes of data for models and patterns using computational techniques from statistics, machine learning and information theory; it is the ideal tool for such an extraction of knowledge. Data mining is usually associated with a business or an organization's need to identify trends and profiles, allowing, for example, retailers to discover patterns on which to base marketing objectives.

This book looks at both classical and recent techniques of data mining, such as clustering, discriminant analysis, logistic regression, generalized linear models, regularized regression, PLS regression, decision trees, neural networks, support vector machines, Vapnik theory, naive Bayesian classifier, ensemble learning and detection of association rules. They are discussed along with illustrative examples throughout the book to explain the theory of these methods, as well as their strengths and limitations.

Key Features: Presents a comprehensive introduction to all techniques used in data mining and statistical learning, from classical to latest techniques.Starts from basic principles up to advanced concepts.Includes many step-by-step examples with the main software (R, SAS, IBM SPSS) as well as a thorough discussion and comparison of those software.Gives practical tips for data mining implementation to solve real world problems.Looks at a range of tools and applications, such as association rules, web mining and text mining, with a special focus on credit scoring.Supported by an accompanying website hosting datasets and user analysis.

Statisticians and business intelligence analysts, students as well as computer science, biology, marketing and financial risk professionals in both commercial and government organizations across all business and industry sectors will benefit from this book.

Industrial Engineering and Operations Management - XXVI IJCIEOM (2nd Edition), Rio de Janeiro, Brazil, February 22-24, 2021... Industrial Engineering and Operations Management - XXVI IJCIEOM (2nd Edition), Rio de Janeiro, Brazil, February 22-24, 2021 (Paperback, 1st ed. 2021)
Antonio Marcio Tavares Thome, Rafael Garcia Barbastefano, Luiz Felipe Scavarda, Joao Carlos Goncalves dos Reis, Marlene Paula Castro Amorim
R5,681 Discovery Miles 56 810 Ships in 10 - 15 working days

This proceedings volume gathers together selected peer-reviewed papers presented at the second edition of the XXVI International Joint Conference on Industrial Engineering and Operations Management (IJCIEOM), which was virtually held on February 22-24, 2021 with the main organization based at the Pontifical Catholic University of Rio de Janeiro, Brazil. Works cover a range of topics in industrial engineering, including operations and process management, global operations, managerial economics, data science and stochastic optimization, logistics and supply chain management, quality management, product development, strategy and organizational engineering, knowledge and information management, sustainability, and disaster management, to name a few. These topics broadly involve fields like operations, manufacturing, industrial and production engineering, and management. This book can be a valuable resource for researchers and practitioners in optimization research, operations research, and correlated fields.

Introduction to Bio-Ontologies (Hardcover, New): Peter N Robinson, Sebastian Bauer Introduction to Bio-Ontologies (Hardcover, New)
Peter N Robinson, Sebastian Bauer
R3,319 Discovery Miles 33 190 Ships in 12 - 19 working days

Introduction to Bio-Ontologies explores the computational background of ontologies. Emphasizing computational and algorithmic issues surrounding bio-ontologies, this self-contained text helps readers understand ontological algorithms and their applications.

The first part of the book defines ontology and bio-ontologies. It also explains the importance of mathematical logic for understanding concepts of inference in bio-ontologies, discusses the probability and statistics topics necessary for understanding ontology algorithms, and describes ontology languages, including OBO (the preeminent language for bio-ontologies), RDF, RDFS, and OWL.

The second part covers significant bio-ontologies and their applications. The book presents the Gene Ontology; upper-level ontologies, such as the Basic Formal Ontology and the Relation Ontology; and current bio-ontologies, including several anatomy ontologies, Chemical Entities of Biological Interest, Sequence Ontology, Mammalian Phenotype Ontology, and Human Phenotype Ontology.

The third part of the text introduces the major graph-based algorithms for bio-ontologies. The authors discuss how these algorithms are used in overrepresentation analysis, model-based procedures, semantic similarity analysis, and Bayesian networks for molecular biology and biomedical applications.

With a focus on computational reasoning topics, the final part describes the ontology languages of the Semantic Web and their applications for inference. It covers the formal semantics of RDF and RDFS, OWL inference rules, a key inference algorithm, the SPARQL query language, and the state of the art for querying OWL ontologies.

Web Resource
Software and data designed to complement material in the text are available on the book s website: http: //bio-ontologies-book.org The site provides the R Robo package developed for the book, along with a compressed archive of data and ontology files used in some of the exercises. It also offers teaching/presentation slides and links to other relevant websites.

This book provides readers with the foundation to use ontologies as a starting point for new bioinformatics research projects or to support current molecular genetics research projects. By supplying a self-contained introduction to OBO ontologies and the Semantic Web, it bridges the gap between both fields and helps readers see what each can contribute to the analysis and understanding of biomedical data.

Music Emotion Recognition (Hardcover): Yi-Hsuan Yang, Homer H. Chen Music Emotion Recognition (Hardcover)
Yi-Hsuan Yang, Homer H. Chen
R2,983 Discovery Miles 29 830 Ships in 12 - 19 working days

Providing a complete review of existing work in music emotion developed in psychology and engineering, Music Emotion Recognition explains how to account for the subjective nature of emotion perception in the development of automatic music emotion recognition (MER) systems. Among the first publications dedicated to automatic MER, it begins with a comprehensive introduction to the essential aspects of MER-including background, key techniques, and applications. This ground-breaking reference examines emotion from a dimensional perspective. It defines emotions in music as points in a 2D plane in terms of two of the most fundamental emotion dimensions according to psychologists-valence and arousal. The authors present a computational framework that generalizes emotion recognition from the categorical domain to real-valued 2D space. They also: Introduce novel emotion-based music retrieval and organization methods Describe a ranking-base emotion annotation and model training method Present methods that integrate information extracted from lyrics, chord sequence, and genre metadata for improved accuracy Consider an emotion-based music retrieval system that is particularly useful for mobile devices The book details techniques for addressing the issues related to: the ambiguity and granularity of emotion description, heavy cognitive load of emotion annotation, subjectivity of emotion perception, and the semantic gap between low-level audio signal and high-level emotion perception. Complete with more than 360 useful references, 12 example MATLAB (R) codes, and a listing of key abbreviations and acronyms, this cutting-edge guide supplies the technical understanding and tools needed to develop your own automatic MER system based on the automatic recognition model.

Data Mining: Foundations and Intelligent Paradigms - VOLUME 2: Statistical, Bayesian, Time Series and other Theoretical Aspects... Data Mining: Foundations and Intelligent Paradigms - VOLUME 2: Statistical, Bayesian, Time Series and other Theoretical Aspects (Hardcover, 2012 ed.)
Dawn E Holmes, Lakhmi C. Jain
R4,616 R4,245 Discovery Miles 42 450 Save R371 (8%) Ships in 12 - 19 working days

Data mining is one of the most rapidly growing research areas in computer science and statistics. In Volume 2 of this three volume series, we have brought together contributions from some of the most prestigious researchers in theoretical data mining. Each of the chapters is self contained. Statisticians and applied scientists/ engineers will find this volume valuable. Additionally, it provides a sourcebook for graduate students interested in the current direction of research in data mining.

Graph Data Mining - Algorithm, Security and Application (Paperback, 1st ed. 2021): Qi Xuan, Zhongyuan Ruan, Yong Min Graph Data Mining - Algorithm, Security and Application (Paperback, 1st ed. 2021)
Qi Xuan, Zhongyuan Ruan, Yong Min
R5,076 Discovery Miles 50 760 Ships in 10 - 15 working days

Graph data is powerful, thanks to its ability to model arbitrary relationship between objects and is encountered in a range of real-world applications in fields such as bioinformatics, traffic network, scientific collaboration, world wide web and social networks. Graph data mining is used to discover useful information and knowledge from graph data. The complications of nodes, links and the semi-structure form present challenges in terms of the computation tasks, e.g., node classification, link prediction, and graph classification. In this context, various advanced techniques, including graph embedding and graph neural networks, have recently been proposed to improve the performance of graph data mining. This book provides a state-of-the-art review of graph data mining methods. It addresses a current hot topic - the security of graph data mining - and proposes a series of detection methods to identify adversarial samples in graph data. In addition, it introduces readers to graph augmentation and subgraph networks to further enhance the models, i.e., improve their accuracy and robustness. Lastly, the book describes the applications of these advanced techniques in various scenarios, such as traffic networks, social and technical networks, and blockchains.

Ciencia de Datos para Empresas - Modelo Predictivo, Mineria de Datos, Analisis de Datos, Analisis de Regresion, Consulta de... Ciencia de Datos para Empresas - Modelo Predictivo, Mineria de Datos, Analisis de Datos, Analisis de Regresion, Consulta de Bases de Datos y Aprendizaje Automatico para Principiantes (Spanish Edition) (Spanish, Hardcover)
Herbert Jones
R710 R626 Discovery Miles 6 260 Save R84 (12%) Ships in 10 - 15 working days
Intelligent Information Processing V - 6th IFIP TC 12 International Conference, IIP 2010, Manchester, UK, October 13-16, 2010,... Intelligent Information Processing V - 6th IFIP TC 12 International Conference, IIP 2010, Manchester, UK, October 13-16, 2010, Proceedings (Hardcover, Edition.)
Zhongzhi Shi, Sunil Vadera, Agnar Aamodt, David Leake
R1,572 Discovery Miles 15 720 Ships in 10 - 15 working days

This volume comprises the 6th IFIP International Conference on Intelligent Infor- tion Processing. As the world proceeds quickly into the Information Age, it encounters both successes and challenges, and it is well recognized nowadays that intelligent information processing provides the key to the Information Age and to mastering many of these challenges. Intelligent information processing supports the most - vanced productive tools that are said to be able to change human life and the world itself. However, the path is never a straight one and every new technology brings with it a spate of new research problems to be tackled by researchers; as a result we are not running out of topics; rather the demand is ever increasing. This conference provides a forum for engineers and scientists in academia and industry to present their latest research findings in all aspects of intelligent information processing. This is the 6th IFIP International Conference on Intelligent Information Processing. We received more than 50 papers, of which 35 papers are included in this program as regular papers and 4 as short papers. We are grateful for the dedicated work of both the authors and the referees, and we hope these proceedings will continue to bear fruit over the years to come. All papers submitted were reviewed by two referees. A conference such as this cannot succeed without help from many individuals who contributed their valuable time and expertise.

Discovery And Fusion Of Uncertain Knowledge In Data (Hardcover): Kun Yue, Weiyi Liu, Hao Wu, Dapeng Tao, Ming Gao Discovery And Fusion Of Uncertain Knowledge In Data (Hardcover)
Kun Yue, Weiyi Liu, Hao Wu, Dapeng Tao, Ming Gao
R2,336 Discovery Miles 23 360 Ships in 10 - 15 working days

Data analysis is of upmost importance in the mining of big data, where knowledge discovery and inference are the basis for intelligent systems to support the real world applications. However, the process involves knowledge acquisition, representation, inference and data, Bayesian network (BN) is the key technology plays a key role in knowledge representation, in order to pave way to cope with incomplete, fuzzy data to solve the real-life problems.This book presents Bayesian network as a technology to support data-intensive and incremental learning in knowledge discovery, inference and data fusion in uncertain environment.

Biological Data Mining (Hardcover): Jake Y. Chen, Stefano Lonardi Biological Data Mining (Hardcover)
Jake Y. Chen, Stefano Lonardi
R6,203 Discovery Miles 62 030 Ships in 12 - 19 working days

Like a data-guzzling turbo engine, advanced data mining has been powering post-genome biological studies for two decades. Reflecting this growth, Biological Data Mining presents comprehensive data mining concepts, theories, and applications in current biological and medical research. Each chapter is written by a distinguished team of interdisciplinary data mining researchers who cover state-of-the-art biological topics. The first section of the book discusses challenges and opportunities in analyzing and mining biological sequences and structures to gain insight into molecular functions. The second section addresses emerging computational challenges in interpreting high-throughput Omics data. The book then describes the relationships between data mining and related areas of computing, including knowledge representation, information retrieval, and data integration for structured and unstructured biological data. The last part explores emerging data mining opportunities for biomedical applications. This volume examines the concepts, problems, progress, and trends in developing and applying new data mining techniques to the rapidly growing field of genome biology. By studying the concepts and case studies presented, readers will gain significant insight and develop practical solutions for similar biological data mining projects in the future.

Understanding Knowledge-Intensive Business Services - Identification, Systematization, and Characterization of Knowledge Flows... Understanding Knowledge-Intensive Business Services - Identification, Systematization, and Characterization of Knowledge Flows (Paperback, 1st ed. 2021)
Malgorzata Zieba
R2,858 Discovery Miles 28 580 Ships in 10 - 15 working days

This book contributes to an improved understanding of knowledge-intensive business services and knowledge management issues. It offers a complex overview of literature devoted to these topics and introduces the concept of 'knowledge flows', which constitutes a missing link in the previous knowledge management theories. The book provides a detailed analysis of knowledge flows, with their types, relations and factors influencing them. It offers a novel approach to understand the aspects of knowledge and its management not only inside the organization, but also outside, in its environment.

A Practical Guide to Data Mining for Business and Industry (Hardcover): A Ahlemeyer-Stubb A Practical Guide to Data Mining for Business and Industry (Hardcover)
A Ahlemeyer-Stubb
R1,766 Discovery Miles 17 660 Ships in 12 - 19 working days

Data mining is well on its way to becoming a recognized discipline in the overlapping areas of IT, statistics, machine learning, and AI. Practical Data Mining for Business presents a user-friendly approach to data mining methods, covering the typical uses to which it is applied. The methodology is complemented by case studies to create a versatile reference book, allowing readers to look for specific methods as well as for specific applications. The book is formatted to allow statisticians, computer scientists, and economists to cross-reference from a particular application or method to sectors of interest.

Innovative Applications in Data Mining (Hardcover, 2009 ed.): Nadia Nedjah, Luiza de Macedo Mourelle, Janusz Kacprzyk Innovative Applications in Data Mining (Hardcover, 2009 ed.)
Nadia Nedjah, Luiza de Macedo Mourelle, Janusz Kacprzyk
R2,873 Discovery Miles 28 730 Ships in 10 - 15 working days

Data mining consists of attempting to discover novel and useful knowledge from data, trying to find patterns among datasets that can help in intelligent decision making. However, reports of real-world case studies are not generally detailed in the literature, due to the fact that they are usually based on proprietary datasets, making it impossible to publish the results. This kind of situation makes hard to evaluate, in a precise way, the degree of effectiveness of data mining techniques in real-world applications. On the other hand, researchers of this field of expertise usually exploit public-domain datasets.

This volume offers a wide spectrum of research work developed for data mining for real-world application. In the following, we give a brief introduction of the chapters that are included in this book.

Quality Aspects in Spatial Data Mining (Hardcover): Alfred Stein, Wenzhong Shi, Wietske Bijker Quality Aspects in Spatial Data Mining (Hardcover)
Alfred Stein, Wenzhong Shi, Wietske Bijker
R4,937 Discovery Miles 49 370 Ships in 12 - 19 working days

Describes the State-of-the-Art in Spatial Data Mining, Focuses on Data Quality

Substantial progress has been made toward developing effective techniques for spatial information processing in recent years. This science deals with models of reality in a GIS, however, and not with reality itself. Therefore, spatial information processes are often imprecise, allowing for much interpretation of abstract figures and data. Quality Aspects in Spatial Data Mining introduces practical and theoretical solutions for making sense of the often chaotic and overwhelming amount of concrete data available to researchers.

In this cohesive collection of peer-reviewed chapters, field authorities present the latest field advancements and cover such essential areas as data acquisition, geoinformation theory, spatial statistics, and dissemination. Each chapter debuts with an editorial preview of each topic from a conceptual, applied, and methodological point of view, making it easier for researchers to judge which information is most beneficial to their work.

Chapters Evolve From Error Propagation and Spatial Statistics to Address Relevant Applications

The book advises the use of granular computing as a means of circumventing spatial complexities. This counter-application to traditional computing allows for the calculation of imprecise probabilities - the kind of information that the spatial information systems community wrestles with much of the time.

Under the editorial guidance of internationally respected geoinformatics experts, this indispensable volume addresses quality aspects in the entire spatial data mining process, from data acquisition to end user. It also alleviates what is oftenfield researchers' most daunting task by organizing the wealth of concrete spatial data available into one convenient source, thereby advancing the frontiers of spatial information systems.

Representation Learning - Propositionalization and Embeddings (Paperback, 1st ed. 2021): Nada Lavrac, Vid Podpecan, Marko... Representation Learning - Propositionalization and Embeddings (Paperback, 1st ed. 2021)
Nada Lavrac, Vid Podpecan, Marko Robnik-Sikonja
R4,315 Discovery Miles 43 150 Ships in 10 - 15 working days

This monograph addresses advances in representation learning, a cutting-edge research area of machine learning. Representation learning refers to modern data transformation techniques that convert data of different modalities and complexity, including texts, graphs, and relations, into compact tabular representations, which effectively capture their semantic properties and relations. The monograph focuses on (i) propositionalization approaches, established in relational learning and inductive logic programming, and (ii) embedding approaches, which have gained popularity with recent advances in deep learning. The authors establish a unifying perspective on representation learning techniques developed in these various areas of modern data science, enabling the reader to understand the common underlying principles and to gain insight using selected examples and sample Python code. The monograph should be of interest to a wide audience, ranging from data scientists, machine learning researchers and students to developers, software engineers and industrial researchers interested in hands-on AI solutions.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Numbers Behind Success in Soccer…
Chest Dugger Hardcover R905 Discovery Miles 9 050
Temporal Data Mining via Unsupervised…
Yun Yang Paperback R1,242 Discovery Miles 12 420
Transforming Businesses With Bitcoin…
Dharmendra Singh Rajput, Ramjeevan Singh Thakur, … Hardcover R6,440 Discovery Miles 64 400
Data Analytics - An Essential Beginner's…
Herbert Jones Hardcover R716 R632 Discovery Miles 6 320
Engaging Researchers with Data…
Connie Clare, Maria Cruz, … Hardcover R1,229 Discovery Miles 12 290
Consumer Behavior Change and Data…
Pantea Keikhosrokiani Hardcover R8,378 Discovery Miles 83 780
Computational Intelligence in Data…
Vallidevi Krishnamurthy, Suresh Jaganathan, … Hardcover R2,640 Discovery Miles 26 400
Linear Algebra Tools For Data Mining
Dan A. Simovici Hardcover R5,914 Discovery Miles 59 140
Collaborative Filtering Using Data…
Vishal Bhatnagar Hardcover R5,367 Discovery Miles 53 670
Deep Learning For Beginners - 2…
Steven Cooper Hardcover R791 R707 Discovery Miles 7 070

 

Partners