Convolutional Neural Network for a web app?

5 ビュー (過去 30 日間)
Beril Sirmacek
Beril Sirmacek 2018 年 8 月 30 日
回答済み: Jaimin 2025 年 1 月 30 日 10:59
Is it possible to build a web-app based on a CNN built and trained in MatLab?

回答 (1 件)

Jaimin
Jaimin 2025 年 1 月 30 日 10:59
Yes, it is possible to build a web application based on a Convolutional Neural Network (CNN) that is built and trained in MATLAB.
Here is a general approach to achieve this:
  • Use MATLAB's Deep Learning Toolbox to design, train, and evaluate your CNN model.
  • Save your trained model using MATLAB's "save" function, typically in a ".mat" file.
  • If you want to integrate the model into a web application, you may need to export it to a format that can be used outside MATLAB. MATLAB provides options to export models to ONNX or other formats, which can then be used in other environments.
  • You can now incorporate your model into a web application.
For more information kindly refer following MathWorks documentation.
Thanks!

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by