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

multilayer perceptron #9598

Closed
chaitu789 opened this issue Oct 3, 2023 · 3 comments · May be fixed by #10387
Closed

multilayer perceptron #9598

chaitu789 opened this issue Oct 3, 2023 · 3 comments · May be fixed by #10387
Labels
enhancement This PR modified some existing files

Comments

@chaitu789
Copy link

Feature description

I have seen the code for the simple perception I would like to add an algo for multilayer perceptron

@chaitu789 chaitu789 added the enhancement This PR modified some existing files label Oct 3, 2023
@chaitu789 chaitu789 reopened this Oct 3, 2023
@tianyizheng02
Copy link
Contributor

tianyizheng02 commented Oct 3, 2023

We already have machine_learning/multilayer_perceptron_classifier.py. However, this file is a how-to that simply uses the scikit-learn built-in multilayer perceptron model (see #6216), so it must be replaced. We welcome you (or any other contributor) to propose a replacement that implements the multilayer perceptron model. If you want to contribute, simply open a PR—we don't assign issues.

@acf-patrick
Copy link

I have seen that

Projects asking contributors to submit assorted data structures and algorithms

are excluded from Hacktoberfest
Is this repo still valid for Hacktoberfest ?

@cclauss
Copy link
Member

cclauss commented Oct 15, 2023

CONTRIBUTING.md says:

Do not create an issue to contribute an algorithm. Please submit a pull request instead.

@cclauss cclauss closed this as completed Oct 15, 2023
@tianyizheng02 tianyizheng02 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
4 participants