Miscellaneous Jupyter notebooks.
confidence_intervals.ipynb
– a notebook illustrating different approaches to constructing confidence intervals, as shown on the Iris dataset and a decision tree classifier;confidence_intervals_experiment.py
– a Python script to test a confidence interval on a synthetic dataset, repeating many times with different random seeds for dataset generation;deepdream.ipynb
– some experiments with the DeepDream technology (visialization of the patterns a neural network "sees" in an image);Introduction_to_Graph_Neural_Nets_with_JAX_jraph.ipynb
;Jax_Basics.ipynb
;multicollinearity_visualisation.ipynb
– a notebook illustrating different ways to visualize multicollinearity on a dataset with a large amount of features;plotly_basics.ipynb
– some graphs made with Plotly;sampling_with_replacement.ipynb
– a notebook illustrating sampling with replacement;supervised_clustering.ipynb
– a notebook illustrating supervised clustering with SHAP values.