Security Cloud Privacy Tech
Gluon TS (Time Series)

Gluon TS (Time Series)

AWS Labs has a lot of open source code up on GitHub. Gluon TS helps you build and train models for forecasting time series data. It’s built on the Apache MXNet project and is can help with a lot of the heavy lifting for this use case.

I call out a few more details in the Twitter thread below…

Tweet 1/1 ๐Ÿ‘‡ Next tweet

let's look at the Gluon Time Series code repo from @awscloud

it’s up at https://github.com/awslabs/gluon-ts

๐Ÿงตโ˜๏ธ #cloud #devops

That thread broke on Twitter for some reason (probably me, I’m probably the reason ๐Ÿคฃ). Here’s the rest of it…

Tweet 1/6 ๐Ÿ‘‡ Next tweet

this thread is available unrolled at https://t.co/DXLQOJxSHn

yesterday’s threads up at:

๐Ÿงตโ˜๏ธ #cloud #devops

Tweet 2/6 ๐Ÿ‘‡ Next tweet ๐Ÿ‘† Start

Gluon is build around Apache MXNet, https://mxnet.incubator.apache.org/versions/1.8.0/, which is now an incubator project

original announced in 2017, this one has flown under the radar for most folks…that’s ok, it’s pretty low level but still worth a look

๐Ÿงตโ˜๏ธ #cloud #devops

Tweet 3/6 ๐Ÿ‘‡ Next tweet ๐Ÿ‘† Start

this project focuses on "probabilistic time series modelling" which sounds super cool...and is

time series data is everywhere. being able to easily build & train models around this type of data is extremely useful to a lot of businesses

๐Ÿงตโ˜๏ธ #cloud #devops

Tweet 4/6 ๐Ÿ‘‡ Next tweet ๐Ÿ‘† Start

we're talking about output like this ๐Ÿ‘‡

to help you model predictions or actions over time

๐Ÿงตโ˜๏ธ #cloud #devops

Tweet 5/6 ๐Ÿ‘‡ Next tweet ๐Ÿ‘† Start

included in the library are some very handy synthetic data generation tools. if you're testing to ensure that your model is trained on a well rounded data set, these are invaluable

more on them at https://ts.gluon.ai/tutorials/data_manipulation/synthetic_data_generation.html

๐Ÿงตโ˜๏ธ #cloud #devops

Tweet 6/6 ๐Ÿ‘‡ Next tweet ๐Ÿ‘† Start

most ppl won't dive into the level of #ml ๐Ÿง  where you'd need Gluon-TS. the Deeper forecasting algorithm in @awscloud SageMaker usually does the trick: https://docs.aws.amazon.com/sagemaker/latest/dg/deepar.html

…but if you do need it, this is a very handy repo for time series forecasting!

/๐Ÿงตโ˜๏ธ #cloud #devops

More Content