Skip to content

Commit 2d0973c

Browse files
updated README.md
1 parent 9dfc37c commit 2d0973c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Y = model.predict(X, batch_size);
8080
% label of classification output
8181
label = py.tensorflow.keras.applications.efficientnet_v2.decode_predictions(Y);
8282
```
83-
Note that many [pretrained models](https://www.mathworks.com/help/deeplearning/ug/pretrained-convolutional-neural-networks.html) are available for use directY in MATLAB without the need for co-execution.
83+
Note that many [pretrained models](https://www.mathworks.com/help/deeplearning/ug/pretrained-convolutional-neural-networks.html) are available for use directly in MATLAB without the need for co-execution.
8484

8585
* **Gathering and displaying the classification result in MATLAB:**
8686
```matlab:Code(Display)
@@ -92,7 +92,7 @@ title(labelStr,Interpreter="none");
9292

9393

9494
## Comparison of Models accessible in MATLAB <a name="comparison-table"/>
95-
| Capability | Models created using the [Deep Learning Toolbox](https://www.mathworks.com/products/deep-learning.html) | Models [Converted from other FrameWorks](https://www.mathworks.com/help/deeplearning/deep-learning-import-and-export.html)| Co-execution |
95+
| Capability | Models created using the [Deep Learning Toolbox](https://www.mathworks.com/products/deep-learning.html) | Models [Converted from other Frameworks](https://www.mathworks.com/help/deeplearning/deep-learning-import-and-export.html)| Co-execution |
9696
| ------------- | ------------- | ------------- | ------------- |
9797
| Integrates with pre and post processing with MATLAB | ![](https://via.placeholder.com/15/c5f015/000000?text=+) | ![](https://via.placeholder.com/15/c5f015/000000?text=+) | ![](https://via.placeholder.com/15/c5f015/000000?text=+) |
9898
| Requires installation of MATLAB products only | ![](https://via.placeholder.com/15/c5f015/000000?text=+) | ![](https://via.placeholder.com/15/c5f015/000000?text=+) | ![](https://via.placeholder.com/15/f03c15/000000?text=+) |

0 commit comments

Comments
 (0)