Show HN: Watch 14-Byte AI "brains" attempt to solve a 2D maze (Its hard)
24 points by purple-leafy
by mbe24
0 subcomment
Thanks! This is inspires me to learn about AI / NN. Can you share some information on your tech stack?
by iwhalen
1 subcomments
If your goal is to get the network as small as possible, you could try using NEAT[1]. A cool example of a small network for a hard task using NEAT is MarI/O[2].
Neat! Maybe consider doing a longer postmortem/blog post on this.
Small bit of feedback: it might help to add an explicit small (i) icon for areas which contain tooltips especially for interfaces (phones) that don't support hover events. I discovered that the models (such as pareto-r1) had additional information by complete accident~
by purple-leafy
0 subcomment
Facts:
- 14 Bytes does not include the runtime!
- All that counts towards the 14 Bytes is the model weights
- Lack of git history is because my actual repo is private, this is just the frontend for now + models
by elil17
1 subcomments
I would love to understand what the inputs actually are. Very neat visualization.