码迷,mamicode.com
首页 >  
搜索关键字:tensor    ( 809个结果
Bi-LSTM+CRF函数分解
1. to_scalar() 2. ...
分类:其他好文   时间:2017-09-24 11:37:33    阅读次数:234
Hello TensorFlow
官方说明:https://www.tensorflow.org/install/ 环境: 操作系统 :Windows 10 家庭中文版 处理器 : Intel(R) Core(TM) i7-7700 CPU @3.6GHZ 3.60GHZ 内存 :16GB 显卡:NVIDIA GeForce GTX ...
分类:其他好文   时间:2017-09-23 00:03:47    阅读次数:213
TensorFlow官方文档入门笔记[一]
TensorFlow官方文档入门笔记[一] 张量 3 # a rank 0 tensor; this is a scalar with shape [] [1., 2., 3.] # a rank 1 tensor; this is a vector with shape [3] [[1., 2., ...
分类:其他好文   时间:2017-09-22 00:55:38    阅读次数:188
tf.nn.conv2d
input: 指需要做卷积的输入图像,它要求是一个Tensor,具有[batch, in_height, in_width, in_channels]这样的shape,具体含义是[训练时一个batch的图片数量, 图片高度, 图片宽度, 图像通道数],注意这是一个4维的Tensor,要求类型为flo ...
分类:其他好文   时间:2017-09-21 16:45:33    阅读次数:195
Image Recognition
https://www.tensorflow.org/tutorials/image_recognition ...
分类:其他好文   时间:2017-09-20 18:07:30    阅读次数:145
Tensorflow之Tensor形状变换和剪切组合
https://www.tensorflow.org/versions/r0.12/api_docs/python/array_ops/slicing_and_joining ...
分类:其他好文   时间:2017-09-16 14:51:57    阅读次数:202
TensorFlow 基本概念
一、概述 使用图(graph)来表示计算任务 在会话(Session)的上下文(context)中执行图(graph) 使用tensor表示数据 通过 变量(Variable)维护状态 使用 feed 和fetch可为任意的操作(arbitrary opertaion)赋值或者从其中获取数据; Te ...
分类:其他好文   时间:2017-09-14 13:21:48    阅读次数:221
Keras (Tensor conversion requested dtype int32 for Tensor with dtype float32: 'Tensor("embedding_1/random_uniform:0", shape=(20000, 100), dtype=float32)')
这个问题出现根本原因是keras以及tensorflow的版本(服务器与本地)不一致 通过 Python import keras,tensorflow keras.__version__ tensorflow.__version__ 查看版本 然后通过 pip uninstall XXXX pip ...
分类:其他好文   时间:2017-09-10 20:39:20    阅读次数:337
GitHub 上最火的 Python 开源项目zz
https://github.com/tensorflow/tensorflow Star 68481 Google 的 TensorFlow 是最流行的开源 AI 库之一。它的高计算效率,丰富的开发资源使它被企业和个人开发者广泛采用。TensorFlow 是一个采用数据流图,用于数值计算的开源软件 ...
分类:编程语言   时间:2017-09-09 13:44:30    阅读次数:290
【Tensorflow】tf.argmax函数
tf.argmax(input, axis=None, name=None, dimension=None) 此函数是对矩阵按行或列计算最大值 参数 input:输入Tensor axis:0表示按列,1表示按行 name:名称 dimension:和axis功能一样,默认axis取值优先。新加的字 ...
分类:其他好文   时间:2017-09-07 16:10:00    阅读次数:206
809条   上一页 1 ... 68 69 70 71 72 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!