
tensorflow
专注于TensorFlow的API翻译讲解,基于TensorFlow的机器学习,TensorFlow的设计思想。
ljtyxl
大数据,智能算法研究,包括机器学习,深度学习,强化学习nlp等在推荐领域的应用和智能算法研究,比赛之类的合作联系qq:1329331182,wx:ljt1761
展开
-
总结01-bms-molecular-translation分子翻译大赛
文档:总结01-bms-molecular-translation分子...链接:http://note.youdao.com/noteshare?id=543f3bc7de290f0abb9df2256331ca05&sub=62CD335393784D7F91217A29F4C50104原创 2021-05-16 22:08:08 · 327 阅读 · 0 评论 -
构建图 Graph
构建图核心图数据结构 class tf.Graph 数据流图class tf.Operation class tf.Tensor 张量类型 class tf.DType tf.as_dtype(type_value) 实用功能 tf.device(DEV) tf.name_scope(name) tf.control_dependencies(control_inputs) tf.conve...翻译 2019-02-17 16:47:30 · 2874 阅读 · 0 评论 -
Tensorflow API解析 -目录
目录 Building Graphs 构建TensorFlow的数据流图.......................................... 21 Core graph data structures 核心图数据库 ...................................... 22 class tf.Graph .........原创 2019-02-16 22:56:37 · 418 阅读 · 0 评论