Students |
---|
Name | Id |
---|---|
Ploni Almoni | 123489589 |
John Smith | 923352302 |
The purpose of this assignment is to let you experiment with models and probabilistic programming frameworks we introduced in class.
This assignment contains two questions. For each question, you are given a data set and asked to perform an analysis on the data. The analysis should include all usual steps, as we learned during the course:
You are not allowed to use Turing in this assignment. Rather, you may use any probabilistic programming framework demonstrated or mentioned in class (Infergo, Stan, Pyro, Anglican, Turing,jl, Gen.jl, ...).
Iris flower data set contains measurements of features of three related specifes of Iris flowers. How well do the features separate species? Your model should use only the features, not the species labels, for inference. However, you may use species labels to assess the informativeness of the features to identify a species. For your convenience, the data set is provided.
In class, we explored the data set for reedfrog survival experiment. We developed a simple hierarchical model based on the number of aquarium only, as well as a cross-classified model taking predation into account.