b


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

12 Fragen
11 Antworten

RANG
207.385
of 300.765

REPUTATION
0

BEITRÄGE
12 Fragen
11 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
0

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.941

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Error Attempted to access x(2,1); index out of bounds because size(x)=[1,4]
I am using Genetic Algorithm Toolbox(GUI). My fitness function is; function y=regressionfcn(x) for j=1:30 y= -0.02...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Help for linear regression
The only thing is that; in the equation sum_theta_vec= (sum_theta_vec + ((h_theta_v - y_v(i)) * x(:,inner_j).^i)); i wan...

mehr als 13 Jahre vor | 0

Frage


Help for linear regression
Hi friends, I have a problem in finding the regression by gradient descent. I coded it. My code is as shown; x=[x1 x...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Multivariate Linear Regression code
If there is a chance of doing this with 3 features output, it will be superb. otherwise, it's also OK.

mehr als 13 Jahre vor | 0

Frage


Multivariate Linear Regression code
In my hand, 30 samples of 4 features and 30 outputs. i want to learn the regression equation of these as; theta=theta(0) + th...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Help for mathematical equation of regression in ANN
Also, in one of your previous answers, you told to use. help msereg in the help part, it is explained like that ...

mehr als 13 Jahre vor | 0

Beantwortet
Help for mathematical equation of regression in ANN
hiddenLayerSize=10; # 1- HIDDENLAYERSIZE 30 CHANGED TO 10. # 2- MATLAB 2012a.(FORGOT TO ADD IT, SORRY FOR THAT)...

mehr als 13 Jahre vor | 0

Beantwortet
Help for mathematical equation of regression in ANN
Thank you so much but, inputs = initial1'; targets = output'; hiddenLayerSize = 30; net = newff(...

mehr als 13 Jahre vor | 0

Beantwortet
HELP in Genetic Algorithm for using integer constraints and linear constraints
How can i save my options for use in MATLAB? If i can do it, your code would be useful

mehr als 13 Jahre vor | 0

Frage


Help for mathematical equation of regression in ANN
With ANN toolbox, I am using neural networks for finding the regression equation. for info, I am using Bayesian regularizati...

mehr als 13 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


HELP in Genetic Algorithm for using integer constraints and linear constraints
I am using Genetic Algorithm Toolbox(GUI) for double vector population.. I have a problem with that. I want to use linear ...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Real Value Conversion to Binary with Range
Thanks again. Do you have any idea to convert the binary digits to real values??

mehr als 13 Jahre vor | 0

Frage


Real Value Conversion to Binary with Range
Again, i write on the same topic. Sorry for that. Within the range values (e.g. [0,25]) how can i convert my real numbers to ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Real value to binary
Actually, if i put 2.154 as a real value within [0,25] it should not give me 000000000000010. it represents for my range 0.00...

mehr als 13 Jahre vor | 0

Frage


Real value to binary
How can i convert my real value to binary digits? For example; i have values within [0,25] range and 15 binary digits to repr...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
Error in genetic algorithm in toolbox
I am using(GUI) Rastrigin function as objective function with four variables and real values. I think(now i realize) in the ...

mehr als 13 Jahre vor | 0

Frage


Error in genetic algorithm in toolbox
I am trying again and again on genetic algorithm toolbox(GUI). When i run my algorithm, the error occurs as; Optimization run...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Regression function of Neural Networks
I wrote a code for neural network for my project but, i could not find the regression function as a result. My code is; inp...

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Artificial Neural Network Question
I am searching for an optimization of medium components and firstly want to find the regression of them by using ANN toolbox. I...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Optimization running. Error running optimization. Too many input arguments.
Sorry for that :) At that moment, i got exhausted. even i did not understand what i wrote. Thanks for interest.

mehr als 13 Jahre vor | 0

Frage


Genetic Algorithm Toolbox Problem
I could not create a "creation function" in the genetic algorithm toolbox. My population consists of only real values. Firstly,...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Optimization running. Error running optimization. Too many input arguments.
I could not create "options" in this function. In my project, i want to optimize media components of a fermentor. i think in tha...

mehr als 13 Jahre vor | 0

Frage


Optimization running. Error running optimization. Too many input arguments.
I am working on genetic algorithm toolbox but i have a problem with creation function. i want to initialize real valued populati...

mehr als 13 Jahre vor | 4 Antworten | 0

4

Antworten