Tutorials ========= .. currentmodule:: k1lib.cli Cli related: Please take a look at `this link `_ first. The links below are only for example use cases and does not actually explain how things work in detail. - `cli `_: Go over the :mod:`k1lib.cli` module - `covid `_: Analyze covid's genome - `osic `_: Analyze dicom images - `mp `_: Supplementary for osic, demonstrating multiprocessing - `trace `_: Go over :meth:`~trace.trace` visualizations - `grep `_: Go over :meth:`~grep.grep` for finding strings in complex data More sample projects on `mlexps `_: - `3-cif-visualize `_: load, transform, analyze and visualize protein structural data Deep learning related: - `basics `_: Go over the basics of the main DL framework - `schedule `_: Scheduling network parameters - `selector `_: Selecting subnetwork Others: - `mo `_: Molecular dynamics Also note that all tutorials are versioned, and they will change if features in previous versions got removed and whatnot. Besides written ones here, I've also made some `video tutorials `_ as well, so go check that out.