統計
MATLAB Answers
0 質問
8 回答
ランク
of 171,169
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
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...
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...
9年以上 前 | 0
| 採用済み
回答済み
Restoring missing data using neural network
I would just fill in the blanks by averaging nearest neightbors. Hope this helps. Greg
Restoring missing data using neural network
I would just fill in the blanks by averaging nearest neightbors. Hope this helps. Greg
9年以上 前 | 0
| 採用済み
回答済み
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...
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...
9年以上 前 | 0
| 採用済み
回答済み
Flame detection in video using Artificial Neural Networks
When in doubt, use defaults. help patternnet doc patternnet Hope this helps. Greg
Flame detection in video using Artificial Neural Networks
When in doubt, use defaults. help patternnet doc patternnet Hope this helps. Greg
9年以上 前 | 0
回答済み
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...
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...
9年以上 前 | 0
| 採用済み
回答済み
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...
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...
9年以上 前 | 1
回答済み
how to set fixed testing dataset size
Use the HELP and DOC commands on the functions dividetrain dividerand divideind divideint divideblock Hop...
how to set fixed testing dataset size
Use the HELP and DOC commands on the functions dividetrain dividerand divideind divideint divideblock Hop...
9年以上 前 | 0
| 採用済み
回答済み
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...
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...
9年以上 前 | 0
| 採用済み

