our target function: def F(x): return np.sin(4*(x[...,0]+x[...,1]))/(1+np.sum(x**2,axis=-1)) # defining the network: def get_network(layers): network=tfk.
確定! 回上一頁