B
B
beesent2017-10-19 18:28:21
Machine learning
beesent, 2017-10-19 18:28:21

How to constantly train a model?

How to always train the model on new data that is constantly coming in? Does it have to be a recurrent neural network or can it be done with a simple machine learning method?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2017-10-19
@begemot_sun

Or save the data and train the NN on all of them.
Or have some time window, on the data from which to train.
The question is, how to automate this business by excluding a person?

I
ivodopyanov, 2017-10-20
@ivodopyanov

The architecture of the model has nothing to do with the question.
With automatic learning, as I see it, there are two problems:

  1. The quality of education. To fiddle with the parameters manually - it will always be more accurate. But, perhaps, with automatic learning, the error will be acceptable.
  2. The time required for learning. If there is tons of data and the architecture of the model is complex, then you can try online training. And so you can, for example, run asynchronously on a timer at night, then save the model where necessary and update the cache.

M
Montgomery, 2018-01-16
@Montgomery

What tools do you use to get started?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question