Skip to content

Commit bdef511

Browse files
minor update
1 parent f051a09 commit bdef511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ There are many benefits to co-execution. These include:
4747

4848
## How can co-execution be performed?
4949

50-
The [example](https://insidelabs-git.mathworks.com/dwilling/matlab-calling-tensorflow-image-classification/-/blob/master/MATLABCallingTensorFlowforImageClassification.m) shows how MATLAB can co-execute with TensorFlow to classify images using a model from [tf.Keras.applications](https://www.tensorflow.org/api_docs/python/tf/keras/applications). The following steps outline what is covered in the example:
50+
The [example](https://github.com/matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow/blob/main/ImageClassificationinMATLABusingTensorFlow.m) shows how MATLAB can co-execute with TensorFlow to classify images using a model from [tf.Keras.applications](https://www.tensorflow.org/api_docs/python/tf/keras/applications). The following steps outline what is covered in the example:
5151

5252
* **Configuring python setup:**
5353

0 commit comments

Comments
 (0)