Giter VIP home page Giter VIP logo

eigenfold's Introduction

eigenfold

Implementing Eigenfold paper (https://arxiv.org/pdf/2304.02198.pdf)

Overview of training process

  1. Download PDB data
  2. Process PDB data
  3. Generate OmegaFold Embeddings on processed pdb data
  4. Train on those embeddings

The Model (Harmonic Diffusion)

Structure graph G = (V, E) where G represents a protein with a specific sequence, V is the set of residues and E the edges connecting neighboring residues. The model learns G-dependent probability distributions under a forward diffusion process:

dx = โˆ’1/2Hxdt + dw

x are the coordinates of the alpha carbons and H is chosen such that undesired, chemically implausible structures have high energy E(x):

image

To enforce a RMS distance of 3.8 ร… between adjacent alpha carbons:

image

Now we have a SDE and can train a score model. The score model is a graph neural net with message passing layers between all residues. The network does not just have residue coordinates but also has featurized OmegaFold embeddings. The message passing layers are from Tensor field networks: Rotation- and translation-equivariant neural networks so the model is invariant to 3D rotations/translations!

eigenfold's People

Contributors

jasonchitla 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.