Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 870 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 870 Bytes

Binder Open In Colab

Applied Biostatistics (ABS)

Author: Thomas Manke

Training material and notebooks for the Applied Biostatistics Course.

It covers three larger blocks

  • Markov Chains: Notebooks/MarkovChains/*
  • Hidden Markov Models: Notebooks/HiddenMarkovChains/*
  • Artifical Neural Networks: Notebooks/ANN/_*

The material was originally developed for the CQ Training Programme.

If jupyter-book is installed a book can be build using

jupyter-book build .

Notice that the timeout was set to 200s (_config.yml). This long time was required for the more expensive tensorflow parts to finish on a modern laptop.