摘要: 一、手工搭建神经网络 1 import numpy as np 2 import scipy.special 3 import matplotlib.pyplot as plt 4 import pylab 5 6 7 class NeuralNetwork(): 8 def __init__(se 阅读全文
posted @ 2022-03-18 17:11 熊能能 阅读(60) 评论(0) 推荐(0)