Re-use a neural network with Deep Learning Toolbox

조회 수: 5 (최근 30일)
Loïc Sagorin
Loïc Sagorin 2021년 4월 22일
답변: Shadaab Siddiqie 2021년 4월 28일
I made a custom Neural Network with Deep Learning Toolbox which work great on my training and testing data.
How can I use this already trained network in a script with a new dataset?
PS : i don't have Statistics and Machine Learning Toolbox.

채택된 답변

Shadaab Siddiqie
Shadaab Siddiqie 2021년 4월 28일
From my understanding you want to reuse an existing neural network model. To reuse a trained neural network, follow these steps:
  1. Save the network object that you have created and trained using the SAVE command.
  2. Load the MAT file thus created whenever you want to reuse the trained network.
  3. Use this trained network by referencing to its network object variable. You do not need to create or train the network again.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by