How to Predict metal temperature by using the Machine learning ?
3 次查看(过去 30 天)
显示 更早的评论
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 ?
0 个评论
回答(1 个)
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 个评论
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 Center 和 File Exchange 中查找有关 Gaussian Process Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!