Gradient-Descent-Algorithms icon indicating copy to clipboard operation
Gradient-Descent-Algorithms copied to clipboard

Missing sgd_data.txt

Open tuhinmallick opened this issue 3 years ago • 1 comments

Thanks for providing such a great implementations of various gradient descent algorithm. But for the example notebook, can you also provide the sgd_data.txt also ?

tuhinmallick avatar Oct 24 '22 12:10 tuhinmallick

HU @tuhinmallick, Extremely sorry for the late reply. sgd_data.txt can be any (40,1) shaped numpy array converted into text file. Here we only need some sample data so that SGD can converge into it. You can typically create a random numpy (40,1) array and still manage to fairly converge it. Does that help?

Arko98 avatar Feb 28 '23 10:02 Arko98