-
install python, jupyterlab
-
python problem solving jungol.co.kr
-
probability densities
- gaussian, binomial, Bernoulli, uniform
- random sample generation with
numpy.random
-
visualization by
matplotlib
-
data exploration
- iris data scatter plots & histograms
- try to plot one figure having 4 histograms for the features,
- use
alpha
anddensity
- compute frequency using
numpy.histogram()
- use
- try to plot one figure having 4 histograms for the features,
- iris data scatter plots & histograms
-
multivariate gaussian
- sample generation
- 2D plot for a skewed distribution samples
- PCA
-
Bayesian primer
- sum rule, product rule (Bishop)
- fair coin problem