Community Profile

photo

Jay Wong


Last seen: mer än 3 år ago Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

nästan 9 år ago | 1 answer | 0

1

answer

Question


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.

nästan 9 år ago | 1 answer | 0

1

answer

Question


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

nästan 9 år ago | 1 answer | 0

1

answer