Brought to you by MLinProduction.com
Sign up for the weekly newsletter to learn about future events.
data/
- Contains datasets used by the Jupyter notebooks. Many of the datasets will be generated by the notebooks and stored here.notebooks/
- Jupyter notebooks used during the workshop. The numerical prefix of the titles indicate the order in which we'll review the notebooks.scripts/
- Custom training scripts and utilities to be used in the notebooks.
- Create an AWS Account.
- Follow directions in Onboard to Amazon SageMaker Studio Using Quick Start to create a SageMaker Studio instance.
- Open SageMaker Studio.
- Open a terminal window.
- Clone the sagemaker examples repo by running command
git clone git@github.com:awslabs/amazon-sagemaker-examples.git
. - Clone the workshop repo by running command
git clone git@github.com:lpatruno/sagemaker-workshop-420.git
. - Run the setup notebook
sagemaker-workshop-420/notebooks/00_setup.ipynb
.- Open notebook
sagemaker-workshop-420/notebooks/00_setup.ipynb
. - Click
Run
-->Run All Cells
to complete setup.
- Open notebook