Size of training data for neural network

orisKon report abuse

I have a time series forecasting task. I have heard that LSTM neural networks are one of the best algorithms to predict time series. But how much data I need to train the neural network well?

Answers

CarlosCV report abuse

Hi @orisKon

Mmh, I think the more data you have the better. But it depends on the task complexity. If your data has vivid patterns that are easy to detect and predict, probably you can use less training data. The advice is to try and compare the results with the results given by others (machine learning or statistical algorithms)

PintoR report abuse

You can also try to use transfer learning for improving the quality of your network's predictions when you have not enough data.

orisKon report abuse

How I can perform transfer learning correctly in my case?

PintoR report abuse

A general rule is to use as similar data as possible. Ideally, it should have the same time-dependent patterns.

LatM0919 report abuse

Also, you can make several layers of the transfer learning. Each next layer should be closer to your own dataset. The scarcity of training data for time series forecasting is a common issue, so I think you can find a lot of useful information on the web.

orisKon report abuse

Thank you all!

Add Answer

Need support?

Just drop us an email to ... Show more