photo

Prasanna


Last seen: 6 mesi fa Attivo dal 2024

Followers: 0   Following: 0

Programmer

Statistica

All
MATLAB Answers

0 Domande
130 Risposte

Cody

0 Problemi
1 Soluzione

RANK
1.122
of 300.756

REPUTAZIONE
66

CONTRIBUTI
0 Domande
130 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
16

RANK
 of 21.077

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
133.308
of 170.890

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Risposto
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...

7 mesi fa | 0

Risposto
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 ...

7 mesi fa | 0

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

7 mesi fa | 0

Risposto
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 ...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 1

Risposto
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...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 0

Risposto
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...

7 mesi fa | 0

Risposto
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, ...

7 mesi fa | 0

Risposto
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 ...

10 mesi fa | 0

Risposto
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...

10 mesi fa | 0

Risposto
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 ...

circa un anno fa | 0

Risposto
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'...

circa un anno fa | 0

Risposto
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 ...

circa un anno fa | 0

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

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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*...

circa un anno fa | 0

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

circa un anno fa | 0

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

circa un anno fa | 1

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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 ...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Risposto
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...

circa un anno fa | 0

Carica altro