Simple Matrix Factorization with TensorFlow
One of the popular ways is by using stochastic gradient decent (SGD). SGD has a hyper parameter called learning rate or step size that determines the scale of walking in negative direction of gradient. We use an exponentially decaying learning rate: lr tf.constant(.001,
Dec-18-2017, 01:28:11 GMT
- Technology: