import numpy as np import matplotlib.pyplot as plt from neupy import algorithms def image(matrix): plt.imshow(matrix.reshape(5,5), cmap=plt.cm.binary); ...
確定! 回上一頁