convolutional_autoencoder 使用MNIST数据集,测试卷积自编码模型。"""定义一个去噪自编码函数. Parameters参数 ---------- input_shape输入数据形状:list列表格式,可选 n_filters过滤器数目:list列表格式,可选 filter_sizes过滤器尺寸:list列表格式,可选