UCL Probabilistic Modeling Midterm

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Oct 21 0:23
Editor
Edited
Edited
2024 Nov 12 11:33
Refs
Refs

Mock exam

  1. field of study that gives computers the ability to learn without being explicitly programmed
    1. ML is Function approximation that learns algorithm based on data
  1. The use of probability distributions to represent models, perform inference, and quantify uncertainty.
  1. Definition
    1. ”deterministic” produces same output from same initial conditions, without randomness or variation
    2. Frequentist
      interprets probability as the long-run frequency of an event occurring in repeated experiments in identical settings, admitting the existence of variation, variability and randomness in the world.
    3. ”Bayesian” interprets probability as a degree of belief, which is updated as more evidence. They believe that is not possible to run multiple independent trials, essentially treating everything as random.
  • Machine learning algorithms take data as input (and possibly some parameters), and returns a prediction for a particular task.
  • Definition
    • Loss - A function that quantifies how a predictor is a good approximation of Y
    • Risk - The risk of a predictor is the expected loss when applied to the entire data distribution.
    • Empirical Risk - average loss calculated on a finite sample of data from the training set.
  • What functional object are we aiming to build in prediction? Posterior

5V

  • Volume - Data at Rest
  • Velocity - Data in Motion
  • Variety - Data in Many Forms
  • Veracity - Data in Doubt
  • Value

Tips

  • 이산확률 나오면 모든 경우 나눠서 e, v

Memo

  • Online learning: observations are revealed over time.
 

Representation matters since different representation suits for statistic model

  • Definition(s) of convexity and why it matters in machine learning Global Optimum Guarantee
  • What is generalization? To predict un-seen data
  • Can a function be convex and concave? Justify. Linear

Bayes Theorem

Probability theory
,
Cox's theorem

At a fundamental level, assume there is a sample space consisting of all possible events or outcomes: we can use it to describe our uncertainty around which event will occur.
  • Minimalistic Modeling for a learning problem is using data and parameters to build something that maps inputs towards outputs
  • 합쳐서 1인거랑 곱해야하는 확률이랑 잘 구분하기
  • min 같은 함수의 경우 확률 구간 이용해 CDF를 먼저 구한 다음 PDF 로 미분할 수 있다 (1-나머지도 팁)
  • 증명에서는
    Set Theory
    이용해서 union intersection
    Union
    등 이용
  • when discrete → when continuous → 그리고 두개나 같은거 사이 뒤집기 가능
 
 
 
 
 
mixed preparing
ChatGPT
A conversational AI system that listens, learns, and challenges
ChatGPT
self test
ChatGPT
A conversational AI system that listens, learns, and challenges
ChatGPT
 
 
 

Recommendations