The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Leaning Mathematical Function
Ghostrider
Member Posts: 60 Contributor II
Say I have a set of values that describe the function f(x,y)=z. What would be the best learning algorithm for predicting other values of the function values (not necessarily learning the function's expression)? I guess basically this is a multi-variable regression problem.
0
Answers
Have fun trying them out.
My thought was that the regression may be optimal when consdering a more localized view of he data rather than considering all training data at once- maybe it will more quickly approach a good estimate of the real value this way. Try looking at various portions of the data for the regresson, ie. 'window' the data into different sized test sets. This may be a bit like creating a movig average or differeniation in learning. What are everyone's thoughts on this?