Skip to content

multilayer perceptron #9598

Not planned
Not planned
@chaitu789

Description

@chaitu789

Feature description

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

Activity

tianyizheng02

tianyizheng02 commented on Oct 3, 2023

@tianyizheng02
Contributor

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

acf-patrick commented on Oct 4, 2023

@acf-patrick

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

cclauss commented on Oct 15, 2023

@cclauss
Member

CONTRIBUTING.md says:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @cclauss@tianyizheng02@acf-patrick@chaitu789

      Issue actions

        multilayer perceptron · Issue #9598 · TheAlgorithms/Python