You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ These examples provide a gentle introduction to machine learning concepts as the
13
13
-[Time-series Forecasting](introduction_to_applying_machine_learning/linear_time_series_forecast) generates a forecast for topline product demand using Amazon SageMaker's Linear Learner algorithm.
14
14
-[Cancer Prediction](introduction_to_applying_machine_learning/breast_cancer_prediction) predicts Breast Cancer based on features derived from images, using SageMaker's Linear Learner.
15
15
-[Ensembling](introduction_to_applying_machine_learning/ensemble_modeling) predicts income using two Amazon SageMaker models to show the advantages in ensembling.
16
+
-[Video Game Sales](introduction_to_applying_machine_learning/video_game_sales) develops a binary prediction model for the success of video games based on review scores.
16
17
17
18
### Introduction to Amazon Algorithms
18
19
@@ -48,6 +49,7 @@ These examples that showcase unique functionality available in Amazon SageMaker.
48
49
-[Bring Your Own R Algorithm](advanced_functionality/r_bring_your_own) shows how to bring your own algorithm container to Amazon SageMaker using the R language.
49
50
-[Installing the R Kernel](advanced_functionality/install_r_kernel) shows how to install the R kernel into an Amazon SageMaker Notebook Instance.
50
51
-[Bring Your Own scikit Algorithm](advanced_functionality/scikit_bring_your_own) provides a detailed walkthrough on how to package a scikit learn algorithm for training and production-ready hosting.
52
+
-[Bring Your Own TensorFlow Model](advanced_functionality/tensorflow_iris_byom) shows how to bring a model trained anywhere using TensorFlow into Amazon SageMaker
51
53
52
54
### Amazon SageMaker TensorFlow and MXNet Pre-Built Containers and the Python SDK
53
55
@@ -68,10 +70,17 @@ These examples focus on the Amazon SageMaker Python SDK which allows you to writ
68
70
These Amazon SageMaker examples fully illustrate a concept, but may require some additional configuration on the users part to complete.
69
71
70
72
-[Bring Your Own MXNet Model](under_development/mxnet_mnist_byom) shows how to bring a model trained anywhere using MXNet into Amazon SageMaker
71
-
-[Bring Your Own TensorFlow Model](under_development/tensorflow_iris_byom) shows how to bring a model trained anywhere using TensorFlow into Amazon SageMaker
72
73
73
74
## FAQ
74
75
76
+
*What do I need in order to get started?*
77
+
78
+
- The quickest setup to run example notebooks includes:
79
+
- An [AWS account](http://docs.aws.amazon.com/sagemaker/latest/dg/gs-account.html)
80
+
- Proper [IAM User and Role](http://docs.aws.amazon.com/sagemaker/latest/dg/authentication-and-access-control.html) setup
81
+
- An [Amazon SageMaker Notebook Instance](http://docs.aws.amazon.com/sagemaker/latest/dg/gs-setup-working-env.html)
82
+
- An [S3 bucket](http://docs.aws.amazon.com/sagemaker/latest/dg/gs-config-permissions.html)
83
+
75
84
*Will these examples work outside of Amazon SageMaker Notebook Instances?*
76
85
77
86
- Although most examples utilize key Amazon SageMaker functionality like distributed, managed training or real-time hosted endpoints, these notebooks can be run outside of Amazon SageMaker Notebook Instances with minimal modification (updating IAM role definition and installing the necessary libraries).
Copy file name to clipboardExpand all lines: advanced_functionality/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,4 @@ These examples that showcase unique functionality available in Amazon SageMaker.
13
13
-[Installing the R Kernel](install_r_kernel) shows how to install the R kernel into an Amazon SageMaker Notebook Instance.
14
14
-[Bring Your Own R Algorithm](r_bring_your_own) shows how to bring your own algorithm container to Amazon SageMaker using the R language.
15
15
-[Bring Your Own scikit Algorithm](scikit_bring_your_own) provides a detailed walkthrough on how to package a scikit learn algorithm for training and production-ready hosting.
16
+
-[Bring Your Own TensorFlow Model](tensorflow_iris_byom) shows how to bring a model trained anywhere using TensorFlow into Amazon SageMaker
Copy file name to clipboardExpand all lines: introduction_to_applying_machine_learning/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,4 @@ These examples provide a gentle introduction to machine learning concepts as the
9
9
-[Time-series Forecasting](linear_time_series_forecast) generates a forecast for topline product demand using Amazon SageMaker's Linear Learner algorithm.
10
10
-[Cancer Prediction](breast_cancer_prediction) predicts Breast Cancer based on features derived from images, using SageMaker's Linear Learner.
11
11
-[Ensembling](ensemble_modeling) predicts income using two Amazon SageMaker models to show the advantages in ensembling.
12
+
-[Video Game Sales](video_game_sales) develops a binary prediction model for the success of video games based on review scores.
0 commit comments