-
Notifications
You must be signed in to change notification settings - Fork 93
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
Proposal for Adding New Examples to mlpack's Example Zoo #220
Comments
I went through the mentioned tickets. What I got from those was: #154 In this issue, it is proposed to put examples in their respective folders, like this:
One pull request already mentioned with respect to this issue here #113 Here it is proposed to give an example using YOLOv1, and the issue says to first implement YOLOv3 and PR get merged, and then we can make an example after that. |
Though I want to go ahead with making examples and, if required, also helping in implementing YOLOv3 later. |
We can provide an example for YOLOv1, no need to wait for an implementation of v3, but nevertheless, would be great to have for sure. |
Sounds good, let me know if there is anything that needs clarification. |
Currently, I am referring to PR #191 for my initial work. Moving different files or notebooks to their corresponding folders or updating the readme should not be a problem. Handling the makefile and others is something I am particularly interested in. Btw, these are the initial things I observed when revising the PR, so I can be wrong as well. After a thorough review of the PR, things will be more clear. |
Btw @zoq this should be the folder structure right!?
|
@sitamgithub-MSIT keep in mind that all of the current examples are pure Jupyter Notebook which is only handy when needed. I think we should export C++ examples for each one of these examples. |
|
I wanted to contribute into Example Zoo. I just wanted to know does MlPack provide Learnable Parameters as Pytorch do? |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
Objective
The objective of this proposal is to enhance mlpack's example repository by adding new examples that demonstrate the application of various machine learning algorithms across diverse real-world domains, as explained here.
Proposed Deliverables
This aims to add new examples to mlpack's repository, provide detailed documentation, integrate visualizations, and ensure regular updates and maintenance to ensure compatibility with the latest versions of mlpack and related dependencies.
Example Ideas
These examples demonstrate the potential of mlpack in various tasks, such as image recognition and others.
cc: @zoq
The text was updated successfully, but these errors were encountered: