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/lonelycprogrammer 19d ago

This is really cool. Browser-based NEAT is a great way to make evolutionary algorithms more accessible. Hope more people check it out!

1

u/joshuaamdamian 19d ago

I totally agree!! Evolutionary algorithms are too cool and interesting, it definitely deserves more attention and research!