photo

Sanaz


University

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

9 Fragen
0 Antworten

RANG
224.977
of 300.392

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
44.44%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


what are the unit and source of topo data in matlab?
I want to use the elevation data from topo.mat in matlab. I need some information about it. 1)What is the unit for the elevation...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


find min or max value element from more than two matrices
I know how we can find min or max value element from two matrices. For more than two matrices we can do two by two and then comp...

mehr als 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


What is the default function or range for initialization of the weights and bias in the Artificial Neural Network?
What is the default function or range for the first initialization of the weights and bias in the Artificial Neural Network?

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What are the reasons for having different outputs after several runs?
I use the same initial condition for my network, but I still get different outputs. What are the other factors that can cause th...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What is the meaning of "net.adaptParam.passes=10" ?
One of the parameter in adapt function is "net.adaptParam.passes", I was wondering if some one knows what it means? and how it ...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I adapt neural network instead of train. Any one knows how I can see which stopping criteria causes to stop the network ? (nntraintool command does not work!)
When I use the example of the ANN toolbox with training the network in the matlab, I am able to see number of the Epoch, Time, P...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I get the values for initial and other steps of the biases and weights (except the final step which network stops)?
I used net = init(net); net.initFcn = 'initlay'; net.layers{1}.initFcn= 'initnw'; net.layers{1}.initFcn= 'initnw'; net.i...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What is the difference between training, adapting, and learning in the neural network?
I know that we can use different training functions. I do not know what is the difference between [net,tr] = adapt(net,inputs,...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


For one hidden layer with "tansig","purelin" transfer functions the post process Fcns = {'removeconstantrows','mapminmax'} is done after tansig or purlin?
I have one hidden layer with "tansig","purelin" transfer function. I used net.inputs{1}.processFcns = {'removeconstantrows','map...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort