Feeds
提问
Reverse Engineering traingd in ANN?
I am sort of trying to reverse engineer traingd algorithm. dWB = param.lr * gWB is the equation shown in traingd.m, would like t...
12 years 前 | 1 个回答 | 0
1
个回答提问
How would I access the weights of a trained neural network?
I have a 2 layered neural network. I vary the No. of hidden(H) neuron form 1 to 10. Each network undergoes 10 trials(n). I calcu...
12 years 前 | 1 个回答 | 0
1
个回答提问
Should I go with newff or narx for time series forecasting?
whats the difference between newff and narx network? Application wise? Either of them can be used for time series forecasting? T...
12 years 前 | 0 个回答 | 0
0
个回答提问
Can we able to customise(change) the performance(MSE) in ANN?
How to customize the performance function (mse) in ANN? Suppose, I want my function to be something like this " 'error'=(output-...
13 years 前 | 0 个回答 | 0
0
个回答提问
How to save a neural net??
hi, how to save a net, so that if i use "=sim(net,x)" in command window it should give me answer...? Thanks
13 years 前 | 1 个回答 | 0
