prior knowledge

https://en.wikipedia.org/wiki/Bayes‘_theorem

For example, if cancer is related to age, then, using Bayes’ theorem, a person’s age (prior knowledge) can be used to more accurately assess the probability that they have cancer, compared to the assessment of the probability of cancer made without prior knowledge of the person‘s age.

Bayes‘ theorem is stated mathematically as the following equation:[2]

 

where A and B are events and P(B) ≠ 0.

  • P(A) and P(B) are the probabilities of observing A and B without regard to each other.
  • P(A | B), a conditional probability, is the probability of observing event A given thatB is true.
  • P(B | A) is the probability of observing event B given that A is true.

Cancer at age 65

Let us assume that cancer and age are related.

the “base rate” or prior (i.e. before being informed about the particular case at hand) probability

    1%    an individual’s probability of having cancer

    0.2%  the probability of being 65 years old

the “current probability”, where “current” refers to the theorized situation upon finding out information about the particular case at hand

    0.5% a person has cancer when they are 65 years old

calculate the probability of having cancer as a 65-year-old

时间: 2024-09-30 07:18:16

prior knowledge的相关文章

Fabric defect inspection using prior knowledge guided least squares regression

前言 这是一篇用低秩矩阵分解做纺织物缺陷检测的文章,论文修改了传统的LRR模型,将原始的混合范数替换为F范数,起了一个新名字叫先验知识指导下的最小二乘回归,本质上并无明显区别.我认为该文实际出彩的地方是构建模板参照图像上,其基本思路是,缺陷只占纺织物图像的一小部分,那么我随机在纺织物图像上取块,很大可能是取得无缺陷的图像块,利用随机取得到的块来构建参照,当做无缺陷的纺织物图像.这和传统的纺织物缺陷检测需要"干净"的模板有所不同,也是在未来的研究中可以借鉴的地方.这篇文章大连理工大学一位

(译)Cg Programming/Unity(Cg编程/Unity)

最近在学习Unity3d中的shader编程,能找到的中文资料比较少,于是,尝试翻译一下wiki Books上的资料,以方便其他跟我一样的入门学习者.由于是第一次翻译技术资料,经验不足,难免出错,请路过的大神们批评指正,共同帮助我等新手少走弯路,谢谢. 下面翻译开始: (原文:https://en.wikibooks.org/wiki/Cg_Programming/Unity) Cg programming in the game engine Unity is considerably eas

Machine and Deep Learning with Python

Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstitions cheat sheet Introduction to Deep Learning with Python How to implement a neural network How to build and run your first deep learning network Neur

Awesome Machine Learning

Awesome Machine Learning  A curated list of awesome machine learning frameworks, libraries and software (by language). Inspired by awesome-php. If you want to contribute to this list (please do), send me a pull request or contact me @josephmisiti Als

(转)A Beginner's Guide To Understanding Convolutional Neural Networks

Adit Deshpande CS Undergrad at UCLA ('19) Blog About A Beginner's Guide To Understanding Convolutional Neural Networks Introduction Convolutional neural networks. Sounds like a weird combination of biology and math with a little CS sprinkled in, but

Here’s just a fraction of what you can do with linear algebra

Here’s just a fraction of what you can do with linear algebra The next time someone wonders what the point of linear algebra is, send them here. I write a blog on math and programming and I see linear algebra applied to computer science all the time.

A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python)

A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python) MACHINE LEARNING PYTHON R SHARE  MANISH SARASWAT, APRIL 12, 2016 / 52 Introduction Tree based learning algorithms are considered to be one of the best and mostly used supervised

CCJ PRML Study Note - Chapter 1.2 : Probability Theory

Chapter 1.2 : Probability Theory Chapter 1.2 : Probability Theory Christopher M. Bishop, PRML, Chapter 1 Introdcution Chapter 1.2 : Probability Theory 1. Uncertainty 2. Example discussed through this chapter 3. Basic Terminology 3.1 Probability densi

2015-3-31

Long time no blog. I worked on Interspeech 2015, but failed. The classification accuracy is not as good as excepted. I will change the lower BLSTM layer to CNN to do another test. I read DRAW yesterday and RAM today. I do not have any insights on the