Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carpentries-incubator/ml4bio-workshop

Materials for a workshop introducing machine learning to biologists
https://github.com/carpentries-incubator/ml4bio-workshop

alpha carpentries-incubator education english lesson machine-learning

Last synced: about 1 month ago
JSON representation

Materials for a workshop introducing machine learning to biologists

Awesome Lists containing this project

README

        

# Machine Learning for Biologists (ML4Bio) workshop
[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/carpentries-incubator/ml4bio-workshop/gh-pages?urlpath=tree/illustration.ipynb)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6478122.svg)](https://doi.org/10.5281/zenodo.6478122)

Recent advances in high-throughput technologies have led to rapid growth in the amount of omics data.
These massive datasets, accompanied by numerous data points enriched over the past decades, are extremely valuable in the discovery of complex biological structures, but also present challenges in various aspects of data analysis.
This workshop introduces biologists to concepts in machine learning, a powerful set of models for drawing inference from data.
Upon completion of the workshop, attendees will be able to identify machine learning applications, examine factors that influence model selection, recognize major methodological flaws in a machine learning experiment, and gain a greater appreciations for machine learning.

This repository contains materials for the ML4Bio workshop.
It generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) lesson template.

## Getting started
Visit the [software setup page](https://carpentries-incubator.github.io/ml4bio-workshop/setup.html) for instructions on installing the ml4bio software and downloading the example datasets, guides, and slides contained in this repository.

## Overview
In addition to the materials needed to build the lesson website, this repository contains the following files and subdirectories:
- [`binder`](binder): a configuration file to enable running the `illustration.ipynb` notebook interactively using [Binder](https://mybinder.org/)
- [`data`](data): example datasets to use with the ml4bio classification software, including both real and toy (illustrative simulated) datasets
- [`fig`](fig): figures for the lessons and guides
- [`guide`](guide): tutorials about the ml4bio software, machine learning concepts, and various classifiers
- [`planning`](planning): materials for instructors to plan the workshop
- [`scripts`](scripts): ml4bio installation scripts
- [`illustration.ipynb`](illustration.ipynb): a Jupyter notebook the demonstrates the machine learned workshop in Python code

The [ml4bio repository](https://github.com/gitter-lab/ml4bio) contains the Python software.

## Contributing
We welcome contributions to improve the workshop!
The best way to provide suggestions or propose contributions is in the [GitHub issues](https://github.com/carpentries-incubator/ml4bio-workshop/issues).

## Maintainers
Current maintainers of this lesson are

* [@cmilica](https://github.com/cmilica)
* [@csmagnano](https://github.com/csmagnano)
* [@agitter](https://github.com/agitter)

## Authors
A list of contributors to the lesson can be found in [AUTHORS](AUTHORS) and the [GitHub contributors](https://github.com/carpentries-incubator/ml4bio-workshop/graphs/contributors).

## Citation
To cite this lesson, please consult with [CITATION](CITATION)

## Licenses
The original workshop materials and guides created in this repository are licensed under the Creative Commons Attribution 4.0 International Public License.
However, the guides also contain [images from third-party sources](fig/third_party_figures), as noted in the image links and guide references.
See the linked original image sources for their licenses and terms of reuse.

The workshop template is derived from [The Carpentries lesson template](https://github.com/carpentries/styles).
The template is Copyright © 2018–2020 [The Carpentries](https://carpentries.org/) and [licensed CC BY 4.0](https://github.com/carpentries/styles/blob/gh-pages/LICENSE.md).
See the [license](https://carpentries-incubator.github.io/ml4bio-workshop/LICENSE.html) for additional information.