photo

Machine Learning Enthusiast


Last seen: plus de 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Electrical Power Engineer

Research Areas:
1)Machine learning & Deep Learning
2)Power System Protection(Relays)

Statistiques

MATLAB Answers

33 Questions
2 Réponses

RANG
22 945
of 300 763

RÉPUTATION
2

CONTRIBUTIONS
33 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
18.18%

VOTES REÇUS
2

RANG
 of 21 082

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 923

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How to change the default range of hyperparameters in fitcecoc function?
Is it possible to change the default paramater search range of fitcecoc function? I am trying to find the optimal paramters for ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Classification learner app does not recognize the response variable
I have a dataset which is shown in below image. The classificationlearner app does not detect the responce (unique) variable. ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How to test RNN (layrecnet) ?
I have trained my time series data using Recurrent Neural Network (RNN)/ layrecnet function to make predictions. Now i want to...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Splitting groups into seperate tables
I have table containing data of 25 groups (file attached).How to split data of each group into new table. The first column in a...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to display weight distribution in hidden layers of neural network?
<</matlabcentral/answers/uploaded_files/88198/we.jpg>> I have 8 inputs in the input layer.Now i want to display weight distri...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


NARX Neural Network test on new test set?
After training NARX net.I want to evaluate the model on independent test set "testX'".But it returns me an error.I am testing th...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to perform stratified 10 fold cross validation for classification in MATLAB?
My implementation of usual K-fold cross-validation is pretty much like: K = 10; CrossValIndices = crossvalind('Kfold', s...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


Comparing the classification results ?
I want to compare the result of ANN with some other classifiers such as LDA, SVM , etc. and I am using 10-fold cross validation ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Difference between plotconfusion and Confusionmat function in MATLAB?
I tried to display my confusion matrix from actual and predicted values while using both functions plotconfusion *...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Can we use classification learner App in Matlab for Multi class problem?
It is obvious that we can use it for binary classification having 2 classes.What if we have 3 classes?.I have seen functions lik...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


NARX Neural Network test on new test set?
After training NAREX net.I want to test the model on independent test set "testX'".But it returns me an error.I am testing the m...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Is it possible to subplot confusion matrices using Plotconfusion funtion?
I'm plotting several confusion matrices using plot_confusion() function (MATLAB) but it doesn’t working.Displays every confus...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How can i use regression for this script?
<https://www.mathworks.com/help/nnet/ug/construct-deep-network-using-autoencoders.html?s_tid=srchtitle> I used this example f...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How to divide my dataset into validation and test set in deep networks with Auto-Encoders?
i am using this example <http://www.mathworks.com/help/nnet/ug/construct-deep-network-using-autoencoders.html#nnet-ex20671592...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


How can i evaluate my network performance as i have trained my model?
I have trained my model with 100% accuracy,but i want to evaluate my trained work from test data set or unseen data.what should ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


can i use Wavelet transform to extract frequency of voltage and current signals?
I want to extract coefficients of voltage and current signals to give inputs to my Neural Network.or is there anyeasy way to ext...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to create a training data set?
I have tried to generate using MATLAB simulink and PSCAD/EMTDC software but in vain. I want to create training cases for faul...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


How to create data windows for training ANN?
i have already pre-processed and scaled down input patterns between -1 and +1.Now i want to create data windows using MATLAB for...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


Can anyone help me to create sliding window for signals in MATLAB ?
I want to create sliding window for my generated signals with Sampling frequency of 3.84 kHz (64 samples/cycle)in 60-Hz systems....

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How we can collect training and testing data from attach model?
I want to generate three phase Voltage and current waveforms with sampling frequency of 1,000 Hertz. Hence, there are 20 samples...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How can i detect starting and ending point of sample using ANN?
<</matlabcentral/answers/uploaded_files/64319/saturation%20criteria.png>> I want to train ANN using my data set to detect sta...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to train ANN if my input data is in the form of signals (EMTP-ATP)?
I have generated my dataset using ATP-EMTP generated signals.Now i want to train ANN using these signals for fault prediction.I ...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to generate training data from NARMA-L2 GUI by browsing my own model?
I want to generate training data for ANN by using my requied model power_ctsat https://www.mathworks.com/help/p...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


Can i run a Code generated by Matlab coder in visual studio?
Matlab Coder and Visual studio 2015

environ 9 ans il y a | 1 réponse | 1

1

réponse

Question


Error:Opening Script?
<</matlabcentral/answers/uploaded_files/63237/error.jpg>> I am unable to open below example.its giveas an error as shown in...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


In Neural Network Toolbox, how can I can change the values of training Parameters ?
For example, in the example "Iris Flowers" dataset in "Neural Net Pattern Recognition" App,default training function is *trainsc...

environ 9 ans il y a | 3 réponses | 0

3

réponses

Question


How Can I convert Matlab code to "C language" or "C++ language"??
I have generated my model using Neural Networks and SVM. Now i want to transform that Matlab code to C language for deployment i...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


How i can set target data for desired output in Neural network app in MATLAB?
<</matlabcentral/answers/uploaded_files/60567/2016-10-05_155747.png>> I am facing difficulties in setting the output target o...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How can we create DATASET in MATLAB?
I want to create DATASET for Nuts and Bolts by below code but i gets an error.Can anyone helps me? % Create a standard MATLA...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Which classifier SVM or Neural Network is better for accurate results?
Machine learning and deep learning

plus de 9 ans il y a | 1 réponse | 1

1

réponse

Charger plus