Modern Data Mining Algorithms in C++ and CUDA C

Modern Data Mining Algorithms in C++ and CUDA C
Author :
Publisher : Apress
Total Pages : 233
Release :
ISBN-10 : 9781484259887
ISBN-13 : 1484259882
Rating : 4/5 (882 Downloads)

Book Synopsis Modern Data Mining Algorithms in C++ and CUDA C by : Timothy Masters

Download or read book Modern Data Mining Algorithms in C++ and CUDA C written by Timothy Masters and published by Apress. This book was released on 2020-06-05 with total page 233 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover a variety of data-mining algorithms that are useful for selecting small sets of important features from among unwieldy masses of candidates, or extracting useful features from measured variables. As a serious data miner you will often be faced with thousands of candidate features for your prediction or classification application, with most of the features being of little or no value. You’ll know that many of these features may be useful only in combination with certain other features while being practically worthless alone or in combination with most others. Some features may have enormous predictive power, but only within a small, specialized area of the feature space. The problems that plague modern data miners are endless. This book helps you solve this problem by presenting modern feature selection techniques and the code to implement them. Some of these techniques are: Forward selection component analysis Local feature selection Linking features and a target with a hidden Markov modelImprovements on traditional stepwise selectionNominal-to-ordinal conversion All algorithms are intuitively justified and supported by the relevant equations and explanatory material. The author also presents and explains complete, highly commented source code. The example code is in C++ and CUDA C but Python or other code can be substituted; the algorithm is important, not the code that's used to write it. What You Will Learn Combine principal component analysis with forward and backward stepwise selection to identify a compact subset of a large collection of variables that captures the maximum possible variation within the entire set. Identify features that may have predictive power over only a small subset of the feature domain. Such features can be profitably used by modern predictive models but may be missed by other feature selection methods. Find an underlying hidden Markov model that controls the distributions of feature variables and the target simultaneously. The memory inherent in this method is especially valuable in high-noise applications such as prediction of financial markets.Improve traditional stepwise selection in three ways: examine a collection of 'best-so-far' feature sets; test candidate features for inclusion with cross validation to automatically and effectively limit model complexity; and at each step estimate the probability that our results so far could be just the product of random good luck. We also estimate the probability that the improvement obtained by adding a new variable could have been just good luck. Take a potentially valuable nominal variable (a category or class membership) that is unsuitable for input to a prediction model, and assign to each category a sensible numeric value that can be used as a model input. Who This Book Is For Intermediate to advanced data science programmers and analysts.


Modern Data Mining Algorithms in C++ and CUDA C Related Books

Modern Data Mining Algorithms in C++ and CUDA C
Language: en
Pages: 233
Authors: Timothy Masters
Categories: Computers
Type: BOOK - Published: 2020-06-05 - Publisher: Apress

DOWNLOAD EBOOK

Discover a variety of data-mining algorithms that are useful for selecting small sets of important features from among unwieldy masses of candidates, or extract
Extracting and Selecting Features for Data Mining
Language: en
Pages: 356
Authors: Timothy Masters
Categories:
Type: BOOK - Published: 2019-05-27 - Publisher:

DOWNLOAD EBOOK

Serious data miners are often faced with thousands of candidate features for their prediction or classification application, with most of the features being of
Data Science Concepts and Techniques with Applications
Language: en
Pages: 492
Authors: Usman Qamar
Categories: Computers
Type: BOOK - Published: 2023-04-02 - Publisher: Springer Nature

DOWNLOAD EBOOK

This textbook comprehensively covers both fundamental and advanced topics related to data science. Data science is an umbrella term that encompasses data analyt
Data Mining Algorithms in C++
Language: en
Pages: 296
Authors: Timothy Masters
Categories: Computers
Type: BOOK - Published: 2017-12-15 - Publisher: Apress

DOWNLOAD EBOOK

Discover hidden relationships among the variables in your data, and learn how to exploit these relationships. This book presents a collection of data-mining alg
Deep Belief Nets in C++ and CUDA C: Volume 3
Language: en
Pages: 184
Authors: Timothy Masters
Categories: Computers
Type: BOOK - Published: 2018-07-04 - Publisher: Apress

DOWNLOAD EBOOK

Discover the essential building blocks of a common and powerful form of deep belief network: convolutional nets. This book shows you how the structure of these