.. _learn: Learn ===== How to install DeLU? -------------------- For installation instructions, see :ref:`Installation `. What is API Reference? ---------------------- API Reference (see the sidebar) is the main source of knowledge about the library. It contains everything you may need: API specification, tutorials and usage examples. How to learn DeLU? ------------------ DeLU, by design, is rather a "toolbox" than a "framework", so you can learn things and start using them in almost any order. If you want to explore the library by yourself, just browse the API Reference. However, if you want to quickly learn "the most important" things, then understanding of `this classification task `_ is enough. To achieve this, you need to walk through some specific parts of Reference paying attention to *explanations* and *examples*, without diving into API details. Here are the things to learn: .. autosummary:: :nosignatures: delu.Stream delu.evaluation delu.improve_reproducibility delu.random delu.ProgressTracker delu.Timer delu.hardware.get_gpus_info delu.concat Congratulations! You are ready to apply DeLU in practice.