Skip to content

Commit b7a0b6d

Browse files
authored
Merge pull request aws#79 from awslabs/arpin_readme_updates
Arpin readme updates
2 parents 2f941d8 + 641574d commit b7a0b6d

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ These examples focus on the Amazon SageMaker Python SDK which allows you to writ
5454
- [cifar 10 with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_cifar10)
5555
- [MNIST with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_mnist)
5656
- [MNIST with MXNet](sagemaker-python-sdk/mxnet_mnist)
57+
- [Sentiment Analysis with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_sentiment)
5758
- [TensorFlow Neural Networks with Layers](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers)
58-
- [TensorFlow Networks with Keras](sagemaker-python-sdk/tensorflow_abalone_age_predictor_keras)
59+
- [TensorFlow Networks with Keras](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_keras)
5960
- [Introduction to Estimators in TensorFlow](sagemaker-python-sdk/tensorflow_iris_dnn_classifier_using_estimators)
6061
- [TensorFlow and TensorBoard](sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard)
62+
- [Distributed TensorFlow)(sagemaker-python-sdk/tensorflow_distributed_mnist)
6163

6264
### Under Development
6365

sagemaker-python-sdk/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
These examples focus on the Amazon SageMaker Python SDK which allows you to write idiomatic TensorFlow or MXNet and then train or host in pre-built containers.
66

7-
- [cifar 10 with MXNet Gluon](mxnet_gluon_cifar10)
8-
- [MNIST with MXNet Gluon](mxnet_gluon_mnist)
9-
- [MNIST with MXNet](mxnet_mnist)
10-
- [TensorFlow Neural Networks with Layers](tensorflow_abalone_age_predictor_using_layers)
11-
- [TensorFlow Networks with Keras](tensorflow_abalone_age_predictor_keras)
12-
- [Introduction to Estimators in TensorFlow](tensorflow_iris_dnn_classifier_using_estimators)
13-
- [TensorFlow and TensorBoard](tensorflow_resnet_cifar10_with_tensorboard)
7+
- [cifar 10 with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_cifar10)
8+
- [MNIST with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_mnist)
9+
- [MNIST with MXNet](sagemaker-python-sdk/mxnet_mnist)
10+
- [Sentiment Analysis with MXNet Gluon](sagemaker-python-sdk/mxnet_gluon_sentiment)
11+
- [TensorFlow Neural Networks with Layers](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers)
12+
- [TensorFlow Networks with Keras](sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_keras)
13+
- [Introduction to Estimators in TensorFlow](sagemaker-python-sdk/tensorflow_iris_dnn_classifier_using_estimators)
14+
- [TensorFlow and TensorBoard](sagemaker-python-sdk/tensorflow_resnet_cifar10_with_tensorboard)
15+
- [Distributed TensorFlow)(sagemaker-python-sdk/tensorflow_distributed_mnist)

0 commit comments

Comments
 (0)