Giter Club home page Giter Club logo

lincs_latent_space's Introduction

LINCS_latent_space

It has been shown that variational autoencoders (VAE) learn a low-dimensional latent space, where moving along different latent space features translates to meaningful changes in the original space. For example, a VAE trained on face images will learn a low-dimensional latent space where one latent feature represents, say, "sunglasses" and if we move along this "sunglasses latent feature" we will produce images of faces with and without sunglasses.

We wanted to test if this latent space interpolation was possible using gene expression data instead of images. In particular, we wanted to know if Latent space will be able to better capture the gene expression behavior compared to the full gene space? We trained a VAE on P. aeruginosa compendium, containing ~1K samples (see this repo). In parallel, this repo we trained a VAE using a larger dataset, LINCS. This repo trained a VAE on LINCS using a generator. However, we did not continue with this research project when we were not able to get the transformation to work in P. aeruginosa after varying attempts.

lincs_latent_space's People

Contributors

ajlee21 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lincs_latent_space's Issues

Future changes to boost computational efficiency

Great PR @ajlee21. Combination of nitpicking coding style-wise and some confusion towards the purpose of some of your scripts/notebooks. After talking in person I have two practical suggestions to make this code run smoother:

Would suggest uploading your data onto the pmacs cluster. Since it is a cluster, it should provide access to greater memory than your personal computer. Plus it would allow for GPU availability, which in turn would speed up your computation.
Would recommend changing frameworks to pytorch, since it contains a dynamic computational graph compared to tensorflow's static graph. (i.e. Memory allocation is a lot smoother and the most amount of memory one would need is equal to batch size you feed the network.) Obviously this option would take more work, but something to think about as this project progresses.

from #1 (review)

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.