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

Notation Tables are messed up, c1w2. #29

Open
metflekx opened this issue Aug 13, 2023 · 1 comment
Open

Notation Tables are messed up, c1w2. #29

metflekx opened this issue Aug 13, 2023 · 1 comment

Comments

@metflekx
Copy link

in the optional labs 02 and 03 of week2 of course1, there is a notation table, the markdown looked messed up ( took the screen shots in the jupyter lab using brave browser ):

lab02 :

c1w2lab02

lab03 :

c1w2lab03

i used the github WEB UI editor, as a refrence and fixed the table.
ref

Let me now if i can submit a pull req.
thanks.

@19007361
Copy link

19007361 commented Oct 8, 2023

Also, for the 3rd last codeblock, where it states

w = w - alpha * dj_dw

shouldn't this be

w = w - np.dot(alpha,dj_dw)

? Otherwise, it tries to multiply a float with a list

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

2 participants