-
Notifications
You must be signed in to change notification settings - Fork 1
Course #4
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Expanded the math module to include new lessons on Functions, Vectors, Matrices, and Gradients, bringing the total to 9 lessons. - Updated navigation links and content paths for improved lesson flow. - Enhanced the homepage and learning page with updated links and descriptions for better user engagement.
- Introduced a new "Tensors in Practice" module with lessons on creating and manipulating tensors, enhancing the learning experience for users. - Updated navigation links to reflect the new module and adjusted lesson numbering in the Neural Networks section for consistency. - Revised the next link in the Gradients page to direct users to the new Tensors module.
…ture - Renamed the "Tensors in Practice" module to "PyTorch Fundamentals" to better reflect its content. - Updated lesson titles and descriptions to align with the new module name, enhancing clarity for users. - Adjusted lesson numbering for consistency throughout the course navigation.
- Introduced a new "Neuron From Scratch" module with lessons covering the fundamentals of neurons, including their structure, functions, and implementation in Python. - Updated the navigation to include links to the new module and adjusted the next link in the "Creating Special Tensors" page for consistency. - Enhanced the course navigation component to reflect the new lessons and their titles in both English and Chinese.
- Introduced a new "Activation Functions" module with lessons covering various activation functions including ReLU, Sigmoid, Tanh, SiLU, SwiGLU, and Softmax. - Updated the navigation component to include links to the new module and its lessons in both English and Chinese. - Adjusted the next link in the "Concept of Learning" page to direct users to the ReLU lesson for improved learning flow.
- Removed outdated lessons on "Introduction," "Forward Propagation," "Backpropagation," and "Training & Optimization" to streamline the learning path. - Introduced new lessons: "Architecture of a Network," "Building a Layer," "Implementing a Network," "The Chain Rule," "Calculating Gradients," "Backpropagation in Action," and "Implementing Backpropagation" to enhance the curriculum. - Updated course navigation to reflect the new lesson titles and paths in both English and Chinese, improving user experience and learning flow.
…sformer Modules with Navigation Updates - Introduced new modules for "Attention Mechanism," "Transformer Feedforward," and "Building a Transformer," each containing multiple lessons to enhance the curriculum. - Updated the course navigation to include links to the new modules and their lessons in both English and Chinese, improving user experience and learning flow. - Enhanced the layout and design of the learning page to accommodate the new content, ensuring a cohesive learning experience.
- Introduced comprehensive explanations and examples for tensor addition, covering scalar, vector, and matrix addition. - Included visual aids and manual calculations to enhance understanding. - Explained broadcasting and addition rules, with practical applications such as adjusting image brightness. - Summarized key takeaways for quick reference on tensor addition principles.
… consistency across multiple files.
…network content for enhanced visual understanding
…tion and auto-scroll functionality. Implement dynamic lesson links based on course structure and improve user experience with smooth scrolling to active lessons.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.