You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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?
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 ?
The text was updated successfully, but these errors were encountered: