Ihsan Ullah
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
40,305
of 295,467
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0