photo

Jay Wong


Last seen: etwa 5 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
110.007
of 300.343

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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


Do I need to convert my data to sequence before using Elman neural network.
my input and output data are both matrices where rows are spatial units (e.g., states, provinces or counties) and columns are ti...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


In neural network, how to specify initial bias according to the known initial weight?
I got my initial weight for my neural network, but I do not know how to set the corresponding bias.

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


In neural network, how can I change the sigmoid activation function to a Gaussian one, How to modify the Matlab codes to achieve this?
that is, change this function: a = tansig(n) = 2/(1+exp(-2*n))-1 to a = gauss(n) = exp(-(n.^2))

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort