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

Typos in notebooks 01 and 02 #806

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Conversation

lombardo-luca
Copy link
Contributor

@lombardo-luca lombardo-luca commented Jan 20, 2024

Corrected a few typos and slips. From notebook01:

The model goes through all of the training data once, performing its forward() function calculations.

To:

The model goes through all of the testing data once, performing its forward() function calculations.

From notebook02:

What do you think will happen when we introduce the capability for our model to use non-linear actviation functions?

To:

What do you think will happen when we introduce the capability for our model to use non-linear activation functions?

From:

  1. Calcuate loss and accuracy

To:

  1. Calculate loss and accuracy

From:

To measure model accuray

To:

To measure model accuracy

Changed "training data " to testing data" in the testing loop.
acviation -> activation
@lombardo-luca lombardo-luca changed the title Update 01_pytorch_workflow.ipynb Typos in notebooks 01 and 02 Jan 22, 2024
@mrdbourke
Copy link
Owner

Thank you very much!

@mrdbourke mrdbourke merged commit 21455a2 into mrdbourke:main Aug 21, 2024
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