Skip to content
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

Implement the MaxPool operation #16

Open
mathias-nillion opened this issue Aug 14, 2024 · 0 comments
Open

Implement the MaxPool operation #16

mathias-nillion opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@mathias-nillion
Copy link

mathias-nillion commented Aug 14, 2024

Description

Much like PyTorch, our MPC AI/ML framework nada-ai implements reusable standard AI modules. Pooling operations are one of these modules.
Average pooling is already implemented here but max pooling is not.

Use Case

Max pooling is a very common operation in AI models - particularly computer vision models.

Specific Requirements

Our work on Average pooling should already provide solid template to performing kernel-style operations.
The bit that would need to change is the actual operation that the kernel performs (average -> max) which can be found here.

@mathias-nillion mathias-nillion added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 14, 2024
@oceans404 oceans404 added good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers documentation Improvements or additions to documentation labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants