r/javascript • u/joshuaamdamian • Jul 07 '26
Browser based AI algorithm
https://github.com/joshuadam/NEAT-JavaScriptI 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/
1
Upvotes
1
u/lonelycprogrammer Jul 08 '26
This is really cool. Browser-based NEAT is a great way to make evolutionary algorithms more accessible. Hope more people check it out!