Skip to content

Combining Time Series Data and Summary Statistics for RNN/CNN Embedding Networks #1213

Answered by janfb
ali-akhavan89 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ali-akhavan89 thanks for starting this discussion!

The embedding net is trained end-to-end with the density estimator. Internally, the output of the embedding net, i.e., the embedded times series of image features, are fed into the density estimator network at some point. I assume that this is the point where you want to add your hand-crafted features as input to the density estimator as well. However, it is difficult to access this point from the outside.

Thus, my suggestion would be that you provide a custom embedding net that can take both, the raw time series and your hand crafted summary stats as input. The net then just passes on the summary stats to the output layer, and embeds…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ali-akhavan89
Comment options

@janfb
Comment options

@janfb
Comment options

Answer selected by ali-akhavan89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants