Skip to content

Commit 3423c42

Browse files
committed
Update README.md
1 parent b72844a commit 3423c42

File tree

3 files changed

+8
-4
lines changed
  • blazingtext-text-classification-train-in-sagemaker-deploy-with-lambda
  • tensorflow-train-in-sagemaker-deploy-with-lambda

3 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The repository contains the following resources:
2626
- **XGBoost resources:**
2727

2828
- [**Serverless XGBoost Model Serving**](xgboost-inference-docker-lambda): This examples illustrates how to serve XGBoost model on Lambda Function to predict breast cancer.
29-
- [**Train XGBoost built-in algorithm in SageMaker, inference with AWS Lambda**](xgboost-built-in-algo-train-in-sagemaker-deploy-with-lambda): This examples illustrates how to target Direct Marketing with Amazon SageMaker XGBoost built-in algorithm. You train the model using SageMaker and inference with AWS Lambda.
29+
- [**Train XGBoost built-in algorithm in SageMaker, inference with AWS Lambda**](xgboost-built-in-algo-train-in-sagemaker-deploy-with-lambda): This example illustrates how to target Direct Marketing with Amazon SageMaker XGBoost built-in algorithm. You train the model using SageMaker and inference with AWS Lambda.
3030

3131
- **TensorFlow resources:**
3232

@@ -37,7 +37,11 @@ The repository contains the following resources:
3737

3838
- [**Serverless PyTorch Model Serving**](pytorch-inference-docker-lambda): This examples illustrates how to serve PyTorch model on Lambda Function for Image Classification.
3939
- [**Serverless HeBERT Model Serving for sentiment analysis in Hebrew**](hebert-sentiment-analysis-inference-docker-lambda): This example illustrates how to serve HeBERT model on Lambda Function for sentiment analysis in Hebrew.
40-
40+
41+
- **SageMaker Built-in Algorithms resources:**
42+
43+
- [**Train a BlazingText text classification algorithm in SageMaker, inference with AWS Lambda**](blazingtext-text-classification-train-in-sagemaker-deploy-with-lambda): This example illustrates how to use a BlazingText text classification training with SageMaker, and serving with AWS Lambda..
44+
4145
- **Deep Java Library (DJL) resources:**
4246

4347
- [**Serverless Object Detection Model Serving with Deep Java Library (DJL)**](djl-object-detection-inference-docker-lambda): This example illustrates how to serve TensorFlow Object Detection model on Lambda Function using [Deep Java Library (DJL)](http://djl.ai).

blazingtext-text-classification-train-in-sagemaker-deploy-with-lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Train a BlazingText text classification algorithm in SageMaker, inference with AWS Lambda
22

3-
This examples illustrates how to use a BlazingText text classification training with SageMaker, and serving with AWS Lambda.
3+
This example illustrates how to use a BlazingText text classification training with SageMaker, and serving with AWS Lambda.
44

55
This project contains source code and supporting files for a serverless application that you can deploy with the notebook. It includes the following files and folders.
66

tensorflow-train-in-sagemaker-deploy-with-lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Train a TensorFlow algorithm in SageMaker, inference with AWS Lambda
22

3-
This examples illustrates how to use a TensorFlow Python script to train a classification model on the MNIST dataset. You train the model using SageMaker and inference with AWS Lambda.
3+
This example illustrates how to use a TensorFlow Python script to train a classification model on the MNIST dataset. You train the model using SageMaker and inference with AWS Lambda.
44

55
This project contains source code and supporting files for a serverless application that you can deploy with the notebook. It includes the following files and folders.
66

0 commit comments

Comments
 (0)