Theory and Algorithms in C++
Buch, Englisch, 517 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 1003 g
ISBN: 978-1-4842-3335-1
Verlag: Apress
Considerable attention is given to information theory, especially as it relates to discovering and exploiting relationships between variables employed by your models. This presentation of an often confusing subject avoids advanced mathematics, focusing instead on concepts easily understood by those with modest background in mathematics.
All algorithms include an intuitive explanation of operation, essential equations, references to more rigorous theory, and commented C++ source code. Manyof these techniques are recent developments, still not in widespread use. Others are standard algorithms given a fresh look. In every case, the emphasis is on practical applicability, with all code written in such a way that it can easily be included in any program.
What You'll Learn
- Compute entropy to detect problematic predictors
- Improve numeric predictions using constrained and unconstrained combinations, variance-weighted interpolation, and kernel-regression smoothing
- Carry out classification decisions using Borda counts, MinMax and MaxMin rules, union and intersection rules, logistic regression, selection by local accuracy, maximization of the fuzzy integral, and pairwise coupling
- Harness information-theoretic techniques to rapidly screen large numbers of candidate predictors, identifying those that are especially promising
- Use Monte-Carlo permutation methods to assessthe role of good luck in performance results
- Compute confidence and tolerance intervals for predictions, as well as confidence levels for classification decisions
Who This Book is For
Anyone who creates prediction or classification models will find a wealth of useful algorithms in this book. Although all code examples are written in C++, the algorithms are described in sufficient detail that they can easily be programmed in any language.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Informatik Künstliche Intelligenz
- Mathematik | Informatik EDV | Informatik Informatik Mathematik für Informatiker
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken
- Mathematik | Informatik Mathematik Stochastik Mathematische Statistik
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Algorithmen & Datenstrukturen
Weitere Infos & Material
1. Assessment of Numeric Predictions.- 2. Assessment of Class Predictions.- 3. Resampling for Assessing Parameter Estimates.- 4. Resampling for Assessing Prediction and Classification.- 5. Miscellaneous Resampling Techniques.- 6. Combining Numeric Predictions.- 7. Combining Classification Models.- 8. Gaiting Methods.- 9. Information and Entropy.- References.