From 2724e7ef21853e3849d7af707242f316d43f5fb2 Mon Sep 17 00:00:00 2001 From: RaymondL Date: Mon, 16 Oct 2017 10:38:33 -0700 Subject: [PATCH 1/4] SDK version updated --- aml_config/conda_dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aml_config/conda_dependencies.yml b/aml_config/conda_dependencies.yml index af6968c..685b987 100644 --- a/aml_config/conda_dependencies.yml +++ b/aml_config/conda_dependencies.yml @@ -28,10 +28,10 @@ dependencies: - pip: # The API for Azure Machine Learning Model Management Service. # Details: https://github.com/Azure/Machine-Learning-Operationalization - - azure-ml-api-sdk==0.1.0a10 + - azure-ml-api-sdk==0.1.0a11 # Library for collecting data from operationalized models - azureml.datacollector==0.1.0a13 # Helper utilities for dealing with Azure ML Workbench Assets. - - https://azuremldownloads.blob.core.windows.net/wheels/latest/azureml.assets-1.0.0-py3-none-any.whl?sv=2016-05-31&si=ro-2017&sr=c&sig=xnUdTm0B%2F%2FfknhTaRInBXyu2QTTt8wA3OsXwGVgU%2BJk%3D \ No newline at end of file + - https://azuremldownloads.blob.core.windows.net/wheels/latest/azureml.assets-1.0.0-py3-none-any.whl?sv=2016-05-31&si=ro-2017&sr=c&sig=xnUdTm0B%2F%2FfknhTaRInBXyu2QTTt8wA3OsXwGVgU%2BJk%3D From 84719defbb01d185797456d78fce9fe594c33b43 Mon Sep 17 00:00:00 2001 From: RaymondL Date: Mon, 16 Oct 2017 10:38:34 -0700 Subject: [PATCH 2/4] SDK version updated --- aml_config/conda_dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aml_config/conda_dependencies.yml b/aml_config/conda_dependencies.yml index af6968c..685b987 100644 --- a/aml_config/conda_dependencies.yml +++ b/aml_config/conda_dependencies.yml @@ -28,10 +28,10 @@ dependencies: - pip: # The API for Azure Machine Learning Model Management Service. # Details: https://github.com/Azure/Machine-Learning-Operationalization - - azure-ml-api-sdk==0.1.0a10 + - azure-ml-api-sdk==0.1.0a11 # Library for collecting data from operationalized models - azureml.datacollector==0.1.0a13 # Helper utilities for dealing with Azure ML Workbench Assets. - - https://azuremldownloads.blob.core.windows.net/wheels/latest/azureml.assets-1.0.0-py3-none-any.whl?sv=2016-05-31&si=ro-2017&sr=c&sig=xnUdTm0B%2F%2FfknhTaRInBXyu2QTTt8wA3OsXwGVgU%2BJk%3D \ No newline at end of file + - https://azuremldownloads.blob.core.windows.net/wheels/latest/azureml.assets-1.0.0-py3-none-any.whl?sv=2016-05-31&si=ro-2017&sr=c&sig=xnUdTm0B%2F%2FfknhTaRInBXyu2QTTt8wA3OsXwGVgU%2BJk%3D From 54d3e45aec290d0b960e6c109c4f58f0539e4057 Mon Sep 17 00:00:00 2001 From: Hai Ning Date: Mon, 11 Dec 2017 21:13:24 -0500 Subject: [PATCH 3/4] Update docker.compute --- aml_config/docker.compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aml_config/docker.compute b/aml_config/docker.compute index 74cc1a8..6781b91 100644 --- a/aml_config/docker.compute +++ b/aml_config/docker.compute @@ -1,4 +1,4 @@ type: "localdocker" -baseDockerImage: "microsoft/mmlspark:plus-0.7.91" +baseDockerImage: "microsoft/mmlspark:plus-0.9.9" #nativeSharedDirectory: "~/.azureml/share/" #sharedVolumes: true From f38c1cf73881fc3e40bd5207425009563528f3ae Mon Sep 17 00:00:00 2001 From: Robert Outlaw Date: Fri, 28 Jun 2019 13:04:05 -0700 Subject: [PATCH 4/4] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ee327db..46a5a01 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Classify MNIST dataset using TensorFlow +> **NOTE** This content is no longer maintained. Visit the [Azure Machine Learning Notebook](https://github.com/Azure/MachineLearningNotebooks) project for sample Jupyter notebooks for ML and deep learning with Azure Machine Learning. + This sample uses the popular [TensorFlow](https://www.tensorflow.org/) machine learning library from Google to classify the ageless [MNIST dataset](http://yann.lecun.com/exdb/mnist/) of handwritten digits. ## Logging code