Yarn

Recent twts in reply to #zy4an6a

Over the past few weeks Iโ€™ve been experimenting with and doing some deep learning and researching into neutral networks and evolutionary adaptation of them. The thing is I havenโ€™t gotten very far. Iโ€™ve been able to build two different approaches so far with limited results. The frustrating part is that these things are so โ€œrandomโ€ it isnโ€™t even funny. Like I canโ€™t even get a basic ANN + GA to evolve a network that solves the XOR pattern every time with high levels of accuracy. ๐Ÿ˜ž


#zy4an6a

(#zy4an6a) This is one of my attempts:

$ go build ./cmd/xor/... && ./xor
Generation  95 | Fitness: 0.999964 | Nodes: 9   | Conns: 19
Target reached!

Best network performance:
  [0 0] โ†’ got=0 exp=0 (raw=0.000) โœ…
  [0 1] โ†’ got=1 exp=1 (raw=0.990) โœ…
  [1 0] โ†’ got=1 exp=1 (raw=0.716) โœ…
  [1 1] โ†’ got=0 exp=0 (raw=0.045) โœ…
Overall accuracy: 100.0%
Wrote best.dot โ€“ render with ```dot -Tpng best.dot -o best.png`

#kx273oq

(#zy4an6a) @bender@twtxt.net There is no aim. Just learning ๐Ÿ˜… That way I can actually speak and write with authority when it comes to these LLM(s) a bit more ๐Ÿคฃ Or maybe I just happen to become that random weirdo genius that invents Skynetโ„ข ๐Ÿ˜‚


#q6rlraq
Login to participate in this yarn.