Ihsan Ullah
Followers: 0 Following: 0
Feeds
提问
How to use a Leaky Relu/Softmax function in a hidden layer in a Feedforward Neural Network?
Hi. I am using a feedforward neural network with an input, a hidden, and an output layer. I want to change the transfer functio...
5 years 前 | 1 个回答 | 1
1
个回答提问
Working of backpropagation algorithms around 'net.trainparam.goal'
I have been working on neural networks for few months now. Can anyone please explain the working of net.trainparam.goal? Its det...
6 years 前 | 0 个回答 | 0
0
个回答提问
Addition of non-uniform dimensional matrices
While writing a code for my research paper, the below Matlab operation since did not gave an error, I wasn't able to get the des...
7 years 前 | 2 个回答 | 0
2
个回答提问
Need help on complex programming in Matlab
I am a research student at a university and want to implement the mathematical equations in the below snap. Can I get a guidelin...
7 years 前 | 0 个回答 | 0
0
个回答提问
Confusion in Addition: adding 1:4 to a matrix of 1X4 gives resultant matrix of 1X5
If A = [1 0;0 1] then how would 1:4 + A(:)' = 1 2 3 4 5
7 years 前 | 1 个回答 | 0