HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vimgrinder

no profile record

Submissions

Show HN: Genetic Boids Web Simulation

attentionmech.github.io
158 points·by vimgrinder·w zeszłym roku·36 comments

MAV – Model Activity Visualiser

github.com
3 points·by vimgrinder·w zeszłym roku·0 comments

WebGL LLM visualiser experiment

loshdex.vercel.app
1 points·by vimgrinder·w zeszłym roku·0 comments

Visualize trunk of popular LLMs using matplotlib

github.com
2 points·by vimgrinder·w zeszłym roku·0 comments

MAV – LLM activations visualizer on terminal

pypi.org
2 points·by vimgrinder·w zeszłym roku·1 comments

Model Activation Visualiser

github.com
2 points·by vimgrinder·w zeszłym roku·0 comments

comments

vimgrinder
·w zeszłym roku·discuss
yes had the same idea but applied that by doing randomization in age: floor(random(0, this.lifespan))

for me its not vanishing suddenly, so not sure how to reproduce now
vimgrinder
·w zeszłym roku·discuss
dies in the sense machine gets hung or all boids vanish?

EDIT: also pushed some fixes in params (allow offsprings at larger distance, etc), but basically if the boids don't end up closer, they won't reproduce and the population dies so play with that and lmk
vimgrinder
·w zeszłym roku·discuss
thanks!
vimgrinder
·w zeszłym roku·discuss
oh nice, webGPU thing should learn sometime!
vimgrinder
·w zeszłym roku·discuss
oh, so i wasn't really aware that there was a original boid sim (I will check it today). mostly I saw it on some other demos and I wanted to add this behaviour of signaling boids which are far away + color code based on genome + do a simple cross-mutate. and yes you are right about fitness func.

Beyond this i was trying to add a map which effects their movement. (if you wanna check how it looks - https://x.com/attentionmech/status/1925690991555531143)
vimgrinder
·w zeszłym roku·discuss
hey thanks! color is coming from genome (check brightColorFromGenome)! nice suggestions, will definitely try to incorporate some of them.
vimgrinder
·w zeszłym roku·discuss
yes this only.
vimgrinder
·w zeszłym roku·discuss
fixed it. lowered the values and clipped.
vimgrinder
·w zeszłym roku·discuss
so, i just used them like conceptually..

each boid has a string, when boids come close , they produce a offspring with mixed string + mutation age lets boids die too

nothing fancy, just for sake of sim
vimgrinder
·w zeszłym roku·discuss
working on this lately, would love any feature request/ feedback
vimgrinder
·w zeszłym roku·discuss
why we care about biological pain so much is because we know - we ourselves feel it. everyone has felt how miserable it makes them. For AI, one way to see these experiments is at some point it will help us know or atleast have the right tools at the right time -> to discover if such empathy needs to be extended to AI systems.

So my suggestion to OP is what you are doing today will help us give these systems the right treatment someday when they will qualify for it.
vimgrinder
·w zeszłym roku·discuss
they were constantly referred too in the text :/ impossible to skip
vimgrinder
·w zeszłym roku·discuss
For someone it might help: If you are having trouble reading long articles, try text-to-audio with line highlight. It helps a lot. It has cured my lack of attention.
vimgrinder
·w zeszłym roku·discuss
with all the AI stuff going around, can't github just scan repos for such malicious code?
vimgrinder
·w zeszłym roku·discuss
very excited for this. my current fav model on my mac mini for text processing is gemma 9b + gemma 2b combo spec decoding. great times to have all this getting drop left and right.
vimgrinder
·w zeszłym roku·discuss
The first lecture is so good. Not only from perspective of content, but how Zhao explain things about how to think about learning as a student. ty for recommendation.
vimgrinder
·w zeszłym roku·discuss
I definitely avoided ML for years just due to math. But having a chatbot who can explain math with examples in any style you want defintely changed my opinion about math and ML in general. A big barrier to math is how it's written imo and not explained in a fun way with lot of examples. I certainly don't have a mathy brain, but I do get things when explained with examples (and certainly find it hard to come up with my own examples while fighting with the symbols).
vimgrinder
·w zeszłym roku·discuss
So much respect for this guy. He is like Neo of the matrix, bridging the gap between humans and machines. I have so far learned the following for free from his repos/videos:

1. minGPT, nanoGPT (transformers)

2. NLP (make more series)

3. tokenizers (his youtube)

4. RNN (from his blog)

There are many domains which don't have a karpathy and we don't hear about them. So glad we have this guy to spread his intuitions on ML.
vimgrinder
·2 lata temu·discuss
"Before enlightenment, chop wood, carry water. After enlightenment, chop wood, carry water"

You do what you were enjoying before, just now you don't need to get paid in money for it. May be you will get paid in fame, noble prize, smiles of people whose life you impact etc. The money you have can't buy those directly but only when you put effort.
vimgrinder
·2 lata temu·discuss
I like the idea of "concept" .. you can represent a concept with language, visual etc. but it isn't any of those. Those are symbols used to communicate a concept or give representation to it but concepts are just connections between other concepts at the core. The closest things i feel to this is categories in category theory.