photo

Akhil Reddy


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
38,134
of 300,343

REPUTATION
1

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
62.5%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 3

View badges

Feeds

View by

Question


What exactly are the gradient and Mu in ANN?
Pls provide detailed explanation of Both Mu and Gradient

9 years ago | 1 answer | 0

1

answer

Question


How can I plot a direct relation between one of the input variable and the output?
I have a dataset with 15-20 inputs and I want to plot a curve stating their relation, like it could be directly proportional or ...

9 years ago | 1 answer | 0

1

answer

Question


How does Artificial Neural Networking tool work?
How exactly the epochs occur and what are the every individual parameter mean actually. Also, provide the relevant source.

9 years ago | 0 answers | 0

0

answers

Question


What is validation failure Artificial neural network ?
while using nntraintool the training stops when no of validation failures reach certain prescribed number. What exactly is this ...

9 years ago | 1 answer | 0

1

answer

Question


How to convert a cell into normal matrix?
cell2mat is not working

9 years ago | 1 answer | 0

1

answer

Question


How to delete rows from a CELL with certain values?
It has thousands of rows and I want to remove any row with 0 or 99 or 999 in the row 12 and 13

9 years ago | 1 answer | 0

1

answer

Question


How to remove the rows with particular value in a cell?
A = { a 99 8.5; b 2.4 9.7; c 12 99; d 13 11; e 1 1; f 0 1} I would like to remove the rows with 0 and 99. i.e Row 1, Row 3 an...

9 years ago | 1 answer | 0

1

answer

Question


Can I use case 1 || case 2 while using switch thread?
switch matlab_review case 'good' || case 'interesting' fprintf('Review is positive\n'); otherwise fprintf('Not so ...

9 years ago | 1 answer | 1

1

answer