模型 三层全连接分类网络 input -> 300 -> 100 -> 10 采用tf.keras.model.Sequential创建模型 库 numpy:加载数据 matplot.pyplot: 显示数据集图片 pandas: 显示训练过程accuracy变化 源码 # @title:tensorflow2.0 study first # @content:tree layers classification network # get and show data # data normalization # cal