Shashi Kant
Followers: 0 Following: 0
Feeds
提问
How to use a userdefined algorithm for training DNN or within trainNetwork?
How to use a userdefined algorithm for training DNN or within trainingOptions? Currently, it seems that only three options can ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to "prune" a one hidden layer NN such that the off diagonal elements of the weights, that is, "net.IW{1}" and "net.LW{2}", are zeros?
How can I create a single hidden layered NN such that the off main diagonal elements of the weights, that is, "net.IW{1}" and "n...
4 years 前 | 2 个回答 | 0
2
个回答提问
A single hidden layered NN but the weight matrix is a diagonal matrix (with a bias) -- how to design that?
I am wondering if I can create a single hidden layered NN but the weight matrix is a diagonal matrix (with a bias). How to desig...
4 years 前 | 1 个回答 | 1