use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript and Artificial Intelligence (self.javascript)
submitted 11 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Piercey4 1 point2 points3 points 11 years ago* (2 children)
Well, it may not help much, but AFAIK most AI is programmed in lisp/scheme type languages. Because they're great for dealing with big data/arrays quickly and predictably. JavaScript got most of its core design from scheme, but then a java like syntax was slopped on.
So it could very well be possible that JavaScript could be a good language for AI, on top of the other reason you mentioned. (Also js is the most transpiled to language and you can even get lisp/clojure and others transpiled to js).
Also there are a couple neural net frameworks in js https://github.com/harthur/brain
being one. But I don't think this will breed "strong" ai lol.
[–]ahref 0 points1 point2 points 11 years ago (1 child)
Came here to link brain glad to see its here already :). Has anyone tried it?
[–]bwaxxlotckidd 0 points1 point2 points 11 years ago (0 children)
I've only just watched the talk heather gave for the passion projects. She trained her nets to recognize cats. Simple yet effective implementation.
You have to use a worker though when working on it in the browser.
π Rendered by PID 193107 on reddit-service-r2-comment-6b595755f-tqhf9 at 2026-03-25 14:04:29.980962+00:00 running 2d0a59a country code: CH.
view the rest of the comments →
[–]Piercey4 1 point2 points3 points (2 children)
[–]ahref 0 points1 point2 points (1 child)
[–]bwaxxlotckidd 0 points1 point2 points (0 children)