Image not available

1466x1958

Screenshot 2024-0....png

๐Ÿงต Untitled Thread

Anonymous No. 16156354

Are you currently working on anything?

Myself: looking for a way to compress text. Here's my commits.

Post yours.


> git log | grep Date | awk '{print " : "$4" "$3" "$6}' | uniq -c

Anonymous No. 16156368

>>16156354
Do you get paid per commit?

Anonymous No. 16156412

>>16156368
No. I just test a bunch of things until something sticks. This is my own btw.

Hyped_About_AI !!UvVvLRJ2txS No. 16156611

>>16156354
teaching myself algebra and calculus as well as Python (going into the field of Deep Learning engineering)

Anonymous No. 16157673

>>16156354
"Working on" an artificial player model with incremental learning for multiplayer teamwork based games. But currently in the eternal research phase.

Looking for approaches that do not require large amounts of labeled data upfront and that would pair well with a pushdown automata and support incremental learning. Landed on Fusion Adaptive Resonance Theory (FART). But also considering using an IOHMM because of its success in fighting games.