Fork me on GitHub
摘要: 生成随机矩阵 x = np.random.rand(2,3) array([[0.10786477, 0.56611762, 0.10557245], [0.4596513 , 0.13174377, 0.82373043]]) 计算softmax 在numpy中 y = np.exp(x) / n 阅读全文
posted @ 2021-07-19 11:00 西西嘛呦 阅读(547) 评论(0) 推荐(0) 编辑