交叉熵

import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D fig=plt.figure() ax=Axes3D(fig) X=np.linspace(0.01,0.99,101) Y=np.linspace(0.01,0.99,101) X,Y=np.meshgrid(X,Y
相關文章
相關標籤/搜索