Skip to content

Commit 88dcefd

Browse files
authored
Merge pull request aws#31 from awslabs/arpin_intro_pca_linear_fm
Added: Introduction to PCA, Linear Learner, and PCA notebooks
2 parents fc65e77 + a7f8c7f commit 88dcefd

File tree

10 files changed

+1299
-922
lines changed

10 files changed

+1299
-922
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@ This repository contains example notebooks that show how to apply machine learni
99
- [XGBoost for Direct Marketing](xgboost_direct_marketing) targets potential customers that are most likely to convert based on customer and aggregate level metrics.
1010
- [PCA and k-means for Movie Clustering](pca_kmeans_movie_clustering) creates clusters of movies based on genre, ratings, and other characteristics.
1111

12-
### Amazon Algorithms - Basic Functionality
12+
### Introduction to Amazon Algorithms
1313

14-
### Amazon Algorithms - Scientific Detail
14+
### Scientific Details of Algorithms
1515

1616
### Advanced Amazon SageMaker Functionality
1717

1818
- [Installing the R Kernel](install_r_kernel) shows how to install the R kernel into an Amazon SageMaker Notebook Instance.
1919
- [Bring Your Own Model for k-means](kmeans_bring_your_own_model) shows how to take a model that's been fit elsewhere and use Amazon SageMaker containers to host.
2020
- [Bring Your Own Algorithm with R](r_bring_your_own) shows how to bring your own algorithm container to Amazon SageMaker using the R language.
2121
- [Bring Your Own Tensorflow Model](sagemaker-python-sdk/tensorflow_iris_byom) shows how to bring a model trained anywhere into Amazon SageMaker
22+
23+
## FAQ
24+
25+
*Will these example work outside of Amazon SageMaker?*
26+
27+
- 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).
28+
29+
*How do I contribute my own example notebook?"
30+
31+
- Although we're extremely excited to receive contributions from the community, we're still working on the best mechanism to take in examples from and external source. Please bear will us in the short-term if pull requests take longer than expected or are closed.

introduction_to_amazon_algorithms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Example Notebooks include:
66
- *linear_mnist*: Predicts whether a handwritten digit from the MNIST dataset is a 0 or not using a binary classifier from Amazon SageMaker Linear Learner.
77
- *factorization_machines_mnist*: Predicts whether a handwritten digit from the MNIST dataset is a 0 or not using a binary classifier from Amazon SageMaker Factorization Machines.
88
- *pca_mnist*: Uses Amazon SageMaker Principal Components Analysis (PCA) to calculate eigendigits from MNIST.
9-
- *ntm_synthetic*: Uses Amazon SageMaker Neural Topic Model (NTM) to uncover topics in documents from a synthetic data source, where distributions are known.
9+
- *ntm_synthetic*: Uses Amazon SageMaker Neural Topic Model (NTM) to uncover topics in documents from a synthetic data source, where topic distributions are known.

introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)