photo

Sunita


Last seen: fast 2 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

30 Fragen
1 Antwort

RANG
243.239
of 300.331

REPUTATION
0

BEITRÄGE
30 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
36.67%

ERHALTENE STIMMEN
0

RANG
 of 20.920

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.124

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why best performance MSE does not align with final MSE?
ANN model outputs The model stopped at epoch 22 with an MSE of 0.0242 The best performance was observed at epoch 16 with an MS...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why doesn't the Artificial Neural Network stop training at the point where it achieves the best performance indicated by the lowest MSE on the performance plot?
Why doesn't the Artificial Neural Network stop training at the point where it achieves the best performance indicated by the low...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what could be the reason to get negative predicted output for new dataset?
what could be the reason to get negative predicted output for new dataset?

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have to optimise an objective function within defined limits
I have to optimise an objective function within defined limits. However, using problem-based optimization, I can only set the lo...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


When testing an ANN with new input data, are there specific ranges I should consider for these new inputs?"
When testing an ANN with new input data, are there specific ranges I should consider for these new inputs?"

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use trained ANN with new input datasets?
How to use trained ANN with new input datasets?

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ANN not giving quite favorable results with the new dataset
The performance of the Artificial Neural Network (ANN) seems promising based on the training,validation and test data, but it's ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find the optimum number of neurons and hidden layers for ANN?
How to find the optimum number of neurons and hidden layers for ANN?

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Good R-value (>0.98), bad MSE (>900) and very bad R2 (<0.70) in ANN. What does it mean?
Good R-value (>0.98), bad MSE (>900) and very bad R2 (<0.70) in ANN. What does it mean?

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to open neural network training screen?
i accidently closed the neural netwok training screen, any idea how to reopen it from "net.mat" file

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why is the R-value 0.95 for raw data but drops to 0.85 for normalized data in ANN?
Why is the R-value 0.95 for raw data but drops to 0.85 for normalized data in ANN ? does it happen or am I doing something wro...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is normalization necessary for input and output data in an Artificial Neural Network (ANN)? Does it impact the network's performance?
Is normalization necessary for input and output data in an Artificial Neural Network (ANN)? Does it impact the network's perform...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can we generate best fitted nonlinear equation between 4 inputs and 1 output, if we dont know the equation initially
Can we generate best fitted nonlinear equation between 4 inputs and 1 output, if we dont know the equation initially

fast 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Why value from predicted value from the regression equation and predicted value directly from matlab are not matching?
I ploted the regression model using following codes (4 input P,V,T,H, and 1 output,TS) X = [P, T, V, H, P.*T, P.*V, P.*H, T.*...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


In case of multiple output in ANN ,what does R value represent?
I have 4 inputs and 3 outputs , I am getting only one regression (R-value) , how this is calculated out of 3 outputs?

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to know if ANN is giving good results?
The ANN's R value appears satisfactory, yet the performance curve doesn't seem favorable. Can someone clarify what this indicate...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is use of regression model in ANN?
What is use of regression model in ANN, for instance I am getting the model something like this: "Output = 0.71 * Target + 1.8"....

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can I define the relationship between input and output using the raw experimental data in MATLAB. somthing like this .
Can I define the relationship between input and output using the raw experimental data in MATLAB. somthing like this .

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get relationship between input variables and output through ANN
How to get the relationship between input variables and output through ANN. I have 4 input variables and 1 output. From the regr...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have 4 inputs (P,T,V,H) and 1 output (TS). I want to optimize for TS (maximize in this case). Can I use PSO for this purpose
I have 4 inputs (P,T,V,H) and 1 output (TS). I want to optimize for TS (maximize in this case). Can I use PSO for this purpose. ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can I upload excel input and output data in PSO to define objective
Can I upload excel input and output data in PSO to define objective

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to see training, validation and test regression lot in ANN
I am getting R-total plot from plotregression(T, Y) . I need this (see attach)

fast 2 Jahre vor | 0

Frage


what is best way of data cleaning for the good prediction through ANN
what is best way of data cleaning for the good prediction through ANN

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to see training, validation and test regression lot in ANN
how to see training, validation and test regression lot in ANN

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to know stopped epoch value in ANN
I accidentaly closed the neural network training window , Now I am not able to find the stoped epoch value. Is there any other ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error percentage calculated in excel and matlab not matching. why?
I calculated error percentage for actual and predicted after ANN implementation using below code. Same I calculted using excel. ...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


why my predicted output is negative in ANN.
why my predicted output is negative in ANN. there is no negative value in the data. x = input'; t = output'; trainFcn = '...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to reload saved ANN model in workspace properly
I am not able to load the saved ANN model on the workspace . The "net" file does not appear only input , output and results. (ch...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to load a saved ANN model in neural network fitting window
how to load a saved ANN model in neural network fitting window

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How ANN model deals with missing input data?
I am new to matlab ANN, It will be very helpfull if somone can calrify these queries : 1) How ANN model deals with missing inpu...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden