Deep learning with Keras - Part 2: Configure Keras to use Theano backend (Linux)
This second video in the Deep learning with Keras series covers the process of configuring Keras to use Theano as its backend on a Linux system.
If you're following along in this series, this video is optional. If you instead want to use Tensorflow as your Keras backend, then it will be configured by default, and you will not need to switch it to Theano.
Further details on Keras backends can be found here: https://keras.io/backend/
Previous videos in this series:
Deep learning with Keras - Part 1: Prerequisites for working with Keras