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...
거의 7년 전 | 답변 수: 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...
7년 초과 전 | 답변 수: 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...
대략 8년 전 | 답변 수: 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...
8년 초과 전 | 답변 수: 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
8년 초과 전 | 답변 수: 1 | 0
