摘要: 题目:神经网络预测游戏胜率 代码: 1 import numpy 2 import scipy.special 3 4 class neuralNetwork: 5 # 初始化 6 def __init__(self,inputnodes,hiddennodes,outputnodes,learni 阅读全文
posted @ 2022-07-01 17:34 不敢说的梦 阅读(795) 评论(0) 推荐(0)