필터 지우기
필터 지우기

What is use of regression model in ANN?

조회 수: 4 (최근 30일)
Sunita
Sunita 2023년 12월 4일
답변: atharva 2023년 12월 7일
What is use of regression model in ANN, for instance I am getting the model something like this: "Output = 0.71 * Target + 1.8". If we already have the target value (actual), why do we need to know the output (predicted) value?

채택된 답변

atharva
atharva 2023년 12월 7일
Hey Sunita,
I understand that you want to know the use of regression model in ANN.
The regression model in an Artificial Neural Network (ANN) is used to predict the output value based on the input values. In your example, the output value is predicted based on the target value and the model coefficients. The purpose of the model is to learn the relationship between the input and output values, so that it can make accurate predictions for new input values. Knowing the predicted output value can be useful for evaluating the performance of the model and for making decisions based on the predicted values.
In an ANN, the regression model is trained using a process called backpropagation. This involves feeding the input values into the network, propagating the values forward through the network to generate a predicted output value, comparing the predicted output value to the actual output value, and then adjusting the model coefficients to minimize the difference between the predicted and actual values. This process is repeated many times using different input values to improve the accuracy of the model.
I hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by