diff --git a/how-to-use-azureml/training/README.md b/how-to-use-azureml/training/README.md new file mode 100644 index 00000000..cf05d8f2 --- /dev/null +++ b/how-to-use-azureml/training/README.md @@ -0,0 +1,8 @@ +## Using basic training APIs + +Follow these sample notebooks to learn: + +1. [Train within notebook](): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service. +2. [Train on local](train-on-local): train a model using local computer as compute target. +3. [Train on remove VM](train-remote_vm): train a model using a remote Azure VM as compute target. +4. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs.