- https://www.mathworks.com/matlabcentral/answers/1718885-using-a-trained-regression-model-in-app-designer
- https://www.mathworks.com/matlabcentral/answers/1918505-how-to-make-predictions-with-exported-model-from-classification-learner-in-app-designer
How do i use my optimized gpr model and neural network to make predictions in app designer using user input data
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I trained an optimizable gpr model in regression learner app and neural network using neural network app. I want to predict two different numerical outputs with same data input from user in app designer. One output by gpr model, one output by ann model. The user enters four different numbers for four parameters. Ann was trained using matrix and gpr trained using table. How do I call both to make predictions in app designer using data input by user
0 个评论
回答(1 个)
Drew
2023-5-23
These two answers explain how to make predictions in app designer with models trained in regression learner or classification learner.
This answer elaborates a bit on matching the input data vector:
0 个评论
另请参阅
类别
在 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!