摘要: import numpy as npimport scipy.specialimport pylabimport matplotlib.pyplot as plt#%%class NeuralNetwork(): # 初始化神经网络 def __init__(self, inputnodes, hi 阅读全文
posted @ 2022-03-18 17:47 xxxxpig 阅读(189) 评论(0) 推荐(0)