Oreilly - AWS SageMaker, Machine Learning and AI with Python - 9781789535976
Oreilly - AWS SageMaker, Machine Learning and AI with Python
by Chandra Lingam | Publisher: Packt Publishing | Release Date: July 2018 | ISBN: 9781789535976


Learn about cloud-based machine learning algorithms and how to integrate them with your applicationsAbout This VideoThis course is focused on three aspects:The core of the machine learning process is the algorithm itself.Gaining an intuitive understanding of the algorithm, how does it find the solution, and what knobs are essential to tweak for a successful career in this field. That is where we will focus first.Once we build the model, how do we know if it is good or bad? Or If we want to compare two different models, how do we decide which one to pick? We will look at industry standard metrics and powerful visualization tools that AWS provides to assess the goodness of a model.The third aspect and most exciting part of model development is putting the prediction capability in the hands of the users, validate how they are using it and identify what needs to be refined.There is a whole section in this course dedicated to the integration of machine learning models with your application. You will walk through several integration and security options.In DetailThis course is designed to make you an expert in AWS machine learning and it teaches you how to convert your cool ideas into highly scalable products in a matter of days.The biggest challenge for a data science professional is how to convert the proof-of-concept models into actual products that your customers can use. There are several courses on machine learning that teach you how to build models in R, Python, Matlab and so forth. However, converting a model into a scalable solution and integrating with your existing application requires a lot of effort and development. The real success of your ideas and concepts depends on how soon you can put the capabilities in the hands of your customers.With the AWS Machine Learning service, you can easily conduct experiments and test your concepts. Once you are happy, you can instantly scale them to support millions of requests. No separate development work is needed.
  1. Chapter 1 : Introduction
    • Introduction 00:02:37
    • Root Account Setup and Billing Dashboard Overview 00:03:41
    • Enable Access to Billing Data for IAM Users 00:05:15
    • Create Users Required For the Course 00:14:52
    • AWS Command Line Interface Tool Setup and Summary 00:05:08
    • Six Advantages of Cloud Computing 00:06:08
    • AWS Global Infrastructure Overview 00:06:23
  2. Chapter 2 : SageMaker Service Introduction
    • SageMaker Overview 00:02:20
    • Compute Instance Families and Pricing 00:03:03
    • Algorithms and Data Formats Supported For Training and Inference 00:01:55
  3. Chapter 3 : A.2 XGBoost
    • XGBoost - Introduction and Comparison with Other Approaches 00:07:14
    • Demo 1: S3 Bucket Setup 00:02:53
    • Demo 2: Setup Notebook Instance on SageMaker 00:06:48
    • Demo 3: Source Code and Data Setup 00:05:21
    • Demo 4: Create Files in SageMaker Data Formats and Save Files to S3 00:07:57
    • Demo 5: Working with XGBoost - Linear Regression Straight Line Fit 00:12:36
    • Demo 6: XGBoost Example with Quadratic Fit 00:04:09
    • Demo 7: Kaggle Bike Rental Data Setup, Exploration and Preparation 00:11:53
    • Demo 8: Kaggle Bike Rental Model Version 1 00:10:46
    • Demo 9: Kaggle Bike Rental Model Version 2 00:04:43
    • Demo 10: Kaggle Bike Rental Model Version 3 00:04:02
    • Demo 11: Training on SageMaker Cloud - Kaggle Bike Rental Model Version 3 00:13:55
    • Demo 12: Invoking SageMaker Model Endpoints for Real Time Predictions 00:05:10
    • Demo 13: Invoking SageMaker Model Endpoints from Client Outside of AWS 00:03:33
    • XGBoost Hyper Parameter Tuning 00:05:54
    • Demo 14: XGBoost Multi-Class Classification Iris Data 00:09:26
    • Demo 15: XGBoost Binary Classifier for Diabetes Prediction 00:04:57
    • Demo 16: XGBoost Binary Classifier for Edible Mushroom Prediction 00:04:23
    • Summary – XGBoost 00:02:12
  4. Chapter 4 : A.3. SageMaker - Principal Component Analysis (PCA)
    • Introduction PCA and SageMaker PCA 00:05:49
    • PCA Demo Source Code setup 00:01:57
    • Demo 1: PCA with Random Dataset 00:03:29
    • Demo 2: PCA with Correlated Dataset 00:05:26
    • Demo 3.1: PCA with Kaggle Bike Sharing - Overview and Normalization 00:03:52
    • Demo 3.2: PCA Local Model with Kaggle Bike Train 00:03:31
    • Demo 3.3: PCA training with SageMaker 00:04:23
    • Demo 3.4: PCA Projection with SageMaker 00:02:42
    • Summary 00:01:23
  5. Chapter 5 : A.4. Factorization Machines For Recommender Systems and Click Rate Prediction
    • Introduction to Factorization Machines 00:05:59
    • Demo - Movie Recommender Data Preparation 00:12:05
    • Demo - Movie Recommender Model Training 00:05:35
    • Demo - Movie Predictions by User 00:07:10
  6. Chapter 6 : DeepAR Time Series Forecasting
    • Introduction to DeepAR Time Series Forecasting 00:09:47
    • DeepAR Training and Inference Formats 00:09:49
    • Housekeeping 00:01:27
    • Working with Time Series Data, Handling Missing Values 00:09:59
    • Demo - Bike Rental as Time Series Forecasting Problem 00:11:44
    • Demo - Bike Rental Model Training 00:07:21
    • Demo - Bike Rental Prediction 00:04:51
    • Demo - DeepAR Categories 00:06:10
    • Demo - DeepAR Dynamic Features Data Preparation 00:06:34
    • Demo - DeepAR Dynamic Features Training and Prediction 00:03:05
    • Summary 00:01:16
  7. Chapter 7 : AWS Machine Learning Service
    • Python Development Environment and Boto3 Setup 00:03:28
    • Project Source Code and Data Setup 00:04:10
    • Lab: Intro to Python Jupyter Notebook Environment, Pandas, Matplotlib 00:13:24
    • Lab: AWS S3 Bucket Setup and Configure Security 00:08:03
    • Summary 00:01:18
    • Machine Learning Terminology 00:03:39
    • Data Types supported by AWS Machine Learning 00:02:56
    • Linear Regression Introduction 00:05:42
    • Binary Classification Introduction 00:04:09
    • Multiclass Classification Introduction 00:03:03
    • Data Visualization - Linear, Log, Quadratic and More 00:07:51
  8. Chapter 8 : Linear Regression
    • Lab: Linear Model, Squared Error Loss Function, Stochastic Gradient Descent 00:15:47
    • Lab: Linear Regression for complex shapes 00:05:09
    • Summary 00:01:59
  9. Chapter 9 : AWS - Linear Regression Models
    • Lab: Simple Training Data 00:06:35
    • Lab: Datasource 00:12:20
    • Lab: Train Model with default recipe 00:04:17
    • Concept - How to evaluate regression model accuracy? 00:04:52
    • Lab: Evaluate predictive quality of the trained model 00:10:52
    • Lab: Review Default Recipe Settings Used to Train model 00:02:28
    • Lab: Train Model with Custom Recipe and Review Performance 00:07:05
    • Model Performance Summary and Conclusion 00:02:24
  10. Chapter 10 : Adding Features to Improve Model
    • Lab: Quadratic Fit Training Data 00:06:32
    • Lab: Under fitting with Linear Features 00:15:43
    • Lab: Normal Fit with Quadratic Features 00:08:11
    • Summary 00:01:28
  11. Chapter 11 : Normalization
    • Lab: Impact of Features with Different Magnitude 00:11:26
    • Concept: Normalization to smoothen magnitude differences 00:04:48
    • Lab: Train Model with Feature Normalization 00:06:26
    • Summary 00:01:34
  12. Chapter 12 : Adding Complex Features
    • Lab: Prepare Training Data 00:03:11
    • Lab: Adding Complex Features 00:02:16
    • Lab: Train Model with Higher Order Features 00:07:20
    • Lab: Performance of Model with Degree 1 Features 00:02:21
    • Lab: Performance of Model with Degree 4 Features 00:01:52
    • Lab: Performance of Model with Degree 15 Features 00:01:22
    • Summary 00:01:47
  13. Chapter 13 : Kaggle Bike Hourly Rental Prediction
    • Review Kaggle Bike Train Problem and Dataset 00:11:41
    • Lab: Train Model to Predict Hourly Rental 00:04:22
    • Lab: Evaluate Prediction Quality 00:07:34
    • Linear Regression Wrap up and Summary 00:01:54
  14. Chapter 14 : Logistic Regression
    • Binary Classification - Logistic Regression, Loss Function, Optimization 00:08:47
    • Lab: Binary Classification Approach 00:07:39
    • True Positive, True Negative, False Positive and False Negative 00:07:44
    • Lab: Logistic Optimization Objectives 00:03:55
    • Lab: Logistic Cost Function 00:03:16
    • Lab: Cost Example 00:03:51
    • Optimizing Weights 00:04:28
    • Summary 00:03:08
  15. Chapter 15 : Onset of Diabetes Prediction
    • Problem Objective, Input Data and Strategy 00:09:09
    • Lab: Prepare For Training 00:02:59
    • Lab: Training a Classification Model 00:03:32
    • Concept: Classification Metrics 00:05:15
    • Concept: Classification Insights with AWS Histograms 00:05:13
    • Concept: AUC Metric 00:02:14
    • Lab: Review Diabetes Model Performance 00:06:33
    • Lab: Cutoff Threshold Interactive Testing 00:02:31
    • Lab: Evaluating Prediction Quality with Additional Dataset 00:07:02
    • Lab: Batch Prediction and Compute Metrics 00:07:51
    • Summary 00:01:51
  16. Chapter 16 : Multiclass Classifiers using Multinomial Logistic Regression
    • Lab: Iris Classification 00:08:03
    • Lab: Train Classifier with Default and Custom Recipe 00:07:30
    • Concept: Evaluating Predictive Quality of Multiclass Classifiers 00:02:32
    • Concept: Confusion Matrix to Evaluating Predictive Quality 00:05:20
    • Lab: Evaluate Performance of Iris Classifiers using Default Recipe 00:04:23
    • Lab: Evaluate Performance of Iris Classifiers using Custom Recipe 00:03:22
    • Lab: Batch Prediction and Computing Metrics using Python Code 00:08:52
    • Summary 00:03:05
  17. Chapter 17 : Text Based Classification with AWS Twitter Dataset
    • AWS Twitter Feed Classification for Customer Service 00:05:28
    • Lab: Train, Evaluate Model and Assess Predictive Quality 00:08:44
    • Lab: Interactive Prediction with AWS 00:02:56
    • Logistic Regression Summary 00:00:53
  18. Chapter 18 : Data Transformation using Recipes
    • Recipe Overview 00:04:21
    • Recipe Example 00:05:32
    • Text Transformation 00:06:32
    • Numeric Transformation - Quantile Binning 00:02:20
    • Numeric Transformation – Normalization 00:03:21
    • Cartesian product Transformation - Categorical and Text 00:02:00
    • Summary 00:00:26
  19. Chapter 19 : Hyper Parameters, Model Optimization and Lifecycle
    • Introduction 00:00:40
    • Data Rearrangement, Maximum Model Size, Passes, Shuffle Type 00:07:41
    • Regularization, Learning Rate 00:02:49
    • Regularization Effect 00:03:06
    • Improving Model Quality 00:07:13
    • Model Maintenance 00:06:02
    • AWS Machine Learning System Limits 00:02:18
    • AWS Machine Learning Pricing 00:02:33
  20. Chapter 20 : Integration of AWS Machine Learning With Your Application
    • Introduction 00:02:58
    • Integration Scenarios 00:02:29
    • Security using IAM 00:04:16
    • Hands-on lab - List of Demos and Objective 00:02:32
    • Lab: Enable Real Time End Point and Configure IAM Prediction User 00:08:35
    • Lab: Invoking Prediction from AWS Command Line Interface 00:06:52
    • Lab: Invoking Prediction from Python Client 00:04:16
    • Lab: Python Client to Train, Evaluate Models and Integrate with AWS 00:13:38
  21. Chapter 21 : - Web Client with Cognito and AngularJS
    • Lab: Invoking Prediction from Web Page AngularJS Client 00:08:20
    • Demo Allowing Prediction Only For Registered Users 00:01:40
    • Cognito Overview 00:01:40
    • Lab: Cognito User Pool Configuration 00:07:22
    • Lab: AngularJS Web Client - Invoke Prediction for authorized users 00:15:08
    • Lab: Invoke Machine Learning Service From AWS EC2 Instance 00:06:27
    • Summary 00:00:29
  22. Chapter 22 : Conclusion
    • Conclusion 00:00:36
  23. Oreilly - AWS SageMaker, Machine Learning and AI with Python


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss