#JavaScript

TensorFlow.js 梯度下降实现直线拟合

梯度下降法 使用 AdaGrad 拟合 y=wx+b 直线 <script src="https://cdn.bootcss.com/tensorflow/0.14.1/tf.min.js"></script> ...