美文网首页
TF-Slim、TFLearn、Keras和TensorLaye

TF-Slim、TFLearn、Keras和TensorLaye

作者: 溪奇 | 来源:发表于2017-06-04 19:06 被阅读0次

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.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim

TFLearn: A deep learning library featuring a higher-level API for TensorFlow.
链接:http://tflearn.org/

Keras: A deep learning library for TensorFlow/Theano in Python. Convnets, recurrent neural networks, and more.
链接:https://keras.io/

TensorLayer: A deep learning and reinforcement learning library for TensorFlow.
链接:http://tensorlayer.readthedocs.io/en/latest/index.html

PS: 一个对比的讨论:
https://www.zhihu.com/question/50030898/answer/119785042

相关文章

网友评论

      本文标题:TF-Slim、TFLearn、Keras和TensorLaye

      本文链接:https://www.haomeiwen.com/subject/qyxdfxtx.html