Probability the one true fish

0 votes

I have exams in Machine Learning coming up and I need help answering this question.

There are a million identical fish in a lake, one of which has swallowed the One True Ring. You must get it back! After months of effort, you catch another random fish and pass your metal detector over it, and the detector beeps! It is the best metal detector money can buy, and has a very low error rate: it fails to beep when near the ring only one in a billion times, and it beeps incorrectly only one in ten thousand times. What is the probability that, at long last, you’ve found your precious ring?

This is my answer I worked out:

enter image description here

Is this the right way to work out this type of question and is that somewhat the correct answer?

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
320 views

1 answer to this question.

0 votes
What you're looking for is P(A|B), which is the probability of having the proper fish when the detector beeps.

The probability of the detector blaring if you have the proper fish is P(B|A) = 9999/10000. We're not sure if the fish you have is the right one, though. All you know is that the detector beeps, and you have no way of knowing whether it's a true positive (P(B|A) or a false positive (P(B|not A).

The Bayes theorem allows you to flip between P(B|A) and P(A|B), ensuring that the other data isn't wasted. You don't require all of it to solve the problem.
answered Mar 25, 2022 by Dev
• 6,000 points

Related Questions In Machine Learning

0 votes
1 answer

Getting one word as caption with zero probability using pretrained checkpoints for image captioning-im2txt

Under caption_generator.py change the following line as follow ...READ MORE

answered Feb 27, 2022 in Machine Learning by CoolCoder
• 4,400 points
307 views
0 votes
1 answer

Leela Chess Zero: how large is the probability vector in the output layer?

The next move's probability vector (called the ...READ MORE

answered Mar 9, 2022 in Machine Learning by Nandini
• 5,480 points
317 views
0 votes
1 answer

Calculate the probability in R for sum of two dice rolls

By converting the outer values to a ...READ MORE

answered Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
1,687 views
0 votes
1 answer

What is "entropy and information gain"?

Entropy is uncertainty/ randomness in the data, ...READ MORE

answered Mar 2, 2022 in Machine Learning by Dev
• 6,000 points
19,086 views
0 votes
1 answer

Formula to calculate chance (probability) of a dice side based on its value

If I understand you correctly, you're looking ...READ MORE

answered Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
535 views
0 votes
1 answer

Understanding the probability of a double-six if i roll two dice

The chance of not getting a double ...READ MORE

answered Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
16,427 views
0 votes
1 answer

Help with Probability Equation

The likelihood of winning is equal to ...READ MORE

answered Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
555 views
0 votes
1 answer

Getting one word as caption with zero probability using pretrained checkpoints for image captioning-im2txt

captiongenerator.py is a Python script that generates ...READ MORE

answered Mar 17, 2022 in Machine Learning by Dev
• 6,000 points
294 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP