Community Profile

photo

Ihsan Ullah


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 1

1

answer

Question


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

0

answers

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer