The Keras API for TensorFlow provides a high-level interface for neural networks, with a focus on enabling fast experimentation.
The Estimator API for TensorFlow provides high-level implementations of common model types such as regressors and classifiers.
The Core TensorFlow API is a lower-level interface that provides full access to the TensorFlow computational graph.