Hi everybody and thanks for reading!
My challange is to model wear of objects, like drills. I'm not sure if it is solvable with a neuronal network.
I have time resolved input data which the wear is correlating with. And I have targets which are the measurements of the wear after some time. So I do not have a target for each time-step, but lots of rows of inputs.
e.g.:
I have n=20 input tables, always 3 columns and variating amount of rows. For each input table I have one target value. Is there a way to create a predictive model for that using NN? The current solution is to create an alytical model with which I calculate a wear for each row, sumarize the wear for each input table and then optimize with the global optimization. However, I'm not happy with the results.
Thanks and best wishes Michael
1 Comment
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/315786-neuronal-network-time-reslved-multiple-input-mxn-targets-only-a-random-points-in-time#comment_412280
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/315786-neuronal-network-time-reslved-multiple-input-mxn-targets-only-a-random-points-in-time#comment_412280
Sign in to comment.