摘要:
python There are two functions to finish: First, in activate(), write the sigmoid activation function. Second, in update(), write the gradient descent 阅读全文
摘要:
三段论 Why What How 为什么用交叉验证法? 什么是交叉验证法? 主要有哪些方法? Python代码实例(sklearn) 一、为什么用交叉验证? The Goal is always to Generalize(泛化) Test Set 对于未知未来世界的假设,构建模型时绝对不可以动,否 阅读全文