Skip to content

Commit

Permalink
Merge pull request #207 from suzannejin/dev-add-logo
Browse files Browse the repository at this point in the history
add logo and update readme
  • Loading branch information
mathysgrapotte authored Nov 5, 2024
2 parents 1c3ee4b + 0e6d805 commit 2fd0b22
Show file tree
Hide file tree
Showing 7 changed files with 652 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ lint:
- assets/sendmail_template.txt
- .github/CONTRIBUTING.md
- assets/sendmail_template.txt
- assets/nf-core-deepmodeloptim_logo_light.png
- docs/images/nf-core-deepmodeloptim_logo_light.png
- docs/images/nf-core-deepmodeloptim_logo_dark.png
multiqc_config: false
nf_core_version: 3.0.2
org_path: null
repository_type: pipeline
template:
author: Mathys Grapotte
description: nf-core/deepmodeloptim is an end-to-end nextflow based pipeline for
statistically testing training procedures of machine learning models
description: nf-core/deepmodeloptim is an end-to-end pipeline designed to
facilitate the testing and development of deep learning models for genomics.
force: false
is_nfcore: true
name: deepmodeloptim
Expand Down
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,26 @@

[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23deepmodeloptim-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/deepmodeloptim)[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core)[![Follow on Mastodon](https://img.shields.io/badge/mastodon-nf__core-6364ff?labelColor=FFFFFF&logo=mastodon)](https://mstdn.science/@nf_core)[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core)

## 📌 **Quick intro** check out this 👉🏻 [video](https://www.youtube.com/watch?v=dC5p_tXQpEs&list=PLPZ8WHdZGxmVKQga4KE15YVt95i-QXVvE&index=25)!

## Introduction

**nf-core/deepmodeloptim** is a bioinformatics end-to-end pipeline that performs statistically testing training procedures of machine learning models.
**nf-core/deepmodeloptim** is a bioinformatics end-to-end pipeline designed to facilitate the testing and development of deep learning models for genomics.

Deep learning model development in natural science is an empirical and costly process. Despite the existence of generic tools for the tuning of hyperparameters and the training of the models, the connection between these procedures and the impact coming from the data is often underlooked, or at least not easily automatized. Indeed, researchers must define a pre-processing pipeline, an architecture, find the best parameters for said architecture and iterate over this process, often manually.

Leveraging the power of Nextflow (polyglotism, container integration, scalable on the cloud), this pipeline will help users to 1) automatize the testing of the model, 2) gain useful insights with respect to the learning behaviour of the model, and hence 3) accelerate the development.

Deep learning model development in natural science is an empirical and costly process. Users must define a pre-processing pipeline, an architecture, find the best parameters for said architecture and iterate over this process.
## Pipeline summary

Leveraging the power of Nextflow (polyglotism, container integration, scalable on the cloud), we propose STIMULUS, an open-source software built to automatize deep learning model development for genomics.
It takes as input:

STIMULUS takes as input a user defined PyTorch model, a dataset, a configuration file to describe the pre-processing steps to be performed, and a range of parameters for the PyTorch model. It then transforms the data according to all possible pre-processing steps, finds the best architecture parameters for each of the transformed datasets, performs sanity checks on the models and train a minimal deep learning version for each dataset/architecture.
- A dataset
- A configuration file to describe the data pre-processing steps to be performed
- An user defined PyTorch model
- A configuration file describing the range of parameters for the PyTorch model

It then transforms the data according to all possible pre-processing steps, finds the best architecture parameters for each of the transformed datasets, performs sanity checks on the models and train a minimal deep learning version for each dataset/architecture.

Those experiments are then compiled into an intuitive report, making it easier for scientists to pick the best design choice to be sent to large scale training.

Expand Down Expand Up @@ -265,9 +276,18 @@ The `experiment_config` is a mandatory input for the pipeline and can be passed
Update the author list
-->

nf-core/deepmodeloptim was originally written by Mathys Grapotte.
nf-core/deepmodeloptim was originally written by Mathys Grapotte ([@mathysgrapotte](https://github.com/mathysgrapotte)).

We would like to thank to all the contributors for their extensive assistance in the development of this pipeline, who include (but not limited to):

- Alessio Vignoli ([@alessiovignoli](https://github.com/alessiovignoli))
- Suzanne Jin ([@suzannejin](https://github.com/suzannejin))
- Luisa Santus ([@luisas](https://github.com/luisas))
- Jose Espinosa ([@JoseEspinosa](https://github.com/JoseEspinosa))
- Evan Floden ([@evanfloden](https://github.com/evanfloden))
- Igor Trujnara ([@itrujnara](https://github.com/itrujnara))

We thank the following people for their extensive assistance in the development of this pipeline:
Special thanks for the artistic work on the logo to Maxime ([@maxulysse](https://github.com/maxulysse)), Suzanne ([@suzannejin](https://github.com/suzannejin)), Mathys ([@mathysgrapotte](https://github.com/mathysgrapotte)) and, not surprisingly, ChatGPT.

<!-- TODO nf-core: If applicable, make list of people who have also contributed -->

Expand Down
Binary file modified assets/nf-core-deepmodeloptim_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/nf-core-deepmodeloptim_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
312 changes: 312 additions & 0 deletions docs/images/nf-core-deepmodeloptim_logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/nf-core-deepmodeloptim_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
309 changes: 309 additions & 0 deletions docs/images/nf-core-deepmodeloptim_logo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fd0b22

Please sign in to comment.