No.12348148 ViewReplyOriginalReport
Yo, what's up. Can we get a general discussion of neural nets going? I've built one from scratch in JavaScript that can pick the highest (or lowest if you flip the pressures) number from three numbers.

The red lines are inhibitory connections, and the green lines are activation connections. The width of the lines is the weight of the connection. It has an evolutionary algorithm attached to help refine the tensors.

you can mess with the live version here.
http://ditzbitz.com/perceptronRGBg.html

Right now I'm converting it to pixel data interpretation.