Community Profile

photo

JAGRITI SAINI


Last seen: 3 months ago Active since 2017

Statistics

  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


How I can Modify weights of feedforward neural network in Matlab?
Hello I am training a neural network with feedforwardnet using 13 neurons at input layer, 7 at hidden and 3 at output layer....

7 years ago | 0 answers | 0

0

answers

Question


How can I improve performance of my Neural Network in Matlab?
Hello I have a highly overlapping EEG database that is to be divided into three different classes as per types of diseases. I...

7 years ago | 1 answer | 0

1

answer

Question


Trouble in PSO based training; Matlab shows error in function value updates
Hello I am trying to train one neural network with PSO but it throws a common error that I am not able to understand. I h...

7 years ago | 1 answer | 0

1

answer

Question


How to use PCA and k-means for clustering excel file datasest in Matlab?
I have an excel file containing normalized EEG dataset features for some disease (Healthy and unhealthy patient details). It...

7 years ago | 0 answers | 0

0

answers

Question


[net,tr,Y,E]=train(net,P,T); How Y and E get their dimensions with this syntax?
Hello I am training a neural network with EEG dataset. I have Input Matrix P with [m n] = size(P) m = 100 n = ...

7 years ago | 1 answer | 0

1

answer

Question


net = newff([P,T,3]); ??? Error using ==> horzcat CAT arguments dimensions are not consistent.
I have to train my network with P input matrix that is having 100 rows and 45 columns. I have created T (Target) with same dime...

7 years ago | 0 answers | 0

0

answers

Question


Error: horzcat CAT arguments dimensions are not consistent. with feedforwardnet and newff
My Code Is: A = {MinF; MaxF; MeanF; ModeF; MedianF; SDF; EnergyF; KurtosisF; SkewnessF; EntropyF; VarianceF; ZCRF; MeanPowe...

7 years ago | 2 answers | 0

2

answers

Question


How to plot array of array in Matlab?
% define 4 clusters of input data q = .6; % offset of classes MinF = [-22496,-8.26E+06,-6.89E+06,-1.27E+04,-3.83E+0...

7 years ago | 1 answer | 0

1

answer

Question


Matlab Delimeter command corrupted Excel File
I had a big issue with Matlab Delimeter Command recently. I applied delimeter command on my original thesis data file and I lost...

7 years ago | 1 answer | 0

1

answer

Question


What will be the Target set for Epilepsy Detection in Backpropagation NN
I want to train a neural network using Backpropagation Algorithm for Epilepsy Detection. I have already extracted features from ...

7 years ago | 0 answers | 0

0

answers

Question


EEG signal feature extraction Matlab Help
I have a working Matlab code for generation of Wavelet coefficients to extract alpha, beta, gamma, delta and theta frequencies f...

7 years ago | 1 answer | 1

1

answer

Question


How can I measure maximum frequency component present in my recorded EEG signal so that I can use right filter ahead?
I am working on a single channel EEG dataset but not able to apply hamming window based Low Pass Filter to it for denoising. I ...

7 years ago | 1 answer | 0

1

answer