Time Series with TensorFlow: Building a Convolutional Neural Network (CNN) for Forecasting
In this Time Series with TensorFlow article, we build a Conv1D (CNN) model for forecasting Bitcoin price data.
In this Time Series with TensorFlow article, we build a Conv1D (CNN) model for forecasting Bitcoin price data.
Convolutional neural networks (CNNs) are a sub-class of the deep learning family that's commonly applied to image data.
In this article, we provide a step-by-step tutorial for building your first CNN in Python with Keras, which high-level neural network API written in Python.