Tried making a (very simple) neural network that sorts a grid into two-way connections.
Couldn't get any further than this though:
><┌───────<┌───────┐┌───<>───┐────────┐┌──────┐>─────────────────────┐>──────────────────────┐>─────────────────────┐>┐┌──────────────────────────┐>─┐
┌─┘>┐┌─────┴───────┘└────┴┐└<└─────┐>─┘└─────┐│┌─────────────────────┴─────────────┐┌────────┴──┐┌──────────────────└┐└┘>─────────┌──────────────<└──┘
└───┘└────<┌─────────────┐└──────┘┌┘┌────────└┘└──┐v┌─────┌───────<┌─┐┌─────┐┌────┐└─────────┐┌<└<─────────────┐┌────┘┌─┐>────────└──────────────────┐
┌──────────└─┐┌──────────┘>────┬──^┐│┌────┬───────┘^└─────┘┌─────┐─└─┘└────┐^└────┘┌───┌────┐│└───────┐┌─┐┌────┘└──>──┴─┘┌─<└─────<┌─────────────────┤
┌─┐─┐>──<└──┐└┘──────┘>───────<└───┘└┘>──<│>─────────────<┌┘>────┘┌────────┘──┐└───└───┴────┘└────────┘│┌┘└────┐>─<└────┐└─────────┴─────────────────┘
└┐│>┘├───┬──┴────────┬────────────────────┘>┬─────────────┘└──────┘─<┌┬───────┘┌───────v─────────┘>──┐┌┘└──────>───────<└─┐>───<─────────────────────┐
┌┘└──┴───┘┌─────┬────┘┌─────────────────────┘┌──────────────────────┴┘│>──┬─┐<┌┘>──┐>─<└─────────────┘^┌┐┌┐────────┐┌─<┌─<└────┘┌─<┌──────┐┌┐┌───────┘
└─────────┘>───<└─────┴──────────────┐┌───<┌────────<┌<┌─┐┌───┐┌───┬────┬─┘v└┐└────┴──────┌───────────┐└┘^└──┘>┐└─┐└´──┴──┌───┌<└──┘┌─────┘└┘└───┐┌──<
┌────────────────<>──────────────────┘└┐>─┐└────<┌────┤│─┘└──┐^└───┘┌<┌┐└──┴─┘>──────────<└────<┌─────┘┌───────┴─<└───────┘>─┐└────<└────────────┘└──┐
└──────────────────────────────────────┴─────────┘└───┘└─────┴──────>─┴┘>───────────────────────┘──────┘─────────────────────┴───────────────────────┘
It's... special
. It was kinda pretty earlier on, which is why I wanted to post it here, but I changed some things and I can't get it to make faces anymore.
My actual goal is to make one that solves the
Knight's Tour problem, but that one is somewhat impossible to visualize easily.