amazon-archives / amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models
Apache License 2.0
4.41k stars 731 forks source link

Input stream data and updating model #232

Open spacelover1 opened 4 years ago

spacelover1 commented 4 years ago

So I have some questions about input data and updating the trained model:

I've seen in the documentation that we should provide a csv file and then the input data format will be changed to the desired one using generateNETCDF. But I want to know if it's possible to feed streaming data to this engine, and if yes then how? Assuming a website which has many users that their data is getting changed and updated every moment, also new users join the website and they're gonna have new profiles and producing new data, So then how is the model going to be updated?

Regards,