cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.91k stars 666 forks source link

Mouse motion prediction. #188

Open MariasStory opened 7 years ago

MariasStory commented 7 years ago

Hi,

Not an issue per say. It would be very nice to have a simple RNN or so to predict mouse motion. Did someone see/did such example in a browser? I have seen such example in c (don't have the reference now).

I don't look for a fastest or smartest example. Just one that work ;-)

Thanks.

MariasStory commented 7 years ago

Hi, For someone interested in interesting result in this direction, check: https://github.com/harthur-org/brain.js/issues/61 Would be interesting to see someone else to try this approach.