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

Method __init__

softmax/softmax_python.py:40–54  ·  view source on GitHub ↗

构造函数 :param train_data: 训练数据 :param train_label: 训练数据的标签类别 :param iter: epoch的数目 :param learning_rate: 学习率

(self, train_data, train_label, iter, learning_rate)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

initialize_paramsMethod · 0.95

Tested by

no test coverage detected