install keras

Keras tensorflow tutorial

Keras tutorial: Practical guide from getting started to developing complex deep neural network

by Ankit Sachan • May 16, 2017

Keras is a high-level python API which can be used to quickly build and train neural networks using either Tensorflow or Theano as back-end. This tutorial assumes that you are slightly familiar convolutional neural networks. You can follow the first part of convolutional neural network tutorial to learn more about them. In this quick tutorial, we shall […]

Continue Reading