Community Profile

photo

Jay Wong


Last seen: más de 3 años hace Con actividad desde 2015

Estadísticas

  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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))

casi 9 años hace | 1 respuesta | 0

1

respuesta