polynomial order of training equation of Artificial neural network

조회 수: 2 (최근 30일)
sheetal kumar dewangan
sheetal kumar dewangan 2020년 7월 26일
댓글: sheetal kumar dewangan 2020년 8월 6일
I have train and validate a 8-8-1 model from ANN toolbox.
But, any one can tell me that what is the order of the polynomial which was used in ANN training.
my data is more similar to these work

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 8월 6일
편집: Raunak Gupta 2020년 8월 6일
Hi,
Since it is neural network the system of equation will turn out to be linear only (if there is no nonlinearity like tanh or sigmoid). So, the order of polynomial is 1 in this case. From the similar question that is mentioned in above question you may see that relationship between y and x remains linear and its only weight multiplication that is happening.
Hope it clarifies.
  댓글 수: 1
sheetal kumar dewangan
sheetal kumar dewangan 2020년 8월 6일
Dear Raunak,
Thank you for your statment, if it is linear definitely it will a polynomial order of 1.

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

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by