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년 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0


