photo

Little Flower


Last seen: 3 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Explorer
  • Solver

View badges

Feeds

View by

Question


Show the output arguments of a function call : MATLAB app designer
I have loaded a .mat file using push button. Then I called a function to bring out the mean accuracy (For this also i have used ...

1 year ago | 1 answer | 0

1

answer

Question


Big O computation of CNN architecture in deep learning
Hi, I need to compute the complexity of AlexNet architecture theoretically using Big O notation. How should I compute that? Tha...

2 years ago | 1 answer | 0

1

answer

Question


Genetic Algorithm. About ga function in matlab and feature selection
I am using Genetic algorithm for feature selection. I used the built-in function of matlab x = ga(fun,nvars) In the above fu...

2 years ago | 1 answer | 0

1

answer

Question


To Create mean squared error as a Function handle for input to genetic algorithm
I am working on machine learning algorithms namely svm, knn, nb, elm etc. I wish to use ga for feature selection. The input matr...

2 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago