photo

Prasanna


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Programmer

Estadística

All
MATLAB Answers

0 Preguntas
130 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
1.155
of 300.379

REPUTACIÓN
64

CONTRIBUCIONES
0 Preguntas
130 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
15

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
131.615
of 168.299

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 6 Month Streak
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Does anyone have the source code for the alexnet add-on?
Hi Matthew, Alexnet is fully accessible programmatically via the ‘alexnet’ function. When you call the function, MATLAB load...

5 meses hace | 0

Respondida
densenet264 pretrained network loading problem
Hi Asif, The issue you're encountering likely stems from the fact that densenet201 is a built-in pretrained model available ...

5 meses hace | 0

Respondida
Genuine and Imposter Scores
Hi Christian, To calculate genuine and imposter score distributions, you typically need to extract feature vectors for each ...

5 meses hace | 0

Respondida
How to remove least significant bits in a pixel.
Hi Niranjan, It is my understanding you want to remove the 3 least significant bits (LSBs) from every pixel in the image. Each ...

5 meses hace | 0

Respondida
Difference between PSNR and SSIM comparison
Hi Muzammil, It is my understanding that you're trying to clearly understand the differences between PSNR, SSIM, and SNR when c...

5 meses hace | 1

Respondida
please need help. Can we use learngd() function to train Deep neural network
Hi Shailaja, The function 'learngd()' implements gradient descent as a learning algorithm, primarily used for training shall...

5 meses hace | 0

Respondida
deepnets for image localisation and counting
Hi Akhil, For image localization and counting, MATLAB offers several pre-trained deep neural networks. Some of which are: Y...

5 meses hace | 0

Respondida
How to use PCA (Principal component analysis) with SVM for classification in Mathlab?
Hi Huda, When you run “[coeff, score, latent] = pca(X)”, MATLAB performs PCA and returns: coeff: the principal component c...

5 meses hace | 0

Respondida
How to load two ARFF file in Matlab?
Hi Afef, It is my understanding that you're trying to load two ARFF files ("train.arff" and "test.arff") into MATLAB using t...

5 meses hace | 0

Respondida
Revert Weight and Set Weight in nntool
Hi Satrio, It is my understanding that you are working with MATLAB’s Neural Network Toolbox and are unsure about the purpose of...

5 meses hace | 0

Respondida
Explained variance and interactive PCA
Hi Giulia, It is my understanding that you're working with a 129-channel EEG signal in EEGLAB and using ICA with 'interactiv...

5 meses hace | 0

Respondida
Feature Reduction using PCA
Hi Hend, It is my understanding that you have extracted a large number of features from your data using a Gabor filter bank, ...

5 meses hace | 0

Respondida
2D wavelet transform of modeshape values of plate structures
Hi Abina, It is my understanding that you have a matrix containing x and y coordinates of a plate structure, along with mode ...

8 meses hace | 0

Respondida
k medoid with heterogene data( numerik,binar ,nominal)
Hi Peka, It is my understanding that you are trying to apply the k-medoids clustering algorithm to a dataset that contains b...

8 meses hace | 0

Respondida
Inconsistent forecasts using LSTM deep learning model
Hi Manny, Different predictions from a LSTM model on the same input data across many runs is due to a variety of factors as ...

11 meses hace | 0

Respondida
Getting this error" Invalid training data. Sequence responses must have the same sequence length as the corresponding predictors."
Hi Sumana, The error message obtained indicates that the sequence length of your predictors('XTrain') and responses('YTrain'...

11 meses hace | 0

Respondida
what is problem in ResNet50 Code, Error: Check for incorrect argument data type or missing argument in call to function 'activations'. line 30
Hi Muhammad, The error “Check for incorrect argument data type or missing argument in call to function activations” you are ...

11 meses hace | 0

Respondida
How to increase feed-forward NN training performance?
Hi Osman, When training a neural network using MATLAB's ‘trainbr’ (Bayesian Regularization Backpropagation) function, severa...

11 meses hace | 0

Respondida
Invalid training data. Predictors must be a numeric array, a datastore, or a table. For networks with sequence input, predictors can also be a cell array of sequences.
Hi Neeta, The error message you are getting indicates training data provided to the ‘trainNetwork’ function is not in the ex...

11 meses hace | 0

Respondida
How to change size of input layer from 224x224x3 to 224x224x1 in Pretrained GoogLeNet convolutional neural network?
Hi Jahandad, To adapt a pre-trained model like GoogleNet or AlexNet for 2D (224*224*1) images instead of 3D images (224*224*...

11 meses hace | 0

Respondida
Estimating LASSO regression without intercept
Hi Vincent, To impose the constraint "intercept=0" when estimating LASSO regression in MATLAB, you can specify the 'Intercep...

11 meses hace | 0

Respondida
bayesian additive regression trees
Hi Mohammadfarid, You can implement BART in MATLAB by following the general algorithm described in the BART literature. To i...

11 meses hace | 0

Respondida
Default mini-batch size in the Fitrnet function
Hi Karthik, The ‘fitrnet’ function in MATLAB's Statistics and Machine Learning Toolbox is used for training neural network r...

11 meses hace | 0

Respondida
Hi, I have the acceleration data, how to get plot of ensemble autocorrelation??
Hi Rajkumar, To plot the ensemble autocorrelation of acceleration data in MATLAB, refer the following steps: Load and prepa...

11 meses hace | 0

Respondida
HelloI want to implement hierarchical clustering using basic code
Hi Ali, To implement hierarchical clustering without using inbuild MATLAB functions, you can perform the following: Prepare...

11 meses hace | 0

Respondida
How can I use fitnet coefficients of my older neural network in training a new one?
Hi Vahagn, To use the weights and biases from your first trained neural network to initialize a new network with additional ...

11 meses hace | 0

Respondida
how to find the filter size, kernels, stride and padding for the next convolutional layer in a neural network
Hi Aiman, Designing a neural network architecture like AlexNet involves a mix of empirical experimentation, domain knowledge...

11 meses hace | 0

Respondida
how to get frequency bands of eeg?
Hi Vaggelis, To extract specific frequency bands like the mu and beta bands from the EEG signals, you can decompose the give...

11 meses hace | 0

Respondida
about using HYSDEL toolbox
Hi Mohamed, The error obtained suggests that the ‘hysdel3’ function is not able to find the file during the compilation proc...

11 meses hace | 0

Respondida
Predicting air moisture content at high altitude
Hi Ennes, To model the humidifier for your PEM fuel cell at high altitude, you need to determine the moisture content in the...

11 meses hace | 0

Cargar más