摘要:
np.dot numpy.dot(a, b, out=None) ~~~Dot product of two arrays. Specifically, If both a and b are 1-D arrays, it is inner product of vectors (without c 阅读全文
摘要:
ResNets:即残差网络,能帮助解决由于网络结构过于deep而产生的梯度消失问题。 Two main types of blocks are used in a ResNet, depending mainly on whether the input/output dimensions are 阅读全文