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

Fix formula typo in Lecture 3 - Computation frameworks for DNN #37

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

bc-li
Copy link
Contributor

@bc-li bc-li commented Oct 30, 2021

Hi,

As mentioned in #35 ,

The formula here:

image

should be replaced with

image

if we regard exp(x)^2 as [exp(x)]^2 (I checked the computation graph to know that this is not exp(x^2). consider using exp(2x) or [exp(x)]^2 to avoid misunderstanding?)

By the way, the PDF version of the lecture: https://github.com/microsoft/AI-System/blob/main/docs/SystemforAI-3-Framework.pdf seems outdated compared with the PPT version (the PDF lost some pages) so I didn't make any changes to it.

Thanks!

@bc-li bc-li marked this pull request as draft October 30, 2021 05:10
@bc-li bc-li marked this pull request as ready for review October 30, 2021 05:26
@YanjieGao YanjieGao requested a review from jlxue October 30, 2021 09:00
@jlxue jlxue merged commit c2e6780 into microsoft:main Nov 15, 2021
@bc-li bc-li deleted the bc-li-fix-math branch November 15, 2021 05:29
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

Successfully merging this pull request may close these issues.

2 participants