How can i predict value from an already created neural network with nntool?

2 ビュー (過去 30 日間)
Oumar Diallo
Oumar Diallo 2018 年 5 月 1 日
コメント済み: Ameer Hamza 2018 年 5 月 22 日
i have already created my neural network, so what is the next step to predict the output for some new inputs data? I want a clear example, as I am an amateur on Matlab

回答 (1 件)

Ameer Hamza
Ameer Hamza 2018 年 5 月 1 日
Suppose you have trained a network named net. A variable named net will be present in your workspace. Now if you want to predict for an input value, you can just use the following syntax
predictedValue = net(inputValue);
note than inputValue should be a column vector.
  2 件のコメント
Oumar Diallo
Oumar Diallo 2018 年 5 月 22 日
Thank you so Ameer Hamza
Ameer Hamza
Ameer Hamza 2018 年 5 月 22 日
You are welcome.

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

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by