摘要: `import numpy as np x=[[1,5],[1,7],[1,3],[1,3],[1,5],[1,6],[1,9],[1,8],[1,7],[1,6]] y=[0,1,0,0,0,1,1,1,1,1] num_x=len(x) num_fe=len(x[0]) 初始化权重和Z weig 阅读全文
posted @ 2025-11-05 22:19 如是~~ 阅读(7) 评论(0) 推荐(0)