TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
194.35k stars 45.65k forks source link

multilayer perceptron #9598

Closed chaitu789 closed 1 year ago

chaitu789 commented 1 year ago

Feature description

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

tianyizheng02 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

CONTRIBUTING.md says:

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