MCPcopy Create free account
hub / github.com/codewithzichao/Machine_Learning_Code / propagation

Function propagation

MaxEnt/logistic_regression_python.py:65–93  ·  view source on GitHub ↗

一次前向与反向传播过程 :param w:参数w :param b: 参数b :param X: 输入的特征向量 :param Y: 输入的类别向量 :return:dw,db,costs

(w, b, X, Y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

optimizationFunction · 0.85

Calls 1

sigmoidFunction · 0.85

Tested by

no test coverage detected