Giter Club home page Giter Club logo

dna-arts-cph-bioinformatic-hakathon2020's Introduction

DNA-arts-CPH-bioinformatic-hakathon2020

We are working on DNA art challenges where we are trying to generate pieces of art from DNA SNPs information.

Our approach to this problem can be divided into 2 steps.

  1. DNA encoding. For this step, we encode SNPs information from the whole human genome into a fixed-dimension vector which will be used as input to image generator as an initial seed. We take simple approach for SNPs encoding here by summing up the number of each type of bi-nucleotide SNPs found in each chromosome. Then, we standardize the counts within each SNPs among all chromosome. Thus, for each chromosome we have 16-dimension vector where each dimension corresponding to each type of SNPs. After that we concatenate 16-dimension vectors of each chromosome into one single vector representation.

  2. Image generation. For image generation we use the neural network architecture called Deep Convolutional Generative Adversarial Network (DCGAN). DCGANs is a neural network architecture with 2 parts: the generator and the discriminator. The generator is a sub-network that takes fixed-length seed vector (typically random Gaussian) as and input and generates image as an output. The fake image generated from generator is then fed to discriminator. The discriminator compares the fake image with real training image and trying to tell fake image from real image. Two sub network will compete with each other during training to produce the best fake image as it can and to be the best in detecting fake image. Our architecture is based on this with twice the number of filters to enable more detail image. The input to generator is 352-dimension vector from previous step and the output is an image with of size 200 x 128 pixels (close to golden ratio for the sake of art!!!!). The artworks that we used for model training were the arts in abstract genre scraped from WikiArts using code from https://github.com/lassefolkersen/hackaton_art.

Team Members

  • Teodora Francesca Radut, MSc of Bioinformatics, University of Copenhagen
  • Nuttapong Mekvipad, MSc of Bioinformatics, University of Copenhagen

dna-arts-cph-bioinformatic-hakathon2020's People

Contributors

nmekvipad avatar tondeath avatar

Stargazers

Lasse Folkersen 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.