API and Modules ================ Below is a summary of the main modules: - **Training**: Module for training machine learning models. - **Data generator**: Handles data generation for training and evaluation. - **Data loaders**: Manages datasets for loading and evaluation purposes. - **Models**: Contains definitions of the solvers. - **Networks**: Defines network architectures used in the models. - **Utils**: Utility functions and tools to support model development. - **Preprocess RNA**: Preprocessing pipeline for RNA-Seq data. .. toctree:: :maxdepth: 2 train data_generator dataset models networks utils preprocess_rna_seq