Tanvir Kaisar
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
277.625
of 295.448
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 153.872
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
"trainNetwork" says invalid training data
I am new to neural netwroks. I have succeeded in training a shallow neural network using input data of 500*5 dimension that is e...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
Error using Logistic regression with one hot encoding for categorical predictors
Hi, I am new to MATLAB. I am trying to use logistic regression mnrfit on my data which contains several numeric and categorical ...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Feature hashing for categorical data
How can I use feature hashing technique in MATLAB to represent categorical predictors for machine learning classification probl...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
How can I deal with categorical variables in classification algorithms?
I am new to MATLAB. I am trying to apply SVM, Logistic regression and ANN to my dataset that contains both numerals and categor...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Categorical to Numerals variables
How I can deal with the categorical variables for multinomial logistic regression, SVM and ANN for a classification problem? My...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
How can I define a function within a loop?
Say I want to repeat this user defined function within a loop with , how can I do it? Each time I do it like below I get this me...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I modify the FitnessFunction when doing optimization?
Say my problem is to maximize y= r*x(1)+(x(2))^2 using Genetic Algorithm (with constraints). But my assignment is to do this opt...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to call a function within another function in MATLAB?
I want to call a second function within the first function and use the output of the first function as input to the second funct...
oltre 7 anni fa | 2 risposte | 0
2
risposteDomanda
How to take logarithm of a function in matlab?
I have defined a function f=inline('x*y','x','y').That is f(x,y)=x*y. How can i take log of this function?
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
how to take logarithm of a functional form in matlab?
I have defined a function- >>f=inline('x*y','x','y') Now when i take log of this- >>logarithm=inline(log(f(x,y)),'x','y') Ma...
circa 8 anni fa | 1 risposta | 0