This is example code for a CNN + RNN structure used for analyzing time-series data. There is a separate CNN structure for each time step of windowed data. The RNN learns the time dependency between feature vectors extracted by the CNNs.
import tensorflow as tf |