필터 지우기
필터 지우기

how to find details of 'fitnet'

조회 수: 6 (최근 30일)
인국 강
인국 강 2022년 12월 26일
댓글: 인국 강 2022년 12월 29일
hello. i would like to know details about 'fitnet' function
for example, i wanna know the defaults values of weight and bias
and also i wanna know what activation fuction(sigmoid function) it uses.
or how to updata mu(u).
how can i see them?
thank you

채택된 답변

Harsha
Harsha 2022년 12월 29일
The intial weights and biases for the neural network are generated randomly using some seeded number.
you can set the weights and bias of a network using the command
setwb
Set all network weight and bias values with single vector - MATLAB setwb - MathWorks India shows how to set and view a network’s weight and bias values.
you can find details of the 'mu' values after the training is done as given in the below link.
you can get the weights and biases of a network using this command
getwb(net)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modulation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by