Tensorflow相关方法
判断 相等:tf.equal()小于等于:tf.less_equal()条件赋值:tf.where() 数学 加法:tf.add()减法:tf.subtract()平方:tf.square()取正态分布的随机数:tf.random_normal() 类型 数据类型转换:tf.cast() 矩阵 矩阵乘法:tf.matmul()连接矩阵:tf.concat()求均值:tf.reduce_mean() 统计...
Read Moreby Judson Leigh | 4月 2, 2020 | AI机器人, TensorFlow | 0 |
判断 相等:tf.equal()小于等于:tf.less_equal()条件赋值:tf.where() 数学 加法:tf.add()减法:tf.subtract()平方:tf.square()取正态分布的随机数:tf.random_normal() 类型 数据类型转换:tf.cast() 矩阵 矩阵乘法:tf.matmul()连接矩阵:tf.concat()求均值:tf.reduce_mean() 统计...
Read More
近期评论