-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Suggestion: Add optimization functions, ml algorithms under machine_learning
folder
#578
Comments
machine_learning
foldermachine_learning
folder
I like the idea, let's do that |
Linear regression has been merged (#579), so requesting you to check that part |
@Navaneeth-Sharma @siriak Lets also keep loss functions in that folder. #582 |
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@siriak hey, can you do something, so that it doesn't get automatically close. I think it should remain open. |
Hello I am new to open source contribution, I would love to help in implementing some of the optimisation techniques. Kindly let me know if someone is already working on them, or I can start working with few? |
You can start working on them
…On Sun, Feb 11, 2024, 2:46 AM Ishan Sahu ***@***.***> wrote:
Hello I am new to open source contribution, I would love to help in
implementing some of the optimisation techniques. Kindly let me know if
someone is already working on them, or I can start working with few?
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALY6WHV6IGVJU2FQ6FVS5VDYS7PTRAVCNFSM6AAAAAA6BDORXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGE3DKNBVGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Pull request has been raised for K-Nearest Neighbors Algorithm (#723). Request you to please check on that |
Hello, I would love to start contributing to this project. Specifically on optimization algorithms like Stochastic Gradient Descent (SGD) or Mini-Batch Gradient Descent. Are they still possible to work on them? |
Sure, you can start implementing them |
Hey, I've implemented the logistic regression under this issue, please review the PR for any changes you want - #832 |
I would like to suggest adding Optimization functions, machine learning and deep learning algorithms in this repository. This can be added in a separate folder called
machine_learning
folder. Further, this folder can contain various algorithms that are used in machine learning and deep learning.Initially, these Optimization functions can be added under
machine_learning/optimization/
And these in
machine_learning/
The text was updated successfully, but these errors were encountered: