Validate net in neural network on different input

조회 수: 9 (최근 30일)
Marco Minini
Marco Minini 2018년 4월 12일
댓글: Greg Heath 2018년 4월 13일
I run the script from neural network time series tool, giving input1 and target1 to the net, and I receive output1. I want to validate the model just obtained on a new input2, expecting to receive a new output2. To do that I do the following:
- run the script a first time, receive output1
- save the net as net2
- load net2
- output2 = net2(input2)
Unfortunately instead of having a new output, my output2 is exactly the same as output1. Changing the input, the net shouldn't adapt itself to the new input and formulate a new output?
  댓글 수: 1
Greg Heath
Greg Heath 2018년 4월 13일
Validate is a reserved word in MATLAB.
Replace your term validate with another term like verify.
Hope this helps
Greg

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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