wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.18k stars 278 forks source link

Handling dynamic data #155

Open raimannma opened 5 years ago

raimannma commented 5 years ago

Hi,

i have dynamic data, where every 5 minutes a new data point is collected.

So i want to train an LSTM or GRU once and every 5 minutes, i just want to learn the new data.

How is this possible?