DL study5 numpy的小技巧补充,logistic regression cost function的解释

#numpy中的向量说明,防止一些奇怪的bug出现 import numpy as np a=np.random.randn(5) In [2]: a Out[2]: array([ 1.46701856, 0.63680735, 0.23052999, -0.34198406, -0.16955206]) In [3]: a.T Out[3]: array([ 1.46701856,
相关文章
相关标签/搜索