tensorflow 常用函数个人总结(初学者)

操作类型 具体实现
Math Div, Exp, Log,Add, Sub, Mul, Greater, Less, Equal
Array Constant, Rank, Shape, ShuffleConcat, Slice, Split
Matrix MatMul, MatrixInverse, MatrixDeterminant
NN ReLU, Convolution2D, MaxPool,SoftMax, Sigmoid,
   
   
   

未完待续。。。 

猜你喜欢

转载自blog.csdn.net/super_he_pi/article/details/82720570