Submitted by AwayBobcat2273 t3_107xah8 in deeplearning
I am wanting to build a smallish personal project involving time-series forecasting and I would like to include AI forecasting into it.
Wonder if anyone has any experience or recommendations? Preferably I would like to just feed my time series historical data as an API and get back the forecasts. It is only 13 periods in the past and 13 periods of forecast times max 100 rows.
I was looking at some of the big cloud tech companies:
- Amazon Forecast
- Azure Time Series Insights
- IBM Watson Studio
- Google TensorFlow
Some of these look really expensive, like it would cost a few dollars just to do this which is 13 x 100 = 1,300 which I wouldn't think it would cost so much. Statistical time series forecasting this would be free. But I guess AI machine learning is way more expensive? Does anyone have any insights to share?
shrshk7 t1_j3pf6di wrote
I’ve been wanting to do the same, I did some research over past few days and seems like this can be achieved in tensorflow js, for the amount of data you mentioned I think you can train the model in the browser