Skip to content

Commit

Permalink
Fix broken link for deep leanring codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
mfadel46 committed Sep 16, 2024
1 parent f2a9536 commit 2363a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are different options for accessing deep learning models within MATLAB, in

This example provides an overview of the third approach. Co-execution is useful for leveraging [wireless products in MATLAB](https://www.mathworks.com/solutions/wireless-communications.html) to test existing deep learning models from other frameworks in an end-to-end link simulation.
This workflow also allows engineering teams working with MATLAB & Python deep learning frameworks to easily combine their work in one environment.
Approaches one & two are useful for building deep learning models from scratch or for using additional capabilities from the [Deep Learning Toolbox](https://www.mathworks.com/products/deep-learning.html) with pre-trained models, such as [Deep Learning Code Generation](https://www.mathworks.com/help/deeplearning/deep-learning-code-generation.html) or [deep learning models in Simulink®](https://www.mathworks.com/help/deeplearning/ug/classify-images-in-simulink-with-imported-tensorflow-network.html).
Approaches one & two are useful for building deep learning models from scratch or for using additional capabilities from the [Deep Learning Toolbox](https://www.mathworks.com/products/deep-learning.html) with pre-trained models, such as [Deep Learning Code Generation](https://www.mathworks.com/help/deeplearning/code-generation.html) or [deep learning models in Simulink®](https://www.mathworks.com/help/deeplearning/ug/classify-images-in-simulink-with-imported-tensorflow-network.html).

### Requirements
To run this example, you need:
Expand Down

0 comments on commit 2363a69

Please sign in to comment.