Using Keras

Keras is a high level neural network that supports Tensorflow, CTNK and Theano as backends. If you have Anaconda installed you may run the following command

conda install keras

You can look up the instructions here for more information.

We will to a large extent use keras in this course.