Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End-to-end introduction to machine learning using linear regression #2

Open
nicholasferguson opened this issue Oct 27, 2023 · 0 comments

Comments

@nicholasferguson
Copy link

nicholasferguson commented Oct 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant