This document provides an introduction to time series modeling using deep learning with TensorFlow and Keras. It discusses machine learning and deep learning frameworks like TensorFlow and Keras. TensorFlow is an open source library for numerical computation using data flow graphs that can run on CPUs, GPUs, and distributed systems. Keras is a higher-level API that provides easy extensibility and works with Python. The document also covers neural network concepts like convolutional neural networks and recurrent neural networks as well as how to get started with time series modeling using these techniques in TensorFlow and Keras.