-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Create SDG.md #1380
Create SDG.md #1380
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.
🎉 Great job, @ananyag309! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
@ajay-dhangar please merge it |
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.
You need write code based on our format
docs/machine-learning/SDG.md
Outdated
|
||
|
||
# Stochastic Gradient Descent (SGD) | ||
|
||
Stochastic Gradient Descent (SGD) is an optimization algorithm used to minimize the loss function in machine learning and deep learning models. Unlike standard gradient descent, which calculates the gradient of the loss function for the entire dataset, SGD updates the model parameters for each training example one at a time, which makes it faster and more suitable for large datasets. |
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.
Please carefully read our contribution guidelines and follow our format
@ajay-dhangar please review it once and let me know if any further changes required |
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.
Please update the code based on the suggestions I've provided. Also, for mathematical formulas and equations, you should use $...$
for a single line and $$...$$
for a block.
@ajay-dhangar is it fine now |
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.
Okay
🎉🎉 Thank you for your contribution! Your PR #1380 has been merged! 🎉🎉 |
📥 Pull Request
Description
added SGD
Fixes #1368
Type of change
Checklist: