All Projects → doubleQ2018 → Deep-learning-for-contact_map_v2

doubleQ2018 / Deep-learning-for-contact_map_v2

Licence: other
Prediction of protein contact map

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-learning-for-contact map v2

Suitecrm
SuiteCRM - Open source CRM for the world
Stars: ✭ 2,770 (+14478.95%)
Mutual labels:  contacts
laravel-vcard
A fluent builder class for vCard files.
Stars: ✭ 29 (+52.63%)
Mutual labels:  contacts
go-vcard
A Go library to parse and format vCard
Stars: ✭ 87 (+357.89%)
Mutual labels:  contacts
CNN-models
YOLO-v2, ResNet-32, GoogLeNet-lite
Stars: ✭ 32 (+68.42%)
Mutual labels:  resnet
Distributed-ResNet-Tensorflow
A Distributed ResNet on multi-machines each with one GPU card.
Stars: ✭ 20 (+5.26%)
Mutual labels:  resnet
sharpmask
TensorFlow implementation of DeepMask and SharpMask
Stars: ✭ 31 (+63.16%)
Mutual labels:  resnet
Swiftycontacts
A Swift library for Contacts framework.
Stars: ✭ 171 (+800%)
Mutual labels:  contacts
EVContactsPicker
Contacts Picker for iOS 9+ that uses the newer Contacts API
Stars: ✭ 52 (+173.68%)
Mutual labels:  contacts
Portrait FCN and 3D Reconstruction
This project is to convert PortraitFCN+ (by Xiaoyong Shen) from Matlab to Tensorflow, then refine the outputs from it (converted to a trimap) using KNN and ResNet, supervised by Richard Berwick.
Stars: ✭ 61 (+221.05%)
Mutual labels:  resnet
DeepMushroom
Image classification of Fungus using ResNet
Stars: ✭ 64 (+236.84%)
Mutual labels:  resnet
MQBench Quantize
QAT(quantize aware training) for classification with MQBench
Stars: ✭ 29 (+52.63%)
Mutual labels:  resnet
mxnet-retrain
Create mxnet finetuner (retrain) for mac/linux ,no need install docker and supports CPU, GPU(eGpu/cudnn).support the inception,resnet ,squeeznet,mobilenet...
Stars: ✭ 32 (+68.42%)
Mutual labels:  resnet
chainer-grad-cam
Chainer implementation of Grad-CAM
Stars: ✭ 20 (+5.26%)
Mutual labels:  resnet
Ljcontactmanager
LJContanctManager 是一款操作通讯录的类库
Stars: ✭ 226 (+1089.47%)
Mutual labels:  contacts
tensorflow-classification-network
实现遇到的分类网络(持续更新)
Stars: ✭ 19 (+0%)
Mutual labels:  resnet
Memento Calendar
The sweetest calendar for Android
Stars: ✭ 212 (+1015.79%)
Mutual labels:  contacts
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+305.26%)
Mutual labels:  resnet
ldapcontacts
View other LDAP users as contacts in Nextcloud and see the personal data they shared
Stars: ✭ 18 (-5.26%)
Mutual labels:  contacts
ContactsWrapper
Contacts wrapper for iOS 9 or upper with Objective-C
Stars: ✭ 22 (+15.79%)
Mutual labels:  contacts
car-detection-model-prediction
No description or website provided.
Stars: ✭ 18 (-5.26%)
Mutual labels:  resnet

Deep-learning-for-contact_map_v2

This is an unofficial implementation of Accurate De Novo Prediction of Protein Contact Map by Ultra-Deep Learning Model, which is a deep learning method for prediction of pretein contact map, with predicted contact map by other software(for example CCMpred, PSICOV, and so on) as input.

Requirements

Introduction

  • Network structure: 2 networks(residual network and highway network) were implemented;
  • Batch normalization and L2 regulation were implemented for optimization.

Need to do

  1. Get protein structure 1D features(for example sequence, sse, ACA, and so on), and 2D features(for example predicted CCMpred, PSICOV and other pairwise features)
  2. Modify ./read_into_tfrecord.py, and used it to transfer your data to tfrecord
  3. set your own config in ./libs/config/config.py
  4. run python train.py
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].