Effacer les filtres
Effacer les filtres

how to find details of 'fitnet'

6 vues (au cours des 30 derniers jours)
인국 강
인국 강 le 26 Déc 2022
Commenté : 인국 강 le 29 Déc 2022
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

Réponse acceptée

Harsha
Harsha le 29 Déc 2022
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)
  1 commentaire
인국 강
인국 강 le 29 Déc 2022
thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by