- 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.
Convolutional Neural Network for a web app?
조회 수: 5 (최근 30일)
이전 댓글 표시
Is it possible to build a web-app based on a CNN built and trained in MatLab?
댓글 수: 0
답변 (1개)
Jaimin
2025년 1월 30일
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:
For more information kindly refer following MathWorks documentation.
CNN: https://www.mathworks.com/help/deeplearning/ug/introduction-to-convolutional-neural-networks.html
exportONNXnetwork: https://www.mathworks.com/help/deeplearning/ref/exportonnxnetwork.html
Thanks!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!