Loading

摘要: A neural network is a network or circuit of neurons, or in a modern sense, an artificial neural network, composed of artificial neurons or nodes.[1] T 阅读全文
posted @ 2020-09-25 20:21 ArkiWang 阅读(125) 评论(0) 推荐(0) 编辑
摘要: from cmath import cos, exp, pi, sin import numpy as np from matplotlib import pyplot as plt def G(x): x1,x2,x3 = x[0][0],x[1][0],x[2][0] g = np.array( 阅读全文
posted @ 2020-09-25 11:22 ArkiWang 阅读(156) 评论(0) 推荐(0) 编辑