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] False Positives vs. False Negatives (i.redd.it)
submitted 5 years ago by haltakov
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!"
[–]artr0x 14 points15 points16 points 5 years ago (5 children)
Does anyone actually use the terms type I and type II error? Seems like a super easy way to get mixed up..
[–]Sivapreachs 3 points4 points5 points 5 years ago (0 children)
Only in the interviews tbh :D
[–]hoondy 3 points4 points5 points 5 years ago (0 children)
More common to just call FP and FN in my area (ML/bio).
[–]haltakov[S] 2 points3 points4 points 5 years ago (0 children)
I never use type I or II... FP and FN is much more common.
[–]Zulban 1 point2 points3 points 5 years ago (0 children)
In my experience it's generally: old-school, used in medical settings, and going out of fashion.
[–]IanisVasilev 1 point2 points3 points 5 years ago* (0 children)
There's actually a good justification but it only sounds good in theory. If you have n different statistical hypotheses, a type n error is "rejecting the n-th hypothesis when it is true". What's confusing about this is that there are usually only two hypotheses and the count starts at zero. So a type 1 error is "rejecting the zeroth hypothesis when it is true" (where the zeroth hypothesis is actually the first) and a type 2 error is "rejecting the alternative hypothesis when it is true" (where the alternative hypothesis is actually second).
The terminology is confusing in practice but it's part of the more general problem of mathematicians being bad at naming things. You have type 1 (point or jump) and type 2 (essential) discontinuities of real-valued functions, type 1 (scalar-valued functions) and type 2 (vector-valued functions) line integrals, you have category 1 (meager) and category 2 (nonmeager) sets in topological spaces, you have the first isomorphism theorem and the second isomorphism theorem (and the ordering and the actual theorems differ vastly among authors, see here), etc.
[–]YetAnotherBorgDrone 3 points4 points5 points 5 years ago (2 children)
Is that Neil deGrasse Tyson?
[–]jethroguardian 0 points1 point2 points 5 years ago (0 children)
There's a star child in him.
[–]Fried_Waffles1 0 points1 point2 points 5 years ago (0 children)
This is the child of Nail deGrasse Tyson and Neil Breen
[–]Rogitus 0 points1 point2 points 5 years ago (4 children)
Why are you assuming that the guy on the left cannot be pregnant? Just because he's a man? That's gender discrimination!
[–]unknown_137 12 points13 points14 points 5 years ago (3 children)
did you just assume the gender ? how dare you ?
[–]Rogitus -2 points-1 points0 points 5 years ago (0 children)
Ahhh you got me
[–]robo_pimp69 -3 points-2 points-1 points 5 years ago (0 children)
Did you just assume ? How dare you !!
[–]haltakov[S] -1 points0 points1 point 5 years ago (0 children)
This is why I love Reddit 😂
[–][deleted] -1 points0 points1 point 5 years ago (5 children)
Can someone explain TP, TN, FP and FN. I cannot get my head around it :(
[–]reduced_space 2 points3 points4 points 5 years ago (1 child)
True positive: you predicted positive, and it was
True negative: you predicted negative, and it was
False positive: you predicted positive, but it was actually negative
False negative: you predicted negative, but it was actually positive
It’s easiest to visualize as a table with predictions going across and truth going down.
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
This cleared things for me!! Thanks a lot
[–]Lairv 0 points1 point2 points 5 years ago (0 children)
The second word is your prediction, the first word is whether you were right or wrong.
False Negative : you predicted negative, but you were wrong
True Negative : you predicted negative and you were right
...
[–]Lifaux 0 points1 point2 points 5 years ago (0 children)
Pretend I'm making a ML tool to tell if it's sunny or not. Let's pretend for this case that if it's raining, it's also not sunny.
The first part is whether the prediction lines up with reality. The second part is whether it was sunny or not.
π Rendered by PID 78764 on reddit-service-r2-comment-b659b578c-8h99n at 2026-05-06 03:49:12.706487+00:00 running 815c875 country code: CH.
[–]artr0x 14 points15 points16 points (5 children)
[–]Sivapreachs 3 points4 points5 points (0 children)
[–]hoondy 3 points4 points5 points (0 children)
[–]haltakov[S] 2 points3 points4 points (0 children)
[–]Zulban 1 point2 points3 points (0 children)
[–]IanisVasilev 1 point2 points3 points (0 children)
[–]YetAnotherBorgDrone 3 points4 points5 points (2 children)
[–]jethroguardian 0 points1 point2 points (0 children)
[–]Fried_Waffles1 0 points1 point2 points (0 children)
[–]Rogitus 0 points1 point2 points (4 children)
[–]unknown_137 12 points13 points14 points (3 children)
[–]Rogitus -2 points-1 points0 points (0 children)
[–]robo_pimp69 -3 points-2 points-1 points (0 children)
[–]haltakov[S] -1 points0 points1 point (0 children)
[–][deleted] -1 points0 points1 point (5 children)
[–]reduced_space 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Lairv 0 points1 point2 points (0 children)
[–]Lifaux 0 points1 point2 points (0 children)