photo

Greg Heath


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
8 Réponses

RANG
2 445
of 301 234

RÉPUTATION
26

CONTRIBUTIONS
0 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 21 204

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 580

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

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Restoring missing data using neural network
I would just fill in the blanks by averaging nearest neightbors. Hope this helps. Greg

presque 10 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Flame detection in video using Artificial Neural Networks
When in doubt, use defaults. help patternnet doc patternnet Hope this helps. Greg

presque 10 ans il y a | 0

Réponse apportée
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...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 10 ans il y a | 1

Réponse apportée
how to set fixed testing dataset size
Use the HELP and DOC commands on the functions dividetrain dividerand divideind divideint divideblock Hop...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 10 ans il y a | 0

| A accepté