Feeds
提问
Gradient of L2-norm using dlgradient
Is it possible to compute the gradient of n = norm(X,"fro") using dlgradient() ? function y = f(x,theta) y = norm(x-thet...
3 years 前 | 1 个回答 | 0
1
个回答已回答
Neural network with softmax output function giving sum(output)~=1
Hi, You may use the followwing command line: net.outputs{end}.processFcns={};
Neural network with softmax output function giving sum(output)~=1
Hi, You may use the followwing command line: net.outputs{end}.processFcns={};
6 years 前 | 0
提问
weighted softmax classifier for imbalanced data
Hi, There is a function "net = trainSoftmaxLayer(X,T)" to train a softmax classifier. Is there any possibility to use it for im...
6 years 前 | 0 个回答 | 0
0
个回答提问
is it necessary to standardize target values or labels in LSTM?
I am using LSTM nets in a regression problem. Do we need to standardize target values (labels)? I converted the labels into ca...
6 years 前 | 0 个回答 | 0


