I want to run and test Machine learning code on AWS

0

Hi, I am a new coder. I am interested in implementing the various Machine Learning codes of Github on AWS. Can anyone please guide any tutorial explaining the implementation? If there are any video tutorial available too, then kindly also share them Thanks

Learner
asked a month ago130 views
3 Answers
1

Hello.

If you are creating a model with SageMaker, I think it would be a good idea to check out the tutorial below.
https://aws.amazon.com/tutorials/build-train-deploy-monitor-machine-learning-model-sagemaker-studio/

If you want to deploy the created model to the inference endpoint, I think the following tutorial will be helpful.
https://aws.amazon.com/tutorials/machine-learning-tutorial-deploy-model-to-real-time-inference-endpoint/

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
0

You can try [https://aws.amazon.com/getting-started/hands-on/machine-learning-tutorial-get-started-with-your-project-quickly/ ] to get an understanding on how to run ML workloads in Sagemaker .. You can also visit https://github.com/aws/amazon-sagemaker-examples/tree/main where there are tons of ML examples for different scenarios which you can run on Sagemaker including testing out different functionalities of Sagemaker (e.g. Automated Model Tuning , Sagemaker Pipelines etc.)

profile pictureAWS
answered 20 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions