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
Hi,
This is the only place I found I could ask that you update the above referenced page at mdrk.io Can you update and add values for fit2[1] and fit2[0].
predictions_manual = x2[:,1] * fit2[1] + fit2[0]
I realize its to be a manual entry?
Still I am not geting your results for the table of epoch, beta, b, loss
Perhaps you could upload your code along with code from articles on intro to automatic differentiation to your github page?
As a side note. You have all these additional graphs that do not have any code to plot them.....
Anyway thanks for your articles.
The text was updated successfully, but these errors were encountered:
Hi,
This is the only place I found I could ask that you update the above referenced page at mdrk.io Can you update and add values for fit2[1] and fit2[0].
predictions_manual = x2[:,1] * fit2[1] + fit2[0]
I realize its to be a manual entry?
Still I am not geting your results for the table of epoch, beta, b, loss
Perhaps you could upload your code along with code from articles on intro to automatic differentiation to your github page?
As a side note. You have all these additional graphs that do not have any code to plot them.....
Anyway thanks for your articles.
The text was updated successfully, but these errors were encountered: