AlexNet 网络结构:创新点: 1.使用GPU加速2.使用了ReLU激活函数代码如下from tensorflow.keras import Sequential,layersmodel=Sequential()model.add(layers.
確定! 回上一頁