Masood Krohy at April 9, 2019 event of montrealml.dev
Title: Seq2seq Model on Time-series Data: Training and Serving with TensorFlow
Presentation/Demo video: https://www.youtube.com/watch?v=H6Sv0jkwIl8
Summary: Seq2seq models are a class of Deep Learning models that have provided state-of-the-art solutions to language problems recently. They also perform very well on numerical, time-series data which is of particular interest in finance and IoT, among others. In this hands-on demo/code walkthrough, we explain the model development and optimization with TensorFlow (its low-level API). We then serve the model with TensorFlow Serving and show how to write a client to communicate with TF Serving over the network and use/plot the received predictions.
Code on GitHub: https://github.com/patternedscience/time-series-tf-serving
Bio: Masood Krohy is a Data Science Platform Architect/Advisor and most recently acted as the Chief Architect of UniAnalytica, an advanced data science platform with wide, out-of-the-box support for time-series and geospatial use cases. He has worked with several corporations in different industries in the past few years to design, implement and productionize Deep Learning and Big Data products. He holds a Ph.D. in computer engineering.