Little Flower
Followers: 0 Following: 0
Feeds
提问
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 ...
2 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答已解决
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:...
4 years 前