TensorFlow学习心得

初次尝试TensorFlow import tensorflow as tf import numpy as np #create data x_data = np.random.rand(100).astype(np.float32) y_data = x_data*0.1+0.3 #随机生成weight,biases为0 Weight = tf.Variable(tf.random_unifo
相关文章
相关标签/搜索