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

Edit on Chapter 15 Convolutional Layer Notes #1

Open
ananyachadha opened this issue May 15, 2023 · 0 comments
Open

Edit on Chapter 15 Convolutional Layer Notes #1

ananyachadha opened this issue May 15, 2023 · 0 comments

Comments

@ananyachadha
Copy link

Hey! Thanks so much for the cs231n notes! I'm studying for the midterm tomorrow and noticed a typo in one of your formulas that confused me for quite a few hours.
On the first page of Chapter 15 (page 77) the pdf looks like:
W2=(W1−F + 2P)/(S+1)
but it should say:
W2=((W1−F + 2P)/S)+1

Thanks!

@ananyachadha ananyachadha changed the title Edit on Chapter 15 Notes Edit on Chapter 15 Convolutional Layer Notes May 15, 2023
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