TensorFlow学习(5)数据结构 & 自定义组件(损失函数,激活函数,初始化,正则化和约束,层)
神经网络架构进一步学习:TensorFlow模型花园1.数据结构在使用之前先要导入tensorflowimporttensorflowastf1.1张量1.1.1通过直接传入创建使用tf.constant()创建张量print(tf.constant([[1,2,3],[4,5,6]]))输出tf.Tensor([[123][456]],shape=(2,3),dtype=int32)具有形状和数