This repo contains the dlfb companion library, with utilities to simplify preprocessing, model building, training, and evaluation.
The library is installed as one of the setup steps in the Colab notebooks available in https://github.com/deep-learning-for-biology/notebooks.
We welcome contributions!
- Issues: Use Issues only for reproducible bugs in the codebase (e.g. broken code, dependency errors, incorrect results). This separation helps keep bug reports from getting lost in general conversation.
- Pull Requests: Contributions that add new utilities, improve existing implementations, or expand the notebooks are very welcome! Please keep PRs focused and include a clear description of the change.
If you use dlfb in your work and would like to cite it, you can cite the book like this:
@book{deep_learning_for_biology,
title = {Deep Learning for Biology},
author = {Ravarani, C. and Latysheva, N.},
publisher = {O’Reilly Media},
year = {2025},
}Or more plainly as "Ravarani & Latysheva, Deep Learning for Biology, O’Reilly Media, 2025."
The code in this repository is licensed under the Apache 2.0 License.