摘要:
[DeepLearning] 为什么需要随机梯度下降 Why SGD instead of GD Why (English Version) Here is the update formulation of GD, and it's easy to see that the update woul 阅读全文
摘要:
[Python] __call__ class sample(): def __call__(self,arg_call): print("__call__ is executed, the arg is %s") a=sample() a("test") __call__ is executed, 阅读全文