In [5]:
%matplotlib inline
import tensorflow as tf
import numpy as np
import matplotlib as plt

Trying out keras


In [4]:
from keras.models import Sequential
model = Sequential()


Using TensorFlow backend.

In [ ]: