摘要: 1 import numpy 2 #激活函数库 3 import scipy.special 4 5 import matplotlib.pyplot 6 7 #neutral network class definition 8 class neutralNetwork: 9 def __init 阅读全文
posted @ 2023-11-19 08:59 小菜碟子 阅读(23) 评论(0) 推荐(0) 编辑