About 1,290,000 results
Open links in new tab
  1. TensorFlow Model Predict - Predict responses using pretrained …

    The TensorFlow Model Predict block predicts responses using a pretrained Python TensorFlow model running in the MATLAB Python environment.

  2. Deep Learning Toolbox Converter for TensorFlow Models

    Oct 15, 2025 · Note: importNetworkFromTensorFlow accepts TensorFlow models in the SavedModel format. Use the following commands before import to save a TensorFlow model …

  3. Predict Responses Using TensorFlow Model Predict Block

    The TensorFlow Model Predict block requires a pretrained TensorFlow™ model that you saved in SavedModel format or as a Keras HDF5 file in Python. This example provides the saved …

  4. exportNetworkToTensorFlow - Export Deep Learning Toolbox …

    This MATLAB function exports the MATLAB deep learning network net and saves it as a TensorFlow model in the Python package modelPackage.

  5. Running a Python Script with Tensorflow From Matlab

    Mar 28, 2022 · I am also able to load in and use python libraries such as numpy and sklearn, by starting the Matlab application from the Anaconda command line with the proper environment …

  6. Deep Learning with Simulink - MATLAB & Simulink - MathWorks

    This example shows how to use wavelet transforms and a deep learning network within a Simulink (R) model to classify ECG signals. Classify Images in Simulink with Imported …

  7. Why is Matlab deep learning so much slower than Tensorflow in …

    Nov 9, 2023 · Dear all, I have created an identical neural net in Matlab and in Tensorflow. I want to use the Matlab implementation as it is needed in a bigger project. However, the Matlab …

  8. How to save a trained deep learning model in .mat format in …

    Apr 2, 2024 · MATLAB provides the 'importNetworkFromTensorFlow' function to directly import TensorFlow network as MATLAB network. Saving the model in .mat format in Python may not …

  9. How can I save a trained model using python and load the

    Mar 26, 2024 · Suppose I trained a tensorflow deep learning model using Python. How to save that in . mat file. Again load that trained model in MATLAB and use it.

  10. Python Co-Execution for AI Speech Command Recognition

    Aug 25, 2021 · This repo provides examples of co-executing MATLAB® with TensorFlow and PyTorch to train a speech command recognition system. Signal processing engineers that use …