Comment on Show HN: Watch 14-Byte AI "brains" attempt to solve a 2D maze (Its hard)Comments−iwhalen1moIf 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].[1]: https://en.wikipedia.org/wiki/Neuroevolution_of_augmenting_t...[2]: https://www.youtube.com/watch?v=qv6UVOQ0F44−purple-leafyOP1moI will be reading this one asap, my goal is as small as possible ! So far 14 bytes has been hard for me to beat
Comments
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].
[1]: https://en.wikipedia.org/wiki/Neuroevolution_of_augmenting_t...
[2]: https://www.youtube.com/watch?v=qv6UVOQ0F44
I will be reading this one asap, my goal is as small as possible ! So far 14 bytes has been hard for me to beat