필터 지우기
필터 지우기

How to Predict metal temperature by using the Machine learning ?

조회 수: 2 (최근 30일)
Koustubh Shirke
Koustubh Shirke 2020년 6월 12일
댓글: Mahesh Taparia 2020년 6월 16일
I want to predict the metal temeperature by using some other 3-4 independant parameters. So respone variable is Metak temperature. Its should consider dynamics and thermal inertial. Which ML algorithum or method should I use ?

답변 (1개)

Mahesh Taparia
Mahesh Taparia 2020년 6월 15일
Hi
This is a regression problem. There are many regression algorithms like linear regression, SVR, Neural networks, etc which can be used.
You can refer to this documentation for details of those algorithms in MATLAB. Moreover, there is an app called Regression Learner, you can also use that. For more details, you can refer to this documentation of that app.
For application of neural network, you can refer to this documentation of train function. Hope it will help!
  댓글 수: 2
Koustubh Shirke
Koustubh Shirke 2020년 6월 16일
Hi Mahesh,
Thanks for the answer. As per my understanding, all these algorithm does the statis modelling and predictions. I want to have dynamic model/predictions where current state will be dependant on the previous one step. FOr example, while predicting the metl temperatures, it should cosider the thermal lag which has been coming from prevuios stapes.
Regards,
Koustubh
Mahesh Taparia
Mahesh Taparia 2020년 6월 16일
Hi
So, the output is time dependent. You can try with LSTM (long short term memory) based approach. For this you can refer to this documentation. Moreover, you can use neural network time series modeling. For this, refer to this documentation.

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

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by