摘要: python实现神经网络 import numpy import scipy.special class neuralNetwork: # initialise the neural network def __init__(self,inputnodes,hiddennodes,ouputnode 阅读全文
posted @ 2021-05-27 15:24 笔记_y 阅读(202) 评论(0) 推荐(0)