Giter Club home page Giter Club logo

deep_omics's Introduction

Deep Omics

This repository saves some examples used in the Short Course on Deep Learning in Omics, by Wei Sun and Nancy Zhang.

logo

Use auto-encoder to analyze somatic mutation datas

see folder somatic_mutations/msk_impact

scRNA-seq data

see folder scRNAseq. There are two datasets:

  • Allen_BI: single nucleus RNA-seq data of human brains, generated by SMART-seq2 protocol

  • Zheng_2017: scRNA-seq data of human blood, generated by 10x droplet-based system. Cells of known cell types were mixed.

  • gene_annotation: gene annotation data and summary.

hyper_parameter_tuning

Examples showing hyper-parameter tuning when studying the association between HLA and TCR

Terminology

Node/neuron: a computational unit in a neural network that has one or more weighted input connections and an activation function that combines the inputs and provide an output.

Weights: when input enters the neuron, it is multiplied by a weight.

Embedding: low dimensional representation of a high dimensional input

Activation function: the output of a neuron is f(Wh + b), where h is input, W is the weight, b is bias, and f is the activation function.

Perceptron: a perceptron is a simple linear binary classifier. For example, y = 1 if WX + b > 0 and y = 0 otherwise.

Feedforward neural network: a neuron network where information goes forward.

MLP (Multi Layer perceptron): in a narrow sense, it refers to multiple layers of perceptrons, but it often refers to any feedforward neural networks.

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.