photo

Shashi Kant


Last seen: 8 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

3 years ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 1 answer | 1

1

answer