tensorflow2(三)
1.dtype
cast 类型强转
dtype 包括int32,int64,float,string,unit
实数
2.keras
输入层Input类,shape参数设置输入张量的shape,Model类用于组合所有的层
自定义model
Sequential 顺序组合一些层
激活函数,elu,relu,softmax,linear,tanh,softplus
backend后端操作,一些张量的操作,包括一些基本的运算操作,sum,abs,argmax,argmin,conv1d,conv2d,pool,max,min,pow,ones,zeros,softmax,softplus