Cargando…

Pro machine learning algorithms : a hands-on approach to implementing algorithms in Python and R /

Bridge the gap between a high-level understanding of how an algorithm works and knowing the nuts and bolts to tune your models better. This book will give you the confidence and skills when developing all the major machine learning models. In Pro Machine Learning Algorithms, you will first develop t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ayyadevara, V. Kishore (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley] : Apress, 2018.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1042561229
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 180703s2018 caua ob 000 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d EBLCP  |d UAB  |d UPM  |d OCLCF  |d IUL  |d UMI  |d STF  |d TOH  |d WAU  |d OCLCQ  |d YDX  |d VT2  |d MOQ  |d CEF  |d OCLCQ  |d OTZ  |d G3B  |d LVT  |d WYU  |d UKMGB  |d U3W  |d CAUOI  |d SNK  |d YOU  |d K6U  |d MERER  |d OCLCQ  |d COO  |d OCLCQ  |d UHL  |d OCLCQ  |d UKAHL  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
015 |a GBB8M4621  |2 bnb 
016 7 |a 019140158  |2 Uk 
019 |a 1047699061  |a 1048573734  |a 1055395268  |a 1066438202  |a 1081204190  |a 1086462342  |a 1113209632 
020 |a 9781484235645  |q (electronic bk.) 
020 |a 1484235649  |q (electronic bk.) 
020 |a 1484235630 
020 |a 9781484235638 
020 |z 9781484235638 
024 7 |a 10.1007/978-1-4842-3564-5  |2 doi 
029 1 |a CHNEW  |b 001069617 
029 1 |a CHVBK  |b 577488538 
029 1 |a UKMGB  |b 019140158 
035 |a (OCoLC)1042561229  |z (OCoLC)1047699061  |z (OCoLC)1048573734  |z (OCoLC)1055395268  |z (OCoLC)1066438202  |z (OCoLC)1081204190  |z (OCoLC)1086462342  |z (OCoLC)1113209632 
037 |a CL0500000985  |b Safari Books Online 
050 4 |a Q325.5 
072 7 |a COM  |x 051360  |2 bisacsh 
072 7 |a UMA  |2 bicssc 
082 0 4 |a 006.31  |2 23 
049 |a UAMI 
100 1 |a Ayyadevara, V. Kishore,  |e author. 
245 1 0 |a Pro machine learning algorithms :  |b a hands-on approach to implementing algorithms in Python and R /  |c V. Kishore Ayyadevara. 
264 1 |a [Berkeley] :  |b Apress,  |c 2018. 
300 |a 1 online resource (xxi, 372 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed July 6, 2018). 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Basics of Machine Learning; Regression and Classification; Training and Testing Data; The Need for Validation Dataset; Measures of Accuracy; Absolute Error; Root Mean Square Error; Confusion Matrix; AUC Value and ROC Curve; Unsupervised Learning; Typical Approach Towards Building a Model; Where Is the Data Fetched From?; Which Data Needs to Be Fetched?; Pre-processing the Data; Feature Interaction; Feature Generation; Building the Models; Productionalizing the Models. 
505 8 |a Build, Deploy, Test, and Iterate; Summary; Chapter 2: Linear Regression; Introducing Linear Regression; Variables: Dependent and Independent; Correlation; Causation; Simple vs. Multivariate Linear Regression; Formalizing Simple Linear Regression; The Bias Term; The Slope; Solving a Simple Linear Regression; More General Way of Solving a Simple Linear Regression; Minimizing the Overall Sum of Squared Error; Solving the Formula; Working Details of Simple Linear Regression; Complicating Simple Linear Regression a Little; Arriving at Optimal Coefficient Values; Introducing Root Mean Squared Error. 
505 8 |a Running a Simple Linear Regression in R; Residuals; Coefficients; SSE of Residuals (Residual Deviance); Null Deviance; R Squared; F-statistic; Running a Simple Linear Regression in Python; Common Pitfalls of Simple Linear Regression; Multivariate Linear Regression; Working details of Multivariate Linear Regression; Multivariate Linear Regression in R; Multivariate Linear Regression in Python; Issue of Having a Non-significant Variable in the Model; Issue of Multicollinearity; Mathematical Intuition of Multicollinearity; Further Points to Consider in Multivariate Linear Regression. 
505 8 |a Assumptions of Linear Regression; Summary; Chapter 3: Logistic Regression; Why Does Linear Regression Fail for Discrete Outcomes?; A More General Solution: Sigmoid Curve; Formalizing the Sigmoid Curve (Sigmoid Activation); From Sigmoid Curve to Logistic Regression; Interpreting the Logistic Regression; Working Details of Logistic Regression; Estimating Error; Scenario 1; Scenario 2; Least Squares Method and Assumption of Linearity; Running a Logistic Regression in R; Running a Logistic Regression in Python; Identifying the Measure of Interest; Common Pitfalls. 
505 8 |a Time Between Prediction and the Event Happening; Outliers in Independent variables; Summary; Chapter 4: Decision Tree; Components of a Decision Tree; Classification Decision Tree When There Are Multiple Discrete Independent Variables; Information Gain; Calculating Uncertainty: Entropy; Calculating Information Gain; Uncertainty in the Original Dataset; Measuring the Improvement in Uncertainty; Which Distinct Values Go to the Left and Right Nodes; Gini Impurity; Splitting Sub-nodes Further; When Does the Splitting Process Stop?; Classification Decision Tree for Continuous Independent Variables. 
520 |a Bridge the gap between a high-level understanding of how an algorithm works and knowing the nuts and bolts to tune your models better. This book will give you the confidence and skills when developing all the major machine learning models. In Pro Machine Learning Algorithms, you will first develop the algorithm in Excel so that you get a practical understanding of all the levers that can be tuned in a model, before implementing the models in Python/R. You will cover all the major algorithms: supervised and unsupervised learning, which include linear/logistic regression; k-means clustering; PCA; recommender system; decision tree; random forest; GBM; and neural networks. You will also be exposed to the latest in deep learning through CNNs, RNNs, and word2vec for text mining. You will be learning not only the algorithms, but also the concepts of feature engineering to maximize the performance of a model. You will see the theory along with case studies, such as sentiment classification, fraud detection, recommender systems, and image recognition, so that you get the best of both theory and practice for the vast majority of the machine learning algorithms used in industry. Along with learning the algorithms, you will also be exposed to running machine-learning models on all the major cloud service providers. You are expected to have minimal knowledge of statistics/software programming and by the end of this book you should be able to work on a machine learning project with confidence. You will: Get an in-depth understanding of all the major machine learning and deep learning algorithms Fully appreciate the pitfalls to avoid while building models Implement machine learning algorithms in the cloud Follow a hands-on approach through case studies for each algorithm Gain the tricks of ensemble learning to build more accurate models Discover the basics of programming in R/Python and the Keras framework for deep learning. 
504 |a Includes bibliographical references. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Machine learning. 
650 0 |a Python (Computer program language) 
650 0 |a R (Computer program language) 
650 6 |a Apprentissage automatique. 
650 6 |a Python (Langage de programmation) 
650 6 |a R (Langage de programmation) 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Databases.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Artificial intelligence.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x Python.  |2 bisacsh 
650 7 |a Machine learning  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
650 7 |a R (Computer program language)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484235638 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484235645/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093475 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5441123 
938 |a EBSCOhost  |b EBSC  |n 1841457 
938 |a YBP Library Services  |b YANK  |n 15579457 
994 |a 92  |b IZTAP