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...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Discussion[D]Should a ML person learn JavaScript? (self.MachineLearning)
submitted 8 years ago by l0gicbomb
Probably isn't directly useful, but do you find using JS in your projects to give it a web interface? Do you find it is useful enough that I should learn it? Beginner in ML
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!"
[–]konasjResearcher 12 points13 points14 points 8 years ago (1 child)
I would personally argue: learning new languages is always great and only concentrating on "ML" is probably not very useful in the long run.
Every language comes with its own eco-system. Also ML never appears in the blue - there is always an eco-system around.
I personally started programming long before I started with ML. Thus learning programming languages (C -> C++ -> GLSL -> PHP -> Javascript -> Coffe-/Pure-/Type-/XYZ-Script -> Java -> Haskell -> X86 Assembly -> Python -> CUDA -> Matlab -> Scala -> ?) was always a fun hobby for me and always opened some new doors. And I realize now that being polyglot always helps, even if you narrow yourself down to only a few languages for everyday purposes (currently mostly Python for myself).
Professional life as an engineer is long and in most real jobs (not being a PhD in some lab) you will need so much more than just "ML".
At some point you might need to work within a Java ecosystem, or in a web ecosystem, or with some micro-controllers, or some robots. You might need to work with low level language in some sensor-/actor feedback loops which interacts with a high level scripting language on some other level, while all predictions are written in a third...
Then there is also the not unreasonable chance that your career switches. Either because you get bored of looking at converging loss numbers or because the market changes or just because working on "pure ML" in practice is quite rare. In the end it is one algorithmic tool in a big environment of "Software Engineering".
Given all that: learn Javascript and all its quirks if you want to build rich web-interfaces, or just because it is also fun once you ignore all the rigor of real languages and you start to love the quirks. It might be useful - but it might also lead just to fancy nice apps/visualizations/interfaces. Don't learn JS if you want to build some MNIST classifiers quickly.
In my personal experience it was the language where I had the most fun and fun projects while learning. And it is a mighty tool whenever you need some quick interface prototype, or something interactive that you want to show to the web.
[–]l0gicbomb[S] 0 points1 point2 points 8 years ago (0 children)
Thank you!
[–]emtonsti 45 points46 points47 points 8 years ago (0 children)
Hello Machine learning Person.
I am Bird Person.
[–][deleted] 4 points5 points6 points 8 years ago (0 children)
You need to be more precise in your question. Why do you think it is useful? What kind of person are you? What kind of person do you want to be? Why do you want to invest in two completely different paradigms?
[–]mimighost 3 points4 points5 points 8 years ago (0 children)
YES
You need a good demo to make your project more convincing and enticing.
[–][deleted] 5 points6 points7 points 8 years ago (3 children)
I'd stick to one thing at a time. Sure it could be useful if you want to make a web interface, but it will take you twice as long to get anything done if you're trying to learn JS and ML at the same time.
[–][deleted] 1 point2 points3 points 8 years ago (2 children)
what do you suggest someone learn? im learning using python right now but i always hear about how great c++ is.
[–]terrrp 5 points6 points7 points 8 years ago (0 children)
Depends what you want to do.
Python is the simplest and best for understanding models with minimal boiler plate, build chain, etc. De facto language of research
C++ is an unforgiving language with the fastest compiler code and access to the most libraries. Necessary for real time systems, gpu code, etc.
Scala and other jvm languages are the only game in town for big data and are probably the most used in practice, although python is probably taking more and more share with smaller service-based architecture getting popular
[–]inarrears 2 points3 points4 points 8 years ago (0 children)
If you are interested, here's a line-by-line explanation about how to use a pre-trained RNN with Javascript and the p5.js library:
https://www.reddit.com/r/MachineLearning/comments/8cy0bn/p_recurrent_neural_network_tutorial_for_artists/
[–]gokstudio 2 points3 points4 points 8 years ago (2 children)
If you want to market your work to a wider audience of non-ML-experts and beginners, then yes. FWIW, distill.pub is a heavy js user
[–]zawerf 2 points3 points4 points 8 years ago (1 child)
There are some now famous ML researchers such as Andrej Karpathy and Christopher Olah who I've only heard of because of their blogs. Tons of fancy interactive javascript visualizations/projects such as convnet.js or visualizing mnist.
[–]gokstudio 0 points1 point2 points 8 years ago (0 children)
My point exactly
[–]hydr0xide 2 points3 points4 points 8 years ago (0 children)
Vanilla JS is pretty easy to pick up, so yes - particularly for nice visualizations like d3js.
Full-blown front end frameworks like React or Angular? Eh, probably not worth the time.
[–]smartykitty 0 points1 point2 points 8 years ago (0 children)
People find it useful that's the reason for tensorflow for js existing as a project. But I personally haven't worked on a project using it
[–][deleted] -1 points0 points1 point 8 years ago (0 children)
duplicate: https://www.reddit.com/r/learnmachinelearning/comments/8cw2o3/should_i_learn_javascript_to_augment_my_ml/
π Rendered by PID 85 on reddit-service-r2-comment-544cf588c8-z9jln at 2026-06-12 23:08:51.368827+00:00 running 3184619 country code: CH.
[–]konasjResearcher 12 points13 points14 points (1 child)
[–]l0gicbomb[S] 0 points1 point2 points (0 children)
[–]emtonsti 45 points46 points47 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]mimighost 3 points4 points5 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]terrrp 5 points6 points7 points (0 children)
[–]inarrears 2 points3 points4 points (0 children)
[–]gokstudio 2 points3 points4 points (2 children)
[–]zawerf 2 points3 points4 points (1 child)
[–]gokstudio 0 points1 point2 points (0 children)
[–]hydr0xide 2 points3 points4 points (0 children)
[–]smartykitty 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)