Git Product home page Git Product logo

progeny_domainadversarial_nn's Introduction

Domain-Adaptation for Cancer Pathway Prediction

While cell lines are a popular model for cancer cells, the conditions in a dish are obviously different than what real tumor cells experience. The conditions in which tumor cells exist are often called the tumor microenviroment (TME), which includes surrounding non-tumor cells (stromal and immune cells) as well as blood vessels. These differences in environment are mirrored in differences in transcriptomes when comparing tumor cells to cells from a cell line, i.e. there is a shift in distribution of gene expression patterns.

This shift in distribution between a machine learning model’s training data (cell lines) and its test data (tumor cells) is called domain shift. Conventional machine learning models usually handle domain shifts poorly, which means that their predictions get worse on the new data compared to their performance on the training data. The machine learning field researching solutions to this problem is called domain adaptation. The goal is to make models more robust, which means that they generalize better to unseen data that is subject to domain shift.

One technique to minimize sensitivity of neural networks to domain shifted data was introduced by Ganin et al. (2016) and is called domain adversarial learning. Here, the two different data sets (cell lines vs tumor cells) are used for training. Crucially, the model only get to see the labels (pathway activation status) for the cell line data. The model is set up in a way to learn to predict pathway activation for the cell lines, while learning to ignore signals that would help to distinguish cell lines from tumors.

To show that this approach is superior, we train two neural networks, one without and one with domain adaptation. Finally, we want to show that the latter approach improves pathway activation prediction performance on the tumor data compared to the baseline model.

progeny_domainadversarial_nn's People

Contributors

messersc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.