├── README.md ├── course-logo.png ├── lecture-01 ├── README.md └── lecture-01-introduction.pdf ├── lecture-02 ├── README.md └── lecture-02-overview-of-imprecise-probability.pdf ├── lecture-03 ├── README.md └── lecture-03-possibility-theory.pdf ├── lecture-04 ├── README.md └── lecture-04-belief-function.pdf ├── lecture-05 ├── README.md └── lecture-05-convex-sets-of-probabilities.pdf └── lecture-06 ├── README.md └── lecture-06-decision-making-under-imprecision.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/README.md -------------------------------------------------------------------------------- /course-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/course-logo.png -------------------------------------------------------------------------------- /lecture-01/README.md: -------------------------------------------------------------------------------- 1 | # Lecture 1: Introduction 2 | -------------------------------------------------------------------------------- /lecture-01/lecture-01-introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-01/lecture-01-introduction.pdf -------------------------------------------------------------------------------- /lecture-02/README.md: -------------------------------------------------------------------------------- 1 | # Lecture 2: Overview of Imprecise Probability 2 | 3 | -------------------------------------------------------------------------------- /lecture-02/lecture-02-overview-of-imprecise-probability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-02/lecture-02-overview-of-imprecise-probability.pdf -------------------------------------------------------------------------------- /lecture-03/README.md: -------------------------------------------------------------------------------- 1 | # Lecture 3: Possibility Theory 2 | -------------------------------------------------------------------------------- /lecture-03/lecture-03-possibility-theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-03/lecture-03-possibility-theory.pdf -------------------------------------------------------------------------------- /lecture-04/README.md: -------------------------------------------------------------------------------- 1 | # Lecture 4: Belief Functions 2 | -------------------------------------------------------------------------------- /lecture-04/lecture-04-belief-function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-04/lecture-04-belief-function.pdf -------------------------------------------------------------------------------- /lecture-05/README.md: -------------------------------------------------------------------------------- 1 | # Convex Sets of Probabilities 2 | -------------------------------------------------------------------------------- /lecture-05/lecture-05-convex-sets-of-probabilities.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-05/lecture-05-convex-sets-of-probabilities.pdf -------------------------------------------------------------------------------- /lecture-06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-06/README.md -------------------------------------------------------------------------------- /lecture-06/lecture-06-decision-making-under-imprecision.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muandet-lab/ipml-course/HEAD/lecture-06/lecture-06-decision-making-under-imprecision.pdf --------------------------------------------------------------------------------