Assessing and improving prediction and classification: theory and algorithms in C++

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Carry out practical, real-life assessments of the performance of prediction and classification models written in C++. This book discusses techniques for improving the performance of such models by intelligent resampling of training/testing data, combining multiple models into sophisticated committees, and making use of exogenous information to dynamically choose modeling methodologies. Rigorous statistical  Read more...

Abstract: Carry out practical, real-life assessments of the performance of prediction and classification models written in C++. This book discusses techniques for improving the performance of such models by intelligent resampling of training/testing data, combining multiple models into sophisticated committees, and making use of exogenous information to dynamically choose modeling methodologies. Rigorous statistical techniques for computing confidence in predictions and decisions receive extensive treatment. Finally, the last part of the book is devoted to the use of information theory in evaluating and selecting useful predictors. Special attention is paid to Schreiber's Information Transfer, a recent generalization of Grainger Causality. Well commented C++ code is given for every algorithm and technique. You will: Discover the hidden pitfalls that lurk in the model development process Work with some of the most powerful model enhancement algorithms that have emerged recently Effectively use and incorporate the C++ code in your own data analysis projects Combine classification models to enhance your projects

Author(s): Masters, Timothy
Publisher: Apress
Year: 2018

Language: English
Pages: 517
Tags: C++ (Computer program language);Mathematical models.;Computer science.;Mathematical statistics.;Artificial intelligence.;Statistics.;Computer Science.;Big Data.;Artificial Intelligence (incl. Robotics);Probability and Statistics in Computer Science.;Statistics, general.

Content: 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.