在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Statistics+for+Machine+Learning-Packt+Publishing(2017).pdf )

Statistics+for+Machine+Learning-Packt+Publishing(2017).pdf )

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:15.44M
  • 下载次数:3
  • 浏览次数:70
  • 发布时间:2020-09-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.pdf
  • 所需积分:2
 

实例介绍

【实例简介】
Complex statistics in machine learning worry a lot of developers. Knowing statistics helps you build strong machine learning models that are optimized for a given problem statement. I believe that any machine learning practitioner should be proficient in statistics as well as in mathematics, so that
Statistics for Machine Learning Copyright o 2017 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals However, Packt Publishing cannot guarantee the accuracy of this information First published: July 2017 Production reference: 1180717 Published by Packt Publishing ltd Livery Place 35 Livery Street Birmingham B3 2PB. UK ISBN978-1-78829575-8 www.packtpub.com Credits Author Copy Editor Pratap dangeti Safis Editing Reviewer Project Coordinator Manuel amunategui Nidhi joshi Commissioning editor Proofreader Veena pagare Safis Editing Acquisition Editor Indexer Aman singh Tejal Daruwale soni Content Development Editor Graphics Mayur pawanikar Tania dutta Technical editor Production coordinator inesh lawar Arvindkumar Gupta About the author Pratap Dangeti develops machine learning and deep learning solutions for structured, image, and text data at TCS, analytics and insights, innovation lab in Bangalore. He has acquired a lot of experience in both analytics and data science. he received his masters degree from IIT Bombay in its industrial engineering and operations research program. He is an artificial intelligence enthusiast. When not working, he likes to read about next-gen technologies and innovative methodologies First and foremost, I would like to thank my mom, Lakshmi, for her support throughout my career and in writing this book. She has been my inspiration and motivation for continuing to improve my knowledge and helping me move ahead in my career. She strongest supporter, and i dedicate this book to her. I also thank my family and friends for their encouragement, without which it would not be possible to write this book I would like to thank my acquisition editor, Aman Singh and content development editor Mayur Pawvanikar, who chose me to write this book and encouraged me constantly throughout the period of writing with their invaluable feedback and input About the reviewer Manuel Amunategui is vice president of data science at Spring ML, a startup offering Google Cloud Tensor Flow and Salesforce enterprise solutions. Prior to that, he worked as a quantitative developer on Wall Street for a large equity-options market-making firm and as a software developer at Microsoft. He holds master degrees in predictive analytics and international administration le is a data science advocate, blogger/vlogger(amunategui github. io)and a trainer on Udemy and OReilly Media, and technical reviewer at Packt Publishing Www.pacKtpub.com Forsupportfilesanddownloadsrelatedtoyourbook,pleasevisitwww.packtpub.cOm Did you know that packt offers ebook versions of every book published, with pdf and epubfilesavailableyoUcanupgradetotheebooKversionatwww.packtpub.comandasa print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at service@packtpub com for more details Atwww.packtpub.comyoucanalsoreadacollectionoffreetechnicalarticlessignupfora range of free newsletters and receive exclusive discounts and offers on Packt books and B eBooKs AMap https://www.packtpub.com/mapt Get the most in-demand software skills with Mapt. Mapt gives you full access to all Packt books and video courses, as well as industry-leading tools to help you plan your personal development and advance your career Why subscribe? Fully searchable across every book published by Packt Copy and paste, print, and bookmark content On demand and accessible via a web browser Customer Feedback Thanks for purchasing this Packt book. At Packt, quality is at the heart of our editorial process. To help us improve, please leave us an honest review on this book's Amazon page athttps://www.amazon.com/dp/1788295757 If you'd like to join our team of regular reviewers you can e-mail us at customerreviewsepacktpub com We award our regular reviewers with free e Books and videos in exchange for their valuable feedback. Help us be relentless in improving our products Table of contents Preface Chapter 1: Journey from Statistics to Machine Learning Statistical terminology for model building and validation 8 Machine learning 8 Major differences between statistical modeling and machine learning Steps in machine learning model development and deployment Statistical fundamentals and terminology for model building and validation 12 Bias versus variance trade-off 32 Train and test data 34 Machine learning terminology for model building and validation 35 Linear regression versus gradient descent 38 Machine learning losses When to stop tuning machine learning models 43 Train validation, and test data 44 Cross-validation 46 Grid search 46 Machine learning model overview 50 Summary 54 Chapter 2: Parallelism of Statistics and Machine Learning 55 Comparison between regression and machine learning models 55 Compensating factors in machine learning models 57 Assumptions of linear regression 58 Steps applied in linear regression modeling 61 EXample of simple linear regression from first principles 61 Example of simple linear regression using the wine quality data 64 EXample of multilinear regression-step-by-step methodology of model building 66 Backward and forward selection 69 Machine learning models- ridge and lasso regression 75 Example of ridge regression machine learning Example of lasso regression machine learning model 80 Regularization parameters in linear regression and ridge/lasso regression 82 Summary 82 Chapter 3: Logistic Regression Versus Random Forest 83 Maximum likelihood estimation 83 ogistic regression -introduction and advantages 85 Terminology involved in logistic regression 87 Applying steps in logistic regression modeling 94 Example of logistic regression using German credit data Random forest 111 Example of random forest using German credit data 113 Grid search on random forest 117 Variable importance plot 120 Comparison of logistic regression with random forest 122 Summary 124 Chapter 4: Tree-Based Machine Learning Models 125 Introducing decision tree classifiers 126 Terminology used in decision trees 127 Decision tree working methodology from first principles 128 Comparison between logistic regression and decision trees 134 Comparison of error components across various styles of models 135 Remedial actions to push the model towards the ideal region 136 HR attrition data example 137 Decision tree classifier 140 Tuning class weights in decision tree classifier 143 Bagging classifier 145 Random forest classifier 149 Random forest classifier- grid search 155 AdaBoost classifier 158 Gradient boosting classifier 163 Comparison between AdaBoosting versus gradient boosting 166 Extreme gradient boosting-XGBoost classifier 169 Ensemble of ensembles-model stacking 174 Ensemble of ensembles with different types of classifiers 174 Ensemble of ensembles with bootstrap samples using a single type of classifier 182 Summary 185 Chapter 5: K-Nearest Neighbors and Naive Bayes 186 K-nearest neighbors 187 KNN Voter example 187 Curse of dimensionality 188 [i] 【实例截图】
【核心代码】

标签:

实例下载地址

Statistics+for+Machine+Learning-Packt+Publishing(2017).pdf )

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警