摘要: ''' 将测试集样本放入训练好的网络中去 ''' error_te = [] score=[] m=len(data_te) for it in range(m): #测试集有m条记录 net_in = np.array([data_te.iloc[it, 0], data_te.iloc[it, 阅读全文
posted @ 2022-03-18 16:51 x11nZzz 阅读(241) 评论(0) 推荐(0)