Machine learning and causal inference ========================================= Introduction to machine learning (from a computational biology perspective) ------------------------------------------------------------------------------ .. note:: Aims: - get intuition and high-level understanding of what machine learning is and what types of problems it can help solving; - this material will also show that machine learning is not just a black box, but that different choices have important implications; - provide the overall understanding that there are a data representation component and a machine learning algorithm; - achieve high-level understanding of machine learning workflow, comparison and the related uncertainty Level: beginner 🌱 If you are new to machine learning and want to apply it in a biological discipline, the following material might provide a convenient introduction. It consists of 6 parts and combines the content and references with tasks and quizzes to test the covered material. .. toctree:: :maxdepth: 1 :caption: Topics: ml_intro/overview ml_intro/intro_to_ml ml_intro/ml_models ml_intro/data_representation ml_intro/ml_model_comparison_and_uncertainty ml_intro/transparency_and_reproducibility Recommended material ---------------------- Recommended courses at UiO: - `IN5400/IN9400 Machine Learning for Image Analysis `_ 🌿 - `STK-IN9300 Statistical Learning Methods in Data Science `_ 🌿 Recommended seminars at UiO: - `Research Seminar at the Section for Machine Learning, Department of Informatics `_ Recommended books: - `Deep Learning book `_ by Goodfellow et al. 2016 - `The Elements of Statistical Learning `_ by Hastie et al. 2008 Relevant papers: - `Model Evaluation, Model Selection, and Algorithm Selection in Machine Learning `_ by Raschka 2018 - `DOME: recommendations for supervised machine learning validattion in biology `_ by Walsh et al. 2021 - `An introduction to domain adaptation and transfer learning `_ by Kouw and Loog 2018 - `Causality for Machine Learning `_ by Schölkopf 2019 - `Causal Inference and the Data-Fusion Problem `_ by Bareinboim and Pearl 2016 - `Towards Causal Representation Learning `_ by Schölkopf et al. 2021