photo

Greg Heath


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
8 Risposte

RANK
2.448
of 301.287

REPUTAZIONE
26

CONTRIBUTI
0 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 21.220

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.814

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

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

quasi 10 anni fa | 0

| accettato

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

quasi 10 anni fa | 0

| accettato

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

quasi 10 anni fa | 0

| accettato

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

quasi 10 anni fa | 0

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

quasi 10 anni fa | 0

| accettato

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

quasi 10 anni fa | 1

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

quasi 10 anni fa | 0

| accettato

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

quasi 10 anni fa | 0

| accettato