Hi All, I have to create a model using SGD in mlbase. I examined a bit mlbase and run some samples of classification , collaborative filtering etc.. But I could not run Gradient descent. I have to run
"val model = GradientDescent.runMiniBatchSGD(params)" of course before params must be computed. I tried but could not managed to give parameters correctly. Can anyone explain parameters a bit and give an example of code? BR, Aslan
