Menu

Data Science Dev

Design, develop, deploy

Blog posts : "cnn"

CNN + RNN TensorFlow Example Code

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
im…

Read more

1 blog post

Blog Search

Comments

There are currently no blog comments.