摘要: output_nodes = 10 #输出层神经元个数learning_rate = 0.3 #学习率为0.3# 创建神经网络n = NeuralNetwork(input_nodes, hidden_nodes, output_nodes, learning_rate)#%%#读取训练数据集 转化 阅读全文
posted @ 2022-03-18 17:48 hhhhht 阅读(107) 评论(0) 推荐(0)