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 MLP Backend #128

Open
krisharma opened this issue Feb 27, 2021 · 2 comments
Open

Implement MLP Backend #128

krisharma opened this issue Feb 27, 2021 · 2 comments
Assignees
Labels
ml ML concepts/algorithm focused tickets

Comments

@krisharma
Copy link
Collaborator

This demo will be an extension of the single McCulloch-Pitts neuron demo to capture piecewise and non-linear classifications. We want to have two lines that are each defined by a neuron each and then a "classifying neuron" that classifies each of the points based on how the two individual lines classify those points. Particularly, this classification neuron would perform an "and" or an "or" operation on the classification each of the lines individually provides.

I will provide a hand drawn demo soon.

@krisharma krisharma added the ml ML concepts/algorithm focused tickets label Mar 1, 2021
@jakeisnt
Copy link
Contributor

jakeisnt commented Mar 2, 2021

Do you have a demo available?

@dankrasno
Copy link
Contributor

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ml ML concepts/algorithm focused tickets
Projects
None yet
Development

No branches or pull requests

3 participants