How to use a userdefined algorithm for training DNN or within trainNetwork?

조회 수: 3 (최근 30일)
Shashi Kant
Shashi Kant 2022년 4월 29일
답변: Sai Pavan 2023년 9월 28일
How to use a userdefined algorithm for training DNN or within trainingOptions?
Currently, it seems that only three options can only be available: "TrainingOptionsSGDM | TrainingOptionsRMSProp | TrainingOptionsADAM".
Thank you.

답변 (1개)

Sai Pavan
Sai Pavan 2023년 9월 28일
Hi Shashi Kant,
I understand that you are trying to use a custom algorithm for training a deep neural network.
You can create a custom training loop using “dlnetwork” object that allows automatic differentiation. Please refer to the below documentation to learn more about defining deep learning networks for custom training loops:
You can also follow the workflow shown in the below example to train a deep neural network using custom algorithm:
Hope it helps.
Regards,
Sai Pavan

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by