TY - BOOK AU - Masters, Timothy TI - Modern data mining algorithms in C++ and CUDA C: recent developments in feature extraction and selection algorithms for data science SN - 9781484277256 U1 - 006.312 MAS-T PY - 2020/// CY - India PB - Apress KW - Data mining KW - C++ (Computer program language) KW - CUDA (Computer architecture) KW - Programming languages (Electronic computers) KW - Computer software N1 - 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 model ; Improvements on traditional stepwise selection ; Nominal-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 ER -