TensorFlow高阶操作2-数据统计和比较 重点函数 求范数:参数 ord 指定为 1,2 时计算 L1, L2 范数,指定为 np.inf 时计算∞ −范数。参数 ax...
TensorFlow高阶操作2-数据统计和比较 重点函数 求范数:参数 ord 指定为 1,2 时计算 L1, L2 范数,指定为 np.inf 时计算∞ −范数。参数 ax...
TensorFlow高阶操作1-合并与分割 合并其中一个维度可以不一致,不创建新维度。tf.concat(tensors,axis)维度要求一致,创建新维度。tf.stack...
TensorFlow基本操作7 重点函数 tf.data.Dataset.from_tensor_slices((x,y)).batch(128) tf.one_hot(y,...
TensorFlow基本操作7 重点函数 tf.data.Dataset.from_tensor_slices((x,y)).batch(128)tf.one_hot(y,d...
TensorFlow基本操作7 重点函数 10 前向传播实战
TensorFlow基本操作6-数学运算 重点函数 加: +减: −乘: ∗除: / 整除: //余除: % 乘方: tf.pow(x, a) 平方: tf.squa...
TensorFlow基本操作5-Broadcasting 重点函数 数据复制:tf.tile(x, multiples) 8 Broadcasting vs 数据复制 一、不...
TensorFlow基本操作4-维度变换 重点函数 reshape:tf.reshape() new_shape 中只能有一个 -1 ,-1对应具体的值会由系统根据其他维度的...
TensorFlow基本操作3-索引与切片 重点函数 索引与切片: 选择索引:tf.gather():在某一维度按索引取值 tf.gather_nd():在各个维度按不同的索...
TensorFlow基本操作2 重点函数 数据类型转换为tensor:tf.convert_to_tensor()tf.constant() 创建全 0,全 1 张量:tf....
TensorFlow基本操作1 重点函数 查看 tensor 数据类型:a.dtype tensor 数据类型转换:tf.cast()tf.device()a.cpu()a....
Markdown学习 Markdown是一种标记语言喵喵喵,看个教程,太老了?现在新的Markdown不会出现一些奇奇怪怪的玄学问题了 1.标题,字体 1.标题 号,一到六级...