Mastering predictive analytics with R :: machine learning techniques for advanced models /
Master the craft of predictive modeling in R by developing strategy, intuition, and a solid foundation in essential concepts About This Book Grasping the major methods of predictive modeling and moving beyond black box thinking to a deeper level of understanding Leveraging the flexibility and modula...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2017.
|
Ausgabe: | 2nd ed. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Master the craft of predictive modeling in R by developing strategy, intuition, and a solid foundation in essential concepts About This Book Grasping the major methods of predictive modeling and moving beyond black box thinking to a deeper level of understanding Leveraging the flexibility and modularity of R to experiment with a range of different techniques and data types Packed with practical advice and tips explaining important concepts and best practices to help you understand quickly and easily Who This Book Is For Although budding data scientists, predictive modelers, or quantitative analysts with only basic exposure to R and statistics will find this book to be useful, the experienced data scientist professional wishing to attain master level status, will also find this book extremely valuable.. This book assumes familiarity with the fundamentals of R, such as the main data types, simple functions, and how to move data around. Although no prior experience with machine learning or predictive modeling is required, there are some advanced topics provided that will require more than novice exposure. What You Will Learn Master the steps involved in the predictive modeling process Grow your expertise in using R and its diverse range of packages Learn how to classify predictive models and distinguish which models are suitable for a particular problem Understand steps for tidying data and improving the performing metrics Recognize the assumptions, strengths, and weaknesses of a predictive model Understand how and why each predictive model works in R Select appropriate metrics to assess the performance of different types of predictive model Explore word embedding and recurrent neural networks in R Train models in R that can work on very large datasets In Detail R offers a free and open source environment that is perfect for both learning and deploying predictive modeling solutions. With its constantly growing community and plethora of packages, R offers the functionality to deal with a truly vast array of problems. The book begins with a dedicated chapter on the language of models and the predictive modeling process. You will understand the learning curve and the process of tidying data. Each subsequent chapter tackles a particular type of model, such as neural networks, and focuses on the three important questions of how the model works, how to use R to train it, and how to measure and assess its performance using real-world datasets. How do y ... |
Beschreibung: | Evaluating multilayer perceptrons for regression. |
Beschreibung: | 1 online resource (449 pages) |
ISBN: | 9781787124356 1787124355 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1002009737 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 170826s2017 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d NLE |d MERUC |d N$T |d IDEBK |d OCLCF |d OCLCQ |d COO |d UOK |d WYU |d OCLCQ |d C6I |d OCLCQ |d QGK |d OCLCQ |d OCLCO |d K6U |d OCLCQ |d OCLCO |d OCLCL |d SXB |d OCLCQ | ||
020 | |a 9781787124356 |q (electronic bk.) | ||
020 | |a 1787124355 |q (electronic bk.) | ||
035 | |a (OCoLC)1002009737 | ||
050 | 4 | |a QA276.45.R3 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 7 | |a 006.312 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Miller, James D. | |
245 | 1 | 0 | |a Mastering predictive analytics with R : |b machine learning techniques for advanced models / |c James D. Miller, Rui Miguel Forte. |
250 | |a 2nd ed. | ||
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (449 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover ; Copyright ; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Gearing Up for Predictive Modeling ; Models; Learning from data; The core components of a model; Our first model -- k-nearest neighbors; Types of model; Supervised, unsupervised, semi-supervised, and reinforcement learning models; Parametric and nonparametric models; Regression and classification models; Real-time and batch machine learning models; The process of predictive modeling; Defining the model's objective; Collecting the data; Picking a model. | |
505 | 8 | |a Pre-processing the dataExploratory data analysis; Feature transformations; Encoding categorical features; Missing data; Outliers; Removing problematic features; Feature engineering and dimensionality reduction; Training and assessing the model; Repeating with different models and final model selection; Deploying the model; Summary; Chapter 2: Tidying Data and Measuring Performance ; Getting started; Tidying data; Categorizing data quality; The first step; The next step; The final step; Performance metrics; Assessing regression models; Assessing classification models. | |
505 | 8 | |a Assessing binary classification modelsCross-validation; Learning curves; Plot and ping; Summary; Chapter 3: Linear Regression ; Introduction to linear regression; Assumptions of linear regression; Simple linear regression; Estimating the regression coefficients; Multiple linear regression; Predicting CPU performance; Predicting the price of used cars; Assessing linear regression models; Residual analysis; Significance tests for linear regression; Performance metrics for linear regression; Comparing different regression models; Test set performance; Problems with linear regression. | |
505 | 8 | |a MulticollinearityOutliers; Feature selection; Regularization; Ridge regression; Least absolute shrinkage and selection operator (lasso); Implementing regularization in R; Polynomial regression; Summary; Chapter 4: Generalized Linear Models ; Classifying with linear regression; Introduction to logistic regression; Generalized linear models; Interpreting coefficients in logistic regression; Assumptions of logistic regression; Maximum likelihood estimation; Predicting heart disease; Assessing logistic regression models; Model deviance; Test set performance; Regularization with the lasso. | |
505 | 8 | |a Classification metricsExtensions of the binary logistic classifier; Multinomial logistic regression; Predicting glass type; Ordinal logistic regression; Predicting wine quality; Poisson regression; Negative Binomial regression; Summary; Chapter 5: Neural Networks ; The biological neuron; The artificial neuron; Stochastic gradient descent; Gradient descent and local minima; The perceptron algorithm; Linear separation; The logistic neuron; Multilayer perceptron networks; Training multilayer perceptron networks; The back propagation algorithm; Predicting the energy efficiency of buildings. | |
500 | |a Evaluating multilayer perceptrons for regression. | ||
520 | |a Master the craft of predictive modeling in R by developing strategy, intuition, and a solid foundation in essential concepts About This Book Grasping the major methods of predictive modeling and moving beyond black box thinking to a deeper level of understanding Leveraging the flexibility and modularity of R to experiment with a range of different techniques and data types Packed with practical advice and tips explaining important concepts and best practices to help you understand quickly and easily Who This Book Is For Although budding data scientists, predictive modelers, or quantitative analysts with only basic exposure to R and statistics will find this book to be useful, the experienced data scientist professional wishing to attain master level status, will also find this book extremely valuable.. This book assumes familiarity with the fundamentals of R, such as the main data types, simple functions, and how to move data around. Although no prior experience with machine learning or predictive modeling is required, there are some advanced topics provided that will require more than novice exposure. What You Will Learn Master the steps involved in the predictive modeling process Grow your expertise in using R and its diverse range of packages Learn how to classify predictive models and distinguish which models are suitable for a particular problem Understand steps for tidying data and improving the performing metrics Recognize the assumptions, strengths, and weaknesses of a predictive model Understand how and why each predictive model works in R Select appropriate metrics to assess the performance of different types of predictive model Explore word embedding and recurrent neural networks in R Train models in R that can work on very large datasets In Detail R offers a free and open source environment that is perfect for both learning and deploying predictive modeling solutions. With its constantly growing community and plethora of packages, R offers the functionality to deal with a truly vast array of problems. The book begins with a dedicated chapter on the language of models and the predictive modeling process. You will understand the learning curve and the process of tidying data. Each subsequent chapter tackles a particular type of model, such as neural networks, and focuses on the three important questions of how the model works, how to use R to train it, and how to measure and assess its performance using real-world datasets. How do y ... | ||
650 | 0 | |a R (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2002004407 | |
650 | 0 | |a Data mining. |0 http://id.loc.gov/authorities/subjects/sh97002073 | |
650 | 0 | |a Predictive control |x Mathematical models. | |
650 | 6 | |a R (Langage de programmation) | |
650 | 6 | |a Exploration de données (Informatique) | |
650 | 6 | |a Commande prédictive |x Modèles mathématiques. | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Data mining |2 fast | |
650 | 7 | |a Predictive control |x Mathematical models |2 fast | |
650 | 7 | |a R (Computer program language) |2 fast | |
655 | 4 | |a Electronic book. | |
700 | 1 | |a Forte, Rui Miguel. | |
758 | |i has work: |a Mastering predictive analytics with R (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH7DyyBxmdrr3HYpTCGdkP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Miller, James D. |t Mastering Predictive Analytics with R - Second Edition. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1579363 |3 Volltext |
936 | |a BATCHLOAD | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4981589 | ||
938 | |a EBSCOhost |b EBSC |n 1579363 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38755814 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1002009737 |
---|---|
_version_ | 1816882398562877441 |
adam_text | |
any_adam_object | |
author | Miller, James D. |
author2 | Forte, Rui Miguel |
author2_role | |
author2_variant | r m f rm rmf |
author_facet | Miller, James D. Forte, Rui Miguel |
author_role | |
author_sort | Miller, James D. |
author_variant | j d m jd jdm |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA276 |
callnumber-raw | QA276.45.R3 |
callnumber-search | QA276.45.R3 |
callnumber-sort | QA 3276.45 R3 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover ; Copyright ; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Gearing Up for Predictive Modeling ; Models; Learning from data; The core components of a model; Our first model -- k-nearest neighbors; Types of model; Supervised, unsupervised, semi-supervised, and reinforcement learning models; Parametric and nonparametric models; Regression and classification models; Real-time and batch machine learning models; The process of predictive modeling; Defining the model's objective; Collecting the data; Picking a model. Pre-processing the dataExploratory data analysis; Feature transformations; Encoding categorical features; Missing data; Outliers; Removing problematic features; Feature engineering and dimensionality reduction; Training and assessing the model; Repeating with different models and final model selection; Deploying the model; Summary; Chapter 2: Tidying Data and Measuring Performance ; Getting started; Tidying data; Categorizing data quality; The first step; The next step; The final step; Performance metrics; Assessing regression models; Assessing classification models. Assessing binary classification modelsCross-validation; Learning curves; Plot and ping; Summary; Chapter 3: Linear Regression ; Introduction to linear regression; Assumptions of linear regression; Simple linear regression; Estimating the regression coefficients; Multiple linear regression; Predicting CPU performance; Predicting the price of used cars; Assessing linear regression models; Residual analysis; Significance tests for linear regression; Performance metrics for linear regression; Comparing different regression models; Test set performance; Problems with linear regression. MulticollinearityOutliers; Feature selection; Regularization; Ridge regression; Least absolute shrinkage and selection operator (lasso); Implementing regularization in R; Polynomial regression; Summary; Chapter 4: Generalized Linear Models ; Classifying with linear regression; Introduction to logistic regression; Generalized linear models; Interpreting coefficients in logistic regression; Assumptions of logistic regression; Maximum likelihood estimation; Predicting heart disease; Assessing logistic regression models; Model deviance; Test set performance; Regularization with the lasso. Classification metricsExtensions of the binary logistic classifier; Multinomial logistic regression; Predicting glass type; Ordinal logistic regression; Predicting wine quality; Poisson regression; Negative Binomial regression; Summary; Chapter 5: Neural Networks ; The biological neuron; The artificial neuron; Stochastic gradient descent; Gradient descent and local minima; The perceptron algorithm; Linear separation; The logistic neuron; Multilayer perceptron networks; Training multilayer perceptron networks; The back propagation algorithm; Predicting the energy efficiency of buildings. |
ctrlnum | (OCoLC)1002009737 |
dewey-full | 006.312 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.312 |
dewey-search | 006.312 |
dewey-sort | 16.312 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2nd ed. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08000cam a2200625 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1002009737</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">170826s2017 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">NLE</subfield><subfield code="d">MERUC</subfield><subfield code="d">N$T</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">UOK</subfield><subfield code="d">WYU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">C6I</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787124356</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787124355</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1002009737</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA276.45.R3</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.312</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Miller, James D.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering predictive analytics with R :</subfield><subfield code="b">machine learning techniques for advanced models /</subfield><subfield code="c">James D. Miller, Rui Miguel Forte.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2nd ed.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (449 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover ; Copyright ; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Gearing Up for Predictive Modeling ; Models; Learning from data; The core components of a model; Our first model -- k-nearest neighbors; Types of model; Supervised, unsupervised, semi-supervised, and reinforcement learning models; Parametric and nonparametric models; Regression and classification models; Real-time and batch machine learning models; The process of predictive modeling; Defining the model's objective; Collecting the data; Picking a model.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Pre-processing the dataExploratory data analysis; Feature transformations; Encoding categorical features; Missing data; Outliers; Removing problematic features; Feature engineering and dimensionality reduction; Training and assessing the model; Repeating with different models and final model selection; Deploying the model; Summary; Chapter 2: Tidying Data and Measuring Performance ; Getting started; Tidying data; Categorizing data quality; The first step; The next step; The final step; Performance metrics; Assessing regression models; Assessing classification models.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Assessing binary classification modelsCross-validation; Learning curves; Plot and ping; Summary; Chapter 3: Linear Regression ; Introduction to linear regression; Assumptions of linear regression; Simple linear regression; Estimating the regression coefficients; Multiple linear regression; Predicting CPU performance; Predicting the price of used cars; Assessing linear regression models; Residual analysis; Significance tests for linear regression; Performance metrics for linear regression; Comparing different regression models; Test set performance; Problems with linear regression.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">MulticollinearityOutliers; Feature selection; Regularization; Ridge regression; Least absolute shrinkage and selection operator (lasso); Implementing regularization in R; Polynomial regression; Summary; Chapter 4: Generalized Linear Models ; Classifying with linear regression; Introduction to logistic regression; Generalized linear models; Interpreting coefficients in logistic regression; Assumptions of logistic regression; Maximum likelihood estimation; Predicting heart disease; Assessing logistic regression models; Model deviance; Test set performance; Regularization with the lasso.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Classification metricsExtensions of the binary logistic classifier; Multinomial logistic regression; Predicting glass type; Ordinal logistic regression; Predicting wine quality; Poisson regression; Negative Binomial regression; Summary; Chapter 5: Neural Networks ; The biological neuron; The artificial neuron; Stochastic gradient descent; Gradient descent and local minima; The perceptron algorithm; Linear separation; The logistic neuron; Multilayer perceptron networks; Training multilayer perceptron networks; The back propagation algorithm; Predicting the energy efficiency of buildings.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Evaluating multilayer perceptrons for regression.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Master the craft of predictive modeling in R by developing strategy, intuition, and a solid foundation in essential concepts About This Book Grasping the major methods of predictive modeling and moving beyond black box thinking to a deeper level of understanding Leveraging the flexibility and modularity of R to experiment with a range of different techniques and data types Packed with practical advice and tips explaining important concepts and best practices to help you understand quickly and easily Who This Book Is For Although budding data scientists, predictive modelers, or quantitative analysts with only basic exposure to R and statistics will find this book to be useful, the experienced data scientist professional wishing to attain master level status, will also find this book extremely valuable.. This book assumes familiarity with the fundamentals of R, such as the main data types, simple functions, and how to move data around. Although no prior experience with machine learning or predictive modeling is required, there are some advanced topics provided that will require more than novice exposure. What You Will Learn Master the steps involved in the predictive modeling process Grow your expertise in using R and its diverse range of packages Learn how to classify predictive models and distinguish which models are suitable for a particular problem Understand steps for tidying data and improving the performing metrics Recognize the assumptions, strengths, and weaknesses of a predictive model Understand how and why each predictive model works in R Select appropriate metrics to assess the performance of different types of predictive model Explore word embedding and recurrent neural networks in R Train models in R that can work on very large datasets In Detail R offers a free and open source environment that is perfect for both learning and deploying predictive modeling solutions. With its constantly growing community and plethora of packages, R offers the functionality to deal with a truly vast array of problems. The book begins with a dedicated chapter on the language of models and the predictive modeling process. You will understand the learning curve and the process of tidying data. Each subsequent chapter tackles a particular type of model, such as neural networks, and focuses on the three important questions of how the model works, how to use R to train it, and how to measure and assess its performance using real-world datasets. How do y ...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">R (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2002004407</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97002073</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Predictive control</subfield><subfield code="x">Mathematical models.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">R (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Exploration de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Commande prédictive</subfield><subfield code="x">Modèles mathématiques.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Predictive control</subfield><subfield code="x">Mathematical models</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">R (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">Electronic book.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Forte, Rui Miguel.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Mastering predictive analytics with R (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH7DyyBxmdrr3HYpTCGdkP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Miller, James D.</subfield><subfield code="t">Mastering Predictive Analytics with R - Second Edition.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1579363</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="936" ind1=" " ind2=" "><subfield code="a">BATCHLOAD</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4981589</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1579363</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis38755814</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Electronic book. |
genre_facet | Electronic book. |
id | ZDB-4-EBA-on1002009737 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:59Z |
institution | BVB |
isbn | 9781787124356 1787124355 |
language | English |
oclc_num | 1002009737 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (449 pages) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Miller, James D. Mastering predictive analytics with R : machine learning techniques for advanced models / James D. Miller, Rui Miguel Forte. 2nd ed. Birmingham : Packt Publishing, 2017. 1 online resource (449 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover ; Copyright ; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Gearing Up for Predictive Modeling ; Models; Learning from data; The core components of a model; Our first model -- k-nearest neighbors; Types of model; Supervised, unsupervised, semi-supervised, and reinforcement learning models; Parametric and nonparametric models; Regression and classification models; Real-time and batch machine learning models; The process of predictive modeling; Defining the model's objective; Collecting the data; Picking a model. Pre-processing the dataExploratory data analysis; Feature transformations; Encoding categorical features; Missing data; Outliers; Removing problematic features; Feature engineering and dimensionality reduction; Training and assessing the model; Repeating with different models and final model selection; Deploying the model; Summary; Chapter 2: Tidying Data and Measuring Performance ; Getting started; Tidying data; Categorizing data quality; The first step; The next step; The final step; Performance metrics; Assessing regression models; Assessing classification models. Assessing binary classification modelsCross-validation; Learning curves; Plot and ping; Summary; Chapter 3: Linear Regression ; Introduction to linear regression; Assumptions of linear regression; Simple linear regression; Estimating the regression coefficients; Multiple linear regression; Predicting CPU performance; Predicting the price of used cars; Assessing linear regression models; Residual analysis; Significance tests for linear regression; Performance metrics for linear regression; Comparing different regression models; Test set performance; Problems with linear regression. MulticollinearityOutliers; Feature selection; Regularization; Ridge regression; Least absolute shrinkage and selection operator (lasso); Implementing regularization in R; Polynomial regression; Summary; Chapter 4: Generalized Linear Models ; Classifying with linear regression; Introduction to logistic regression; Generalized linear models; Interpreting coefficients in logistic regression; Assumptions of logistic regression; Maximum likelihood estimation; Predicting heart disease; Assessing logistic regression models; Model deviance; Test set performance; Regularization with the lasso. Classification metricsExtensions of the binary logistic classifier; Multinomial logistic regression; Predicting glass type; Ordinal logistic regression; Predicting wine quality; Poisson regression; Negative Binomial regression; Summary; Chapter 5: Neural Networks ; The biological neuron; The artificial neuron; Stochastic gradient descent; Gradient descent and local minima; The perceptron algorithm; Linear separation; The logistic neuron; Multilayer perceptron networks; Training multilayer perceptron networks; The back propagation algorithm; Predicting the energy efficiency of buildings. Evaluating multilayer perceptrons for regression. Master the craft of predictive modeling in R by developing strategy, intuition, and a solid foundation in essential concepts About This Book Grasping the major methods of predictive modeling and moving beyond black box thinking to a deeper level of understanding Leveraging the flexibility and modularity of R to experiment with a range of different techniques and data types Packed with practical advice and tips explaining important concepts and best practices to help you understand quickly and easily Who This Book Is For Although budding data scientists, predictive modelers, or quantitative analysts with only basic exposure to R and statistics will find this book to be useful, the experienced data scientist professional wishing to attain master level status, will also find this book extremely valuable.. This book assumes familiarity with the fundamentals of R, such as the main data types, simple functions, and how to move data around. Although no prior experience with machine learning or predictive modeling is required, there are some advanced topics provided that will require more than novice exposure. What You Will Learn Master the steps involved in the predictive modeling process Grow your expertise in using R and its diverse range of packages Learn how to classify predictive models and distinguish which models are suitable for a particular problem Understand steps for tidying data and improving the performing metrics Recognize the assumptions, strengths, and weaknesses of a predictive model Understand how and why each predictive model works in R Select appropriate metrics to assess the performance of different types of predictive model Explore word embedding and recurrent neural networks in R Train models in R that can work on very large datasets In Detail R offers a free and open source environment that is perfect for both learning and deploying predictive modeling solutions. With its constantly growing community and plethora of packages, R offers the functionality to deal with a truly vast array of problems. The book begins with a dedicated chapter on the language of models and the predictive modeling process. You will understand the learning curve and the process of tidying data. Each subsequent chapter tackles a particular type of model, such as neural networks, and focuses on the three important questions of how the model works, how to use R to train it, and how to measure and assess its performance using real-world datasets. How do y ... R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Predictive control Mathematical models. R (Langage de programmation) Exploration de données (Informatique) Commande prédictive Modèles mathématiques. COMPUTERS General. bisacsh Data mining fast Predictive control Mathematical models fast R (Computer program language) fast Electronic book. Forte, Rui Miguel. has work: Mastering predictive analytics with R (Text) https://id.oclc.org/worldcat/entity/E39PCH7DyyBxmdrr3HYpTCGdkP https://id.oclc.org/worldcat/ontology/hasWork Print version: Miller, James D. Mastering Predictive Analytics with R - Second Edition. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1579363 Volltext |
spellingShingle | Miller, James D. Mastering predictive analytics with R : machine learning techniques for advanced models / Cover ; Copyright ; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Gearing Up for Predictive Modeling ; Models; Learning from data; The core components of a model; Our first model -- k-nearest neighbors; Types of model; Supervised, unsupervised, semi-supervised, and reinforcement learning models; Parametric and nonparametric models; Regression and classification models; Real-time and batch machine learning models; The process of predictive modeling; Defining the model's objective; Collecting the data; Picking a model. Pre-processing the dataExploratory data analysis; Feature transformations; Encoding categorical features; Missing data; Outliers; Removing problematic features; Feature engineering and dimensionality reduction; Training and assessing the model; Repeating with different models and final model selection; Deploying the model; Summary; Chapter 2: Tidying Data and Measuring Performance ; Getting started; Tidying data; Categorizing data quality; The first step; The next step; The final step; Performance metrics; Assessing regression models; Assessing classification models. Assessing binary classification modelsCross-validation; Learning curves; Plot and ping; Summary; Chapter 3: Linear Regression ; Introduction to linear regression; Assumptions of linear regression; Simple linear regression; Estimating the regression coefficients; Multiple linear regression; Predicting CPU performance; Predicting the price of used cars; Assessing linear regression models; Residual analysis; Significance tests for linear regression; Performance metrics for linear regression; Comparing different regression models; Test set performance; Problems with linear regression. MulticollinearityOutliers; Feature selection; Regularization; Ridge regression; Least absolute shrinkage and selection operator (lasso); Implementing regularization in R; Polynomial regression; Summary; Chapter 4: Generalized Linear Models ; Classifying with linear regression; Introduction to logistic regression; Generalized linear models; Interpreting coefficients in logistic regression; Assumptions of logistic regression; Maximum likelihood estimation; Predicting heart disease; Assessing logistic regression models; Model deviance; Test set performance; Regularization with the lasso. Classification metricsExtensions of the binary logistic classifier; Multinomial logistic regression; Predicting glass type; Ordinal logistic regression; Predicting wine quality; Poisson regression; Negative Binomial regression; Summary; Chapter 5: Neural Networks ; The biological neuron; The artificial neuron; Stochastic gradient descent; Gradient descent and local minima; The perceptron algorithm; Linear separation; The logistic neuron; Multilayer perceptron networks; Training multilayer perceptron networks; The back propagation algorithm; Predicting the energy efficiency of buildings. R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Predictive control Mathematical models. R (Langage de programmation) Exploration de données (Informatique) Commande prédictive Modèles mathématiques. COMPUTERS General. bisacsh Data mining fast Predictive control Mathematical models fast R (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2002004407 http://id.loc.gov/authorities/subjects/sh97002073 |
title | Mastering predictive analytics with R : machine learning techniques for advanced models / |
title_auth | Mastering predictive analytics with R : machine learning techniques for advanced models / |
title_exact_search | Mastering predictive analytics with R : machine learning techniques for advanced models / |
title_full | Mastering predictive analytics with R : machine learning techniques for advanced models / James D. Miller, Rui Miguel Forte. |
title_fullStr | Mastering predictive analytics with R : machine learning techniques for advanced models / James D. Miller, Rui Miguel Forte. |
title_full_unstemmed | Mastering predictive analytics with R : machine learning techniques for advanced models / James D. Miller, Rui Miguel Forte. |
title_short | Mastering predictive analytics with R : |
title_sort | mastering predictive analytics with r machine learning techniques for advanced models |
title_sub | machine learning techniques for advanced models / |
topic | R (Computer program language) http://id.loc.gov/authorities/subjects/sh2002004407 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Predictive control Mathematical models. R (Langage de programmation) Exploration de données (Informatique) Commande prédictive Modèles mathématiques. COMPUTERS General. bisacsh Data mining fast Predictive control Mathematical models fast R (Computer program language) fast |
topic_facet | R (Computer program language) Data mining. Predictive control Mathematical models. R (Langage de programmation) Exploration de données (Informatique) Commande prédictive Modèles mathématiques. COMPUTERS General. Data mining Predictive control Mathematical models Electronic book. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1579363 |
work_keys_str_mv | AT millerjamesd masteringpredictiveanalyticswithrmachinelearningtechniquesforadvancedmodels AT forteruimiguel masteringpredictiveanalyticswithrmachinelearningtechniquesforadvancedmodels |