sandboxnu / a-eye

Interactive computer vision modules developed for Prof. Mingolla's HONR1310 Your Eye and AI course
https://a-eye.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

Implement MLP Backend #128

Open krisharma opened 3 years ago

krisharma commented 3 years ago

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.

jakeisnt commented 3 years ago

Do you have a demo available?

dankrasno commented 3 years ago

yes