online-ml / deep-river

https://online-ml.github.io/deep-river/
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

learn mathematical model #96

Closed panchao12345 closed 1 week ago

panchao12345 commented 2 weeks ago

The autonomous surface vehicles (ASVs) dynamic model is the mathematical model of its motion. Given the current state, velocity, and control inputs, the next state can be predicted based on the learned mathematical model. The model is as depicted in the figure. Can River learn?
1111

kulbachcedric commented 1 week ago

Hi @panchao12345, For me it seems to be a multi target regression problem to be solved, which generally can be solved with river. Could you provide an example? Best Cedric

panchao12345 commented 1 week ago

@kulbachcedric I’m currently exploring the possibility of using River to solve this problem. I think it could be a good fit, but I’m still in the early stages of brainstorming and shaping the approach. At this point, I haven’t finalized the specific steps or methodology yet. I want to make sure I’ve fully thought through the process to ensure it’s the best solution. Once I have a more concrete plan in place, I’ll be able to share some examples and provide a clearer idea of how it could work.

kulbachcedric commented 1 week ago

@panchao12345, sounds good to me. Whenever you know how your data looks like you can open a new issue. For now, I think we can close it here.

Best Cedric