MARC 닫기
05327cam a2200541Ii 4500
000001333135
20210114162101
m d
cr cnu||||||||
190525s2019 enk o 000 0 eng d
▼a 1789347505
▼q (ebook)
▼a 9781789347500
▼q (electronic bk.)
▼z 9781789349795
▼a 2142587
▼b (N$T)
▼a (OCoLC)1102472595
▼a EBLCP
▼b eng
▼e rda
▼e pn
▼c EBLCP
▼d HNK
▼d EBLCP
▼d N$T
▼d 248023
▼a Q325.5
▼b .M46 2019eb
▼a COM
▼x 000000
▼2 bisacsh
▼a 006.31
▼2 23
▼a Mengle, Saket S. R.,
▼e author.
▼a Mastering machine learning on AWS:
▼b advanced machine learning in Python using SageMaker, Apache Spark, and TensorFlow /:
▼c Saket S.R. Mengle, Maximo Gurmendez.
▼a Mastering machine learning on Amazon Web Services
▼a Birmingham, UK:
▼b Packt Publishing, Limited,
▼c 2019.
▼a 1 online resource (293 pages).
▼a text
▼b txt
▼2 rdacontent
▼a computer
▼b c
▼2 rdamedia
▼a online resource
▼b cr
▼2 rdacarrier
▼a Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Section 1: Machine Learning on AWS; Chapter 1: Getting Started with Machine Learning for AWS; How AWS empowers data scientists; Using AWS tools for machine learning; Identifying candidate problems that can be solved using machine learning; Machine learning project life cycle; Data gathering; Evaluation metrics; Algorithm selection; Deploying models; Summary; Exercise; Section 2: Implementing Machine Learning Algorithms at Scale on AWS
▼a Chapter 2: Classifying Twitter Feeds with Naive BayesClassification algorithms; Feature types; Nominal features; Ordinal features; Continuous features; Naive Bayes classifier; Bayes' theorem; Posterior; Likelihood; Prior probability; Evidence; How the Naive Bayes algorithm works; Classifying text with language models; Collecting the tweets; Preparing the data; Building a Naive Bayes model through SageMaker notebooks; Naïve Bayes model on SageMaker notebooks using Apache Spark; Using SageMaker's BlazingText built-in ML service; Naive Bayes - pros and cons; Summary; Exercises
▼a Chapter 3: Predicting House Value with Regression AlgorithmsPredicting the price of houses; Understanding linear regression; Linear least squares estimation; Maximum likelihood estimation; Gradient descent; Evaluating regression models; Mean absolute error; Mean squared error; Root mean squared error; R-squared; Implementing linear regression through scikit-learn; Implementing linear regression through Apache Spark; Implementing linear regression through SageMaker's linear Learner; Understanding logistic regression; Logistic regression in Spark; Pros and cons of linear models; Summary
▼a Chapter 4: Predicting User Behavior with Tree-Based MethodsUnderstanding decision trees; Recursive splitting; Types of decision trees; Cost functions; Gini Impurity; Information gain; Criteria to stop splitting trees; Understanding random forest algorithms; Understanding gradient boosting algorithms; Predicting clicks on log streams; Introduction to Elastic Map Reduce (EMR); Training with Apache Spark on EMR; Getting the data; Preparing the data; Categorical encoding; One-hot encoding; Training a model; Evaluating our model; Area Under ROC Curve; Area under the precision-recall curve; Training tree ensembles on EMR Training gradient-boosted trees with the SageMaker services; Preparing the data; Training with SageMaker XGBoost; Applying and evaluating the model; Summary; Exercises
▼a Chapter 5: Customer Segmentation Using Clustering Algorithms; Understanding How Clustering Algorithms Work; k-means clustering; Euclidean distance; Manhattan distance; Hierarchical clustering; Agglomerative clustering; Divisive clustering; Clustering with Apache Spark on EMR; Clustering with Spark and SageMaker on EMR; Understanding the purpose of the IAM role; Summary; Exercises; Chapter 6: Analyzing Visitor Patterns to Make Recommendations
▼a This book will help you master your skills in various artificial intelligence and machine learning services available on AWS. Through practical hands-on examples, you'll learn how to use these services to generate impressive results. You will have a tremendous understanding of how to use a wide range of AWS services in your own organization.
▼a Description based on print version record.
▼a Master record variable field(s) change: 072, 082
▼a Machine learning.
▼a Python (Computer program language)
▼a Data mining.
▼a COMPUTERS / General.
▼2 bisacsh
▼a Electronic books.
▼a Gurmendez, Maximo,
▼e author.
▼i Print version:
▼a Mengle, Saket S. R.
▼t Mastering machine learning on AWS : advanced machine learning in Python Using SageMaker, Apache Spark, and TensorFlow.
▼d Birmingham : Packt Publishing, Limited, ©2019,
▼z 9781789349795
▼3 EBSCOhost
▼u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2142587
▼a EBL - Ebook Library
▼b EBLB
▼n EBL5778831
▼a EBSCOhost
▼b EBSC
▼n 2142587
▼a 강리원
▼a eBook
▼a 92
▼b N$T
| 자료유형 : | eBook |
|---|---|
| ISBN : | 1789347505 |
| ISBN : | 9781789347500 |
| ISBN : | |
| 개인저자 : | Mengle, Saket S. R., author. |
| 서명/저자사항 : | Mastering machine learning on AWS: advanced machine learning in Python using SageMaker, Apache Spark, and TensorFlow /: Saket S.R. Mengle, Maximo Gurmendez. |
| 발행사항 : | Birmingham, UK: Packt Publishing, Limited, 2019. |
| 형태사항 : | 1 online resource (293 pages). |
| 내용주기 : | Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Section 1: Machine Learning on AWS; Chapter 1: Getting Started with Machine Learning for AWS; How AWS empowers data scientists; Using AWS tools for machine learning; Identifying candidate problems that can be solved using machine learning; Machine learning project life cycle; Data gathering; Evaluation metrics; Algorithm selection; Deploying models; Summary; Exercise; Section 2: Implementing Machine Learning Algorithms at Scale on AWS |
| 내용주기 : | Chapter 2: Classifying Twitter Feeds with Naive BayesClassification algorithms; Feature types; Nominal features; Ordinal features; Continuous features; Naive Bayes classifier; Bayes' theorem; Posterior; Likelihood; Prior probability; Evidence; How the Naive Bayes algorithm works; Classifying text with language models; Collecting the tweets; Preparing the data; Building a Naive Bayes model through SageMaker notebooks; Naïve Bayes model on SageMaker notebooks using Apache Spark; Using SageMaker's BlazingText built-in ML service; Naive Bayes - pros and cons; Summary; Exercises |
| 내용주기 : | Chapter 3: Predicting House Value with Regression AlgorithmsPredicting the price of houses; Understanding linear regression; Linear least squares estimation; Maximum likelihood estimation; Gradient descent; Evaluating regression models; Mean absolute error; Mean squared error; Root mean squared error; R-squared; Implementing linear regression through scikit-learn; Implementing linear regression through Apache Spark; Implementing linear regression through SageMaker's linear Learner; Understanding logistic regression; Logistic regression in Spark; Pros and cons of linear models; Summary |
| 내용주기 : | Chapter 4: Predicting User Behavior with Tree-Based MethodsUnderstanding decision trees; Recursive splitting; Types of decision trees; Cost functions; Gini Impurity; Information gain; Criteria to stop splitting trees; Understanding random forest algorithms; Understanding gradient boosting algorithms; Predicting clicks on log streams; Introduction to Elastic Map Reduce (EMR); Training with Apache Spark on EMR; Getting the data; Preparing the data; Categorical encoding; One-hot encoding; Training a model; Evaluating our model; Area Under ROC Curve; Area under the precision-recall curve; Training tree ensembles on EMR Training gradient-boosted trees with the SageMaker services; Preparing the data; Training with SageMaker XGBoost; Applying and evaluating the model; Summary; Exercises |
| 내용주기 : | Chapter 5: Customer Segmentation Using Clustering Algorithms; Understanding How Clustering Algorithms Work; k-means clustering; Euclidean distance; Manhattan distance; Hierarchical clustering; Agglomerative clustering; Divisive clustering; Clustering with Apache Spark on EMR; Clustering with Spark and SageMaker on EMR; Understanding the purpose of the IAM role; Summary; Exercises; Chapter 6: Analyzing Visitor Patterns to Make Recommendations |
| 요약 : | This book will help you master your skills in various artificial intelligence and machine learning services available on AWS. Through practical hands-on examples, you'll learn how to use these services to generate impressive results. You will have a tremendous understanding of how to use a wide range of AWS services in your own organization. |
| 일반주제명 : | Machine learning. -- |
| 일반주제명 : | Python (Computer program language) -- |
| 일반주제명 : | Data mining. -- |
| 일반주제명 : | COMPUTERS / General. -- |
| 개인저자 : | Gurmendez, Maximo, author. |
| 기타형태 저록 : | Print version: Mengle, Saket S. R. Mastering machine learning on AWS : advanced machine learning in Python Using SageMaker, Apache Spark, and TensorFlow. Birmingham : Packt Publishing, Limited, ©2019, 9781789349795 |
| 언어 | 영어 |
| URL : |
|---|
서평쓰기