All Projects → gjoni → Trdesign

gjoni / Trdesign

trRosetta for protein design

Projects that are alternatives of or similar to Trdesign

Policy Gradient Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Stock Market Prediction Using Natural Language Processing
We used Machine learning techniques to evaluate past data pertaining to the stock market and world affairs of the corresponding time period, in order to make predictions in stock trends. We built a model that will be able to buy and sell stock based on profitable prediction, without any human interactions. The model uses Natural Language Processing (NLP) to make smart “decisions” based on current affairs, article, etc. With NLP and the basic rule of probability, our goal is to increases the accuracy of the stock predictions.
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Info490 Fa16
INFO 490: Foundations of Data Science, offered in the Fall 2016 Semester at the University of Illinois
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Visualizing And Understanding Convolutional Neural Networks
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Homeless Arrests Analysis
A Los Angeles Times analysis of arrests of the homeless by the LAPD
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Wiki generator live
live code
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Gan
python notebooks accompanying the book Make Your Own GAN
Stars: ✭ 50 (-7.41%)
Mutual labels:  jupyter-notebook
Pyspark Setup Guide
A guide for setting up Spark + PySpark under Ubuntu linux
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Handwritten Character Recognition
This a Deep learning AI system which recognize handwritten characters, Here I use chars74k data-set for training the model
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Tutoriais De Am
Algoritmos de aprendizado de máquina criados manualmente para maior compreensão das suas funcionalidades
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Keras2kubernetes
Open source project to deploy Keras Deep Learning models packaged as Docker containers on Kubernetes.
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Notebooks
Some notebooks
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Mypresentations
this is my presentaion area .个人演讲稿展示区,主要展示一些平时的个人演讲稿或者心得之类的,
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Blog of baojie
Some articles written by Bao Jie
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Brihaspati
Collection of various implementations and Codes in Machine Learning, Deep Learning and Computer Vision ✨💥
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Commitgen
Code and data for the paper "A Neural Architecture for Generating Natural Language Descriptions from Source Code Changes"
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Challengehub Baselines
ChallengeHub开源的各大比赛baseline集合
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Mastering Python Data Analysis
Mastering-Python-Data-Analysis
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Info490 Sp17
Advanced Data Science, University of Illinois Spring 2017
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook

trRosetta for protein design

The package summarizes developments on the use of trRosetta structure prediction network for various protein design applications. We provide core codes for the following papers:

01. I Anishchenko, TM Chidyausiku, S Ovchinnikov, SJ Pellock, D Baker. De novo protein design by deep network hallucination. (2020) bioRxiv, doi:10.1101/2020.07.22.211482. PDF

02. C Norn, B Wicky, D Juergens, S Liu, D Kim, B Koepnick, I Anishchenko, Foldit Players, D Baker, S Ovchinnikov. Protein sequence design by explicit energy landscape optimization. (2020) bioRxiv, doi:10.1101/2020.07.23.218917. LINK

Requirements

tensorflow (tested on versions 1.13 and 1.14)

Download and installation

# download package
git clone --recursive https://github.com/gjoni/trDesign
cd trDesign

# download trRosetta network weights
wget https://files.ipd.uw.edu/pub/trRosetta/model2019_07.tar.bz2
tar xf model2019_07.tar.bz2 -C trRosetta/

# download background network weights
wget https://files.ipd.uw.edu/pub/trRosetta/bkgr2019_05.tar.bz2
mkdir -p background && tar xf bkgr2019_05.tar.bz2 -C background/

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].