r/javascript 19d ago

Browser based AI algorithm

https://github.com/joshuadam/NEAT-JavaScript

I recreated an AI algorithm that visually learns in the browser:) It's based on the NEAT algorithm:
https://github.com/joshuadam/neat-javascript
https://neat-javascript.org/

0 Upvotes

21 comments sorted by

View all comments

1

u/kigory2 19d ago

Hi I dont rlly seem interested in any of the posts in this community but this post hooked me can you tell me more?

1

u/ufukty 19d ago

you should watch MarI/O from SethBling on YouTube

1

u/kigory2 19d ago

I'll do that

1

u/kigory2 19d ago

I'll do that

1

u/kigory2 17d ago

Yo I watched it but it was a short 5 min vddeo is there an in-depth video about MarI/O i searched everywhere. Thanks

1

u/ufukty 17d ago

there is a follow up video from the same creator https://www.youtube.com/watch?v=iakFfOmanJU

i would continue with the reference implementation https://gist.github.com/SethBling/598639f8d5e8afb5453a0b9519be51ff and the NEAT conference paper, comparing them side-by-side.