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,
相關文章
相關標籤/搜索