Skip to content

llSourcell/DeepMind-alphafold-repl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the code for this video on Youtube by Siraj Raval on DeepMind AlphaFold. This is a re-implemention of Sheng and Jinbo's deep leanring model on protein contacts prediction, which is a breakthrough in protein structure prediction. However, unfortunately they did not opensource their codes and models. So its a re-implementation of their methods based on the paper. As their paper reported, deep learning model can significantly improve the accuracy of contacts prediction.

Coding Challenge - Due Date, Feb, 20 at 12 PM PST - Replicate AlphaFold as best you can. Post your github links in the comment section of the video! I'll give a shoutout to the top 2 entries. I'll send the winner a brand new Nvidia Titan RTX GPU. You can also DM @Sirajraval on twitter or send it to hello@sirajraval.com , use the tag #alphafoldchallenge on social media.

This challenge is open to anyone, anywhere in the world.

I'm looking for

  • Good Documentation
  • Working, readable code

Wizards, see page 11 of this paper and DeepMind's blog post for details on the AlphaFold algorithm. 2 Residual networks are used. Multiple methods are attempted.

This code is one very related example to AlphaFold. Here are others that you can build off of

Do the best you can! I'm looking for well documented code. Good luck!