use spark mllib linear regression to do traffic forecast printing training, weight and other coefficients are all NaN data format: 520221 | 0009 | 0009 | 292 | 000541875150 | 2018 | 04 | 18 | 11 | 3 | 137 520626 | 0038 | 0038 | 520626 | 2030300010...
when using Tensorflow for multiple linear regression, we encounter the problem of parameter non-convergence. The problem lies in the choice of optimization methods: if you use tf.train.AdamOptimizer , the parameters will converge and the loss function ...