Setting more than one final output in the fitrnet function

조회 수: 9 (최근 30일)
FERNANDO CALVO RODRIGUEZ
FERNANDO CALVO RODRIGUEZ 2023년 3월 31일
답변: Samyuktha 2023년 4월 5일
Hi!
I am trying to make a neural network with cross validation with the fitnet function and I can't find anything to do it with. So I looked in the bibliography and the fitnet function allows to do it with the big disadvantage that it only allows one response output. My model has a few more so it gives me error and I do not know how to modify this structure or if it is possible.
If someone knows something it would be of great help!
Translated with www.DeepL.com/Translator (free version)

답변 (1개)

Samyuktha
Samyuktha 2023년 4월 5일
Hi Fernando,
I understand that you are trying to modify the 'fitrnet' function.
In R2021a, SMLT introduced the fitting function 'fitrnet', which trains the shallow classification and regression neural network models. You can adjust the number of outputs for the fully connected layers by specifying the 'LayerSizes' name-value argument.
Please refer to the following documentation link for more information:
Hope it helps!!

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by