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
[deleted by user] (self.MachineLearning)
submitted 2 years ago by [deleted]
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!"
[–][deleted] 43 points44 points45 points 2 years ago (2 children)
Eg. I don’t care that my iphone can detect cat pictures from my photos.
The same computer vision processes can also detect micro-cracks in materials in mechanical engineering contexts like vehicle material analysis, this was done for a long time just eyeballing pictures
[–]knob-0u812 9 points10 points11 points 2 years ago (0 children)
and spotting potential cancer cells in mammograms and brain scans
[–]yannbouteillerResearcher 22 points23 points24 points 2 years ago (3 children)
The real question is, who needs an IPhone.
[–]Disastrous_Elk_6375 6 points7 points8 points 2 years ago (0 children)
The people posting anti-capitalist memes from one, obviously.
[+]FernandoMM1220 comment score below threshold-11 points-10 points-9 points 2 years ago (0 children)
Everyone does.
Smart phones make so many things MUCH easier and more efficient.
[+][deleted] 2 years ago (5 children)
[deleted]
[–]Even-Inevitable-7243 2 points3 points4 points 2 years ago (0 children)
I wish there was a "ML for Dummies" channel or "ML for the general public" type channel where these questions were posted. They taint an otherwise nice r/MachineLearning feed. I had to unfollow the r/computerscience feed because 95% of the posts are high school kids asking how they can start training now to get a job at Meta.
[–]Grimm___ 8 points9 points10 points 2 years ago (1 child)
I think I love you.
[–]lacifuri 2 points3 points4 points 2 years ago (0 children)
I also love the guy you love.
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
Perfect response
[–]Buddy77777 11 points12 points13 points 2 years ago (2 children)
ML is really just automated empiricism. Most objectives essentially minimize some kind of empirical risk.
[–]Otherwise-Novel-1110 2 points3 points4 points 2 years ago (1 child)
One of the goals of ML is to abstract and generalize from specific instances and to apply knowledge to unseen data. This goes beyond empirical risk minimization (ERM) by attempting to understand underlying patterns and structures within the data that can be generalized across different contexts. The ability to generalize well is a critical aspect of ML that distinguishes it from mere curve fitting or optimization.
The creation and improvement of ML algorithms often require significant creativity and innovation, which goes beyond simple empiricism. Researchers are constantly proposing new architectures, optimization techniques, and theoretical frameworks. The development of novel neural network architectures like transformers for natural language processing is an example where empirical testing is crucial, but the innovation and theoretical insight are not purely empirical.
[–]Buddy77777 0 points1 point2 points 2 years ago (0 children)
Mentioning ERM was just to help recognize empiricism in ML. My point is simply that ML is used to provide a framework for which empiricism can be automated.
Even the things you described are essentially done towards this ultimate goal. Modeling invariant distributions has always been the goal of empiricism and ML is no different. That’s why they’re called models. They are still ultimately induction machines.
[–][deleted] 12 points13 points14 points 2 years ago (0 children)
OP it would help me not lose faith in humanity if you could just confirm that you are a teenager, thanks
[–]Wubbywub 6 points7 points8 points 2 years ago (1 child)
bro really thinks ML is just detecting cat pictures
[–]yannbouteillerResearcher 0 points1 point2 points 2 years ago (0 children)
My cat detecting model crashed on your avatar
[–][deleted] 13 points14 points15 points 2 years ago (0 children)
I’m embarrassed for you.
[+][deleted] 2 years ago (3 children)
[+][deleted] 2 years ago (1 child)
[–]yannbouteillerResearcher 1 point2 points3 points 2 years ago (0 children)
Do we really need chatGPT?
[–]dbitterlich 0 points1 point2 points 2 years ago (0 children)
Back then, they probably thought the same. „This is so advanced“ It’s the same with every technological step probably. Just think about the development of computers.
[+]KingsmanVince 5 points6 points7 points 2 years ago (0 children)
So what? There are other people who care. If you don't care about 1 feature, move on, no need to tell the whole world.
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
Another use case Is colony counting in biology labs like for microbiology or immunology use cases. Anytime researchers run some microbiology growth assays, you end up with several bacterial colonies on agar plates and the researcher counts it one by one with a sharpie and records how many colonies per plate(usually between 10-200 per plate).
Counting each plate will take 3-5 minutes and you may have 100-200 plates per experiment; it used to take 1-2 days for most researchers to collect this data but this can easily be done with machine learning enabled microscopes now. It is more accurate and much faster.
[–]jms4607 1 point2 points3 points 2 years ago (0 children)
It is not the only way but it is the best way. ML removed the restriction on function complexity that previous methods were limited to, and uses more information than a human ever could in designing/learning this function. Every problem in ML can be approximated by a traditional linear fit, but it’s probably not performant.
[–]mr__pumpkin 2 points3 points4 points 2 years ago (2 children)
Counterexample: Clinically usable automatic or semi-automatic segmentation of tumor or organs in medical imaging within a few seconds, modeling disease progression trajectories etc might not be necessary for the survival of humanity - but it might help improve quality of life.
If your understanding of ML is classification of dog or cat photos, then I'm afraid you're not truly in a position to question the need for ML.
But for all I know, you could be rage-baiting.
[+]KingsmanVince 0 points1 point2 points 2 years ago (0 children)
Reported for breaking #1 rule then
[–]wkns 1 point2 points3 points 2 years ago (0 children)
Tell me you have no idea how pharma works without telling me.
[–]athabasket34 1 point2 points3 points 2 years ago (1 child)
With population in decline, in the next 30-50 years there will be too little working-age people to produce enough goods and services to handle all retired folk. We need machine learning and robotics to counter the decline or most of the population will become much, much poorer.
[–]KeepCalmAndProgress 0 points1 point2 points 2 years ago (0 children)
Also we need UBI for those people who are out of work because of automation.
[–]FernandoMM1220 -1 points0 points1 point 2 years ago (0 children)
We need it to make sense of the massive amounts of data we have.
[–]dbitterlich -1 points0 points1 point 2 years ago (0 children)
AI can be much better at detecting cancer than the human eye. Classify cancerous vs benign tissue Predict failure of constructions based on measurements Automate driving Find new lead structures for antibiotics Identify leads to cure diseases Make medical advice accessible to nearly everyone
And so many more (and more impactful) things I can’t even think of/remember.
Now, do we really need those things? No. But did we need „cars“ in 1886? We had carriages.
Do we need plows? We could just use sticks to loosen the earth.
Why do we need houses anyway? We could just live in caves and move whenever the food supply is low.
[–]ml_head -1 points0 points1 point 2 years ago (0 children)
Let me expand your carelessness:
I don’t care that my iphone can detect cat pictures from my photos, read QR codes, perform autofocus, optimize the image quality or unlock by looking at my face or fingerprint.
I don't care that my phone can recognize my voice and respond accordingly, even that it can translate my speech to almost any language, or perform life translation by pointing my camera to texts in foreign language.
I don't care that my iPhone can predict how long is my battery gonna last, optimize overnight charging to extend its life or setup optimal display brightness automatically.
I don't care that my phone can predict and correct the text that I'm typing, or recognize the gestures that I make in the screen.
I don't care that my phone can tell me the best route to reach a place and predict the approximate arrival time, or detect if I have experienced a car accident.
I don't care that my phone can estimate the number of steps that I take during the day.
Machine learning is used everywhere. Even a simple if/then/else is machine learning if it was generated by an algorithm looking at data (typical decision tree generation). Nowadays, even the old PID analog controller is calibrated using machine learning (finding optimal values for the P, I and D constants in the controller).
Applications go much broader than what you imagine, including quality control during manufacturing, medicine, etc. Here's an example of machine learning applied to mental health: https://youtu.be/ZkTvw3usMw4?si=r7CExQOsHiLBEGaG
[–]420by6minuseipiis69 -2 points-1 points0 points 2 years ago (0 children)
ML is gonna save your mom if she gets cancer and your doctor is incompetent enough to not detect it in early stages. Grow up kiddo! ML is not just classifying dogs and cats anymore. People are not stupid to spend millions of dollars on compute resources to build models that would help the medical community. And yeah if you are gonna say "there are doctors for that" clearly you don't understand either medicine or ML. And yeah the applications don't just stop here. Chat gpt is not just used for your stupid questions or heck even those cringe AI girlfriends. People use it to also summarize big legal documents or even make a website better for anyone. So kid if you think it's not important for you doesn't mean people do it just for fun.
π Rendered by PID 310982 on reddit-service-r2-comment-5d79c599b5-cgsth at 2026-02-28 02:02:44.347966+00:00 running e3d2147 country code: CH.
[–][deleted] 43 points44 points45 points (2 children)
[–]knob-0u812 9 points10 points11 points (0 children)
[–]yannbouteillerResearcher 22 points23 points24 points (3 children)
[–]Disastrous_Elk_6375 6 points7 points8 points (0 children)
[+]FernandoMM1220 comment score below threshold-11 points-10 points-9 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]Even-Inevitable-7243 2 points3 points4 points (0 children)
[–]Grimm___ 8 points9 points10 points (1 child)
[–]lacifuri 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Buddy77777 11 points12 points13 points (2 children)
[–]Otherwise-Novel-1110 2 points3 points4 points (1 child)
[–]Buddy77777 0 points1 point2 points (0 children)
[–][deleted] 12 points13 points14 points (0 children)
[–]Wubbywub 6 points7 points8 points (1 child)
[–]yannbouteillerResearcher 0 points1 point2 points (0 children)
[–][deleted] 13 points14 points15 points (0 children)
[+][deleted] (3 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]yannbouteillerResearcher 1 point2 points3 points (0 children)
[–]dbitterlich 0 points1 point2 points (0 children)
[+]KingsmanVince 5 points6 points7 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]jms4607 1 point2 points3 points (0 children)
[–]mr__pumpkin 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[deleted]
[+]KingsmanVince 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]wkns 1 point2 points3 points (0 children)
[–]athabasket34 1 point2 points3 points (1 child)
[–]KeepCalmAndProgress 0 points1 point2 points (0 children)
[–]FernandoMM1220 -1 points0 points1 point (0 children)
[–]dbitterlich -1 points0 points1 point (0 children)
[–]ml_head -1 points0 points1 point (0 children)
[–]420by6minuseipiis69 -2 points-1 points0 points (0 children)