我是靠谱客的博主 愉快信封,最近开发中收集的这篇文章主要介绍TensorFlow的封装,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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.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

转载于:https://www.cnblogs.com/laowangxieboke/p/10287492.html

最后

以上就是愉快信封为你收集整理的TensorFlow的封装的全部内容,希望文章能够帮你解决TensorFlow的封装所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部