Details

Modern Data Mining Algorithms in C++ and CUDA C


Modern Data Mining Algorithms in C++ and CUDA C

Recent Developments in Feature Extraction and Selection Algorithms for Data Science

von: Timothy Masters

CHF 77.00

Verlag: Apress
Format: PDF
Veröffentl.: 05.06.2020
ISBN/EAN: 9781484259887
Sprache: englisch

Dieses eBook enthält ein Wasserzeichen.

Beschreibungen

<p>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. </p>

<p>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:</p><ul><li>Forward selection component analysis</li> <li>Local feature selection</li><li>Linking features and a target with a hidden Markov model</li><li>Improvements on traditional stepwise selection</li><li>Nominal-to-ordinal conversion</li></ul> <p>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.&nbsp;</p>

<p>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.&nbsp;&nbsp;</p>

<p><b>What You Will Learn</b></p>

<ul> <li>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.</li> <li>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.</li> <li>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.</li><li>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.</li></ul> <p>&nbsp;</p>

<p><b>Who This Book Is For</b>&nbsp;</p>

<p>Intermediate to advanced data science programmers and analysts.</p>
<div>1. Introduction.- 2.&nbsp;Forward Selection Component Analysis.- 3.&nbsp;Local Feature Selection.- 4.&nbsp;Memory in Time Series Features.- 5.&nbsp;Stepwise Selection on Steroids.- 6.&nbsp;Nominal-to-Ordinal Conversion.</div>
<div>Timothy Masters has a PhD in statistics and is an experienced programmer. His&nbsp;dissertation was in image analysis. His career moved in the direction of signal processing, and for the last 25 years he's been involved in the development of automated trading systems in various financial markets.&nbsp;&nbsp;</div><div><br></div><div><br></div>
<p>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:<br></p><ul>Forward selection component analysis<li>Local feature selection</li><li>Linking features and a target with a hidden Markov model</li><li>Improvements on traditional stepwise selection</li><li>Nominal-to-ordinal conversion</li></ul>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.&nbsp;<p></p><p>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.&nbsp;&nbsp;</p><p>You will:<b></b></p><li>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.</li><li>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.</li><li>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 predictionof financial markets.</li><li>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.</li><li>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.</li>
A novel expert-driven data-mining approach to algorithms in C++ and CUDA C Author has been developing and using algorithms for over 20 years Data mining is an important topic in big data and data science

Diese Produkte könnten Sie auch interessieren:

Quantifiers in Action
Quantifiers in Action
von: Antonio Badia
PDF ebook
CHF 118.00
Managing and Mining Uncertain Data
Managing and Mining Uncertain Data
von: Charu C. Aggarwal
PDF ebook
CHF 118.00