摘要:        
代码: import numpy as np import matplotlib.pyplot as plt class Net(): def __init__(self): self.w = np.random.randn(784, 10) self.b = np.random.randn(10)    阅读全文
        
            posted @ 2025-10-28 11:36
Angry_Panda
阅读(1)
评论(0)
推荐(0)
        
     
                     
                    
                 
                    
                 
         
 浙公网安备 33010602011771号
浙公网安备 33010602011771号