Skip to content

Commit 96be342

Browse files
authored
Merge pull request aws#42 from awslabs/image_classification_notebooks
Synced image classification notebooks based on bash
2 parents 730cff6 + fc08af3 commit 96be342

File tree

4 files changed

+388
-206
lines changed

4 files changed

+388
-206
lines changed

introduction_to_amazon_algorithms/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Example Notebooks include:
1111
- *seq2seq*: Seq2Seq algorithm is built on top of [Sockeye](https://github.com/awslabs/sockeye), a sequence-to-sequence framework for Neural Machine Translation based on MXNet. SageMaker Seq2Seq implements state-of-the-art encoder-decoder architectures which can also be used for tasks like Abstractive Summarization in addition to Machine Translation.
1212
- *xgboost_abalone*: Predicts the age of abalone ([Abalone dataset](https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/regression.html)) using regression from Amazon SageMaker XGBoost.
1313
- *xgboost_mnist*: Uses Amazon SageMaker XGBoost to classifiy handwritten digits from the MNIST dataset into one of the ten digits using a multi-class classifier. Both single machine and distributed use-cases are presented.
14+
- *image_classification*: Uses Amazon SageMaker Image classification algorithm to train a Resnet on [caltech dataset](http://www.vision.caltech.edu/Image_Datasets/Caltech256/), either from scratch or using a pre-trained model.

0 commit comments

Comments
 (0)