Why does my nntool not work?

I am trying to set up a neural network using the nntool function. As this is a Matlab toolbox, I don't have a code to show you, but my intention is to predict a stock price. I am using the opening prices as input data and the closing prices as target data.
My problem is that every time I try to train my network, I get the following error message:
I already tried to reduce my input data, but the message still appears. Can anyone help me with that???

4 件のコメント

Greg Heath
Greg Heath 2015 年 5 月 27 日
[ I N ] = size(input) % = ?
[ O N ] = size(target) % = ?
Walter Roberson
Walter Roberson 2015 年 5 月 27 日
The error message looks familiar. Isn't that the same error message as the case the other day where the user was attempting to assign to "train" and you said that train was reserved?
Greg Heath
Greg Heath 2015 年 5 月 28 日
@Walter Not sure.
%Michaela: Can you run the documentation example?
SUMIT
SUMIT 2025 年 3 月 19 日
Error using nntool (line 7)
nntool has been removed. Use nnstart instead.
why this is coming.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2015 年 5 月 25 日

コメント済み:

2025 年 3 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by