摘要:
正定矩阵的生成和判定: 参考: https://blog.csdn.net/weixin_29732003/article/details/106281708 import numpy as np from scipy.linalg import orth n = 100 # M = np.rand 阅读全文
摘要:
def batch_norm(layer, **kwargs): """ Apply batch normalization to an existing layer. This is a convenience function modifying an existing layer to inc 阅读全文