摘要: 1 '''神经网络测试''' 2 import pandas as pd 3 from keras.models import Sequential 4 from keras.layers.core import Dense, Activation 5 import numpy as np 6 7 阅读全文
posted @ 2022-03-27 14:37 Jessie- 阅读(38) 评论(0) 推荐(0) 编辑