apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.74k stars 6.81k forks source link

Example blog post: Deep learning for multivariate time series forecasting. #9326

Closed opringle closed 6 years ago

opringle commented 6 years ago

Hey guys. Checkout my blog post, implementing a state of the art multivariate time series model in MXNet. Feel free to add it to the examples.

https://opringle.github.io/2018/01/05/deep_learning_multivariate_ts.html

piiswrong commented 6 years ago

Would you like to propose a PR?

opringle commented 6 years ago

Sure. I'll submit one this week.

lupesko commented 6 years ago

Thanks for the contribution @opringle !

@sandeep-krishnamurthy kindly label as "Example" and close the issue.

kavnish commented 6 years ago

Can someone help me to know, how can I use LSTNet trained model for future forecasting? Thanks!