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

PyTorch nn Layers entry #5586

Merged
merged 39 commits into from
Nov 15, 2024

Conversation

DigitalDruid10010110
Copy link
Contributor

Description

This PR includes the completed draft of the 'Layers' documentation. The document provides an explanation of layers in PyTorch, syntax examples using nn.Sequential(), and a simple multi-layer model. My motivation for this project comes from my portfolio project for "Learn Git & GitHub" course on Codecademy.

This was a difficult project for me as I had no previous experience in machine learning or PyTorch let alone knowledge of layers. The process of learning and taking the courses to learn enough to create this document was really rewarding and helped break down some walls of fear and anxiety. I look forward to your review and any suggestions you have.

Issue Solved

[Term Entry] PyTorch nn Layers #5230

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Nov 1, 2024

CLA assistant check
All committers have signed the CLA.

content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
content/pytorch/concepts/nn/terms/layers/layers.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@PragatiVerma18 PragatiVerma18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @DigitalDruid10010110, the changes look good to me, I am marking it ready for the next review. Thanks for the contribution.

@DigitalDruid10010110
Copy link
Contributor Author

Hello @PragatiVerma18, thank you for your assistance and review.

@Radhika-okhade Radhika-okhade self-assigned this Nov 13, 2024
@Radhika-okhade Radhika-okhade added status: under review Issue or PR is currently being reviewed and removed status: ready for next review labels Nov 13, 2024
- 'paths/machine-learning'
---

Layers are modules that perform operations on input data to build neural networks.
Copy link
Collaborator

@Radhika-okhade Radhika-okhade Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you expand this description a bit more? Also, Layers will be in bold.

@Radhika-okhade
Copy link
Collaborator

Hey! @DigitalDruid10010110 The entry looks good. I have made a few minor suggestions. Could you please look into them?

@Radhika-okhade Radhika-okhade added status: review 2️⃣ completed and removed status: under review Issue or PR is currently being reviewed labels Nov 15, 2024
fixed formating issue
@mamtawardhani mamtawardhani merged commit 994c765 into Codecademy:main Nov 15, 2024
6 checks passed
Copy link

👋 @DigitalDruid10010110
You have contributed to Codecademy Docs, and we would like to know more about you and your experience.
Please take a minute to fill out this four question survey to help us better understand Docs contributions and how we can improve the experience for you and our learners.
Thank you for your help!

🎉 Your contribution(s) can be seen here:

https://www.codecademy.com/resources/docs/pytorch/nn/layers

Please note it may take a little while for changes to become visible.
If you're appearing as anonymous and want to be credited, see here.

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

Successfully merging this pull request may close these issues.

5 participants