TensorFlow是比较底层的深度学习API,TF-Slim.TFLearn.Keras和TensorLayer均尝试简化TensorFlow/Theano,它们对TensorFlow/Theano的进行高层封装,API实现更加的工程化.从1.0开始,TensorFlow官方支持Keras,所以Keras会成为主流. TF-Slim: A high level library to define complex models in TensorFlow. 链接:https://github.c…