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.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by