摘要: 神经网络 1 import pandas as pd 2 import numpy as np 3 from keras.models import Sequential 4 from keras.layers.core import Dense, Activation 5 # 参数初始化 6 in 阅读全文
posted @ 2022-03-29 22:46 SERENE-ZOU 阅读(62) 评论(0) 推荐(0)