Platon - MATLAB Central
photo

Platon


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/13 to 03/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 質問
2 回答

ランク
18,149
of 297,695

評判
2

コントリビューション
11 質問
2 回答

回答採用率
90.91%

獲得投票数
2

ランク
 of 20,466

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Parameters of Neural Network estimation methods in Matlab
Which method is usually used in matlab to estimate the net parameters? It is the maximum likelihood estimation or the Least Squa...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How can I improve the performance prediction of a net in extrapolation
Training data are in [minTrain maxTrain], test data are in [minTest maxTest] such as 30% (for instance) of the data are outside ...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


It is possible to create a dynamic model using radial basis function in the matlab tool box?
I want to create a net that uses radial basis function in a NARX model: inputs contain delays and feed back. Something like this...

10年以上 前 | 3 件の回答 | 0

3

回答

回答済み
Weight decay parameter and Jacobian matrix of a neural network
Thank you. It helps to determine alpha but not to calculate the neural network jacobian matrix. Hope that future Matlab NN tool ...

約11年 前 | 0

質問


Weight decay parameter and Jacobian matrix of a neural network
I want calculate prediction intervals so I have 2 direct questions: # How can I get the weight decay parameter 'alpha' (mse+...

約11年 前 | 2 件の回答 | 0

2

回答

質問


Neural network inputs and Outputs with different time delay
It is possible to configure and train a NN with diffrent time delays in the MATLAB neural network tool box such as: Y(t)=F(x...

11年以上 前 | 3 件の回答 | 0

3

回答

回答済み
NARX model training in the Neural Network Tool Box
Thank you Greg. So, when I use this code : net = narxnet(inputDelays,feedbackDelays,hiddenLayerSize); [net,tr] = tra...

11年以上 前 | 0

質問


NARX model training in the Neural Network Tool Box
I have Two questions concerning NARX neural network model when training is done using the early stopping technique: # It is t...

11年以上 前 | 3 件の回答 | 0

3

回答

質問


Neural Networks are universal approximators, It is true for picewise continuous functions?
George Cybenko had prouven that NN are universal approximators for continuous functions (see http://en.wikipedia.org/wiki/Unive...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Bad results in modeling systems, with more than 1 Input, using neural network!
I'm getting started with the NN tool box for modeling systems with time delays so I started with an example which goal is to ide...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I normalize data between 0 and 1 ? I want to use logsig...
All is in the question: I want to use logsig as a transfer function for the hidden neurones so I have to normalize data between ...

12年弱 前 | 5 件の回答 | 1

5

回答

質問


Matlab Neural Network program error
My goal is to optimize my NN for a fiting problem. So I want to test several number of neurons in the hidden layer and repeat t...

12年弱 前 | 3 件の回答 | 1

3

回答

質問


How can I simulate a NARX neural network after being trained and tested?
Hi, Using the NN tool box (MATLAB R2012b), I trained a NARX NN with data vectors X for input and Y for output. Now I would to...

約12年 前 | 2 件の回答 | 0

2

回答