Machine-Learning-for-Beginner-by-Python3 icon indicating copy to clipboard operation
Machine-Learning-for-Beginner-by-Python3 copied to clipboard

为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。

Results 3 Machine-Learning-for-Beginner-by-Python3 issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "Stacking_Regression_pm25.py", line 687, in lossrain, losspre, signi, gir = stacking_two.BP() File "Stacking_Regression_pm25.py", line 516, in BP break_error=break_error) ValueError: not enough values to unpack (expected...

In softmax_Anfany.py line 47, is the code` l2norm = np.sum(0.5 * np.dot(self.weights.T, self.weights) / len(x))` missing the lambda for L2 norm? since the default lambda being 0.002, is it ought...