Feeds
提问
fminunc can't solve problem
I'm trying to build a softmax classifier and I can't seem to compute the weight vectors using fminunc. W_0 = zeros(784,10); O ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Sum in function object
I am trying to write a function object for the next function: but I can't seem to use the + operator when working with functi...
4 years 前 | 1 个回答 | 0
