-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
PyTorch nn Layers entry #5586
Conversation
There was a problem hiding this 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.
Hello @PragatiVerma18, thank you for your assistance and review. |
- 'paths/machine-learning' | ||
--- | ||
|
||
Layers are modules that perform operations on input data to build neural networks. |
There was a problem hiding this comment.
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.
Hey! @DigitalDruid10010110 The entry looks good. I have made a few minor suggestions. Could you please look into them? |
Co-authored-by: Radhika-okhade <[email protected]>
fixed formating issue
fixed formatting
👋 @DigitalDruid10010110 🎉 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. |
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
Checklist
main
branch.Issues Solved
section.