photo

Greg Heath


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
8 Antworten

RANG
2.445
of 301.234

REPUTATION
26

BEITRÄGE
0 Fragen
8 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 21.204

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.580

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Hello, is there a possibility in MATLAB to determine the predictor scores for additional samples when I already have a PLS regression model?
The basic tenet is *"Can the additional data be assumed to be a random selection from the same probability distribution a...

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
Restoring missing data using neural network
I would just fill in the blanks by averaging nearest neightbors. Hope this helps. Greg

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
What is the actual problem statement of Iris flower in Neural Network Pattern Recognition tool in Matlab?
1. The data lies in a 4-dimensional space. Project the data onto whatever orthogonal planes you need to view the problem. For ex...

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
Flame detection in video using Artificial Neural Networks
When in doubt, use defaults. help patternnet doc patternnet Hope this helps. Greg

fast 10 Jahre vor | 0

Beantwortet
Classification problem: results better with fitnet than with patternnet
Initial weights are random. With some sets, patternnet will prevail, on others fitnet. After all, they are both universal appr...

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
Yet another ANN:net.numInputs / target / weight estimates question
You can rewrite your program in about 10 lines if you take advantage of defaults. See the code in help fitnet % For regres...

fast 10 Jahre vor | 1

Beantwortet
how to set fixed testing dataset size
Use the HELP and DOC commands on the functions dividetrain dividerand divideind divideint divideblock Hop...

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
name of the the algorithm for different dividing function
The only thing the divide algorithms take into account is order, not value. Hope this helps. *Thank you for formally accep...

fast 10 Jahre vor | 0

| akzeptiert