![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9167252_1522131275004_DEF.jpg)
Tanvir Kaisar
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
39.057
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
"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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Feature hashing for categorical data
How can I use feature hashing technique in MATLAB to represent categorical predictors for machine learning classification probl...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Categorical to Numerals variables
How I can deal with the categorical variables for multinomial logistic regression, SVM and ANN for a classification problem? My...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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?
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0