All Projects → kipoi → Models

kipoi / Models

Licence: mit
Model zoo for genomics

Projects that are alternatives of or similar to Models

Mdm
A TensorFlow implementation of the Mnemonic Descent Method.
Stars: ✭ 120 (-0.83%)
Mutual labels:  jupyter-notebook
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+1318.18%)
Mutual labels:  jupyter-notebook
Deep learning explorations
Codes and experiments while learning and exploring deep learning for personal curiosity by doing online courses, personal projects and work.
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Climatemodeling courseware
A collection of interactive lecture notes and assignments in Jupyter notebook format.
Stars: ✭ 119 (-1.65%)
Mutual labels:  jupyter-notebook
Naturallanguagerecommendations
Getting recommendations from natural language
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Western constellations atlas of space
Code, data, and instructions to map every star you can see from Earth
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Pde Find
Stars: ✭ 119 (-1.65%)
Mutual labels:  jupyter-notebook
Drl Portfolio Management
CSCI 599 deep learning and its applications final project
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Chatbot Retrieval
Dual LSTM Encoder for Dialog Response Generation
Stars: ✭ 1,547 (+1178.51%)
Mutual labels:  jupyter-notebook
Keywords2vec
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Bostonml
Stars: ✭ 120 (-0.83%)
Mutual labels:  jupyter-notebook
Yolov3 Point
从零开始学习YOLOv3教程解读代码+注意力模块(SE,SPP,RFB etc)
Stars: ✭ 119 (-1.65%)
Mutual labels:  jupyter-notebook
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Depy
DePy 2015 Talk
Stars: ✭ 120 (-0.83%)
Mutual labels:  jupyter-notebook
Time Series Classification And Clustering With Reservoir Computing
Library for implementing reservoir computing models (echo state networks) for multivariate time series classification and clustering.
Stars: ✭ 120 (-0.83%)
Mutual labels:  jupyter-notebook
Dfn
Stars: ✭ 120 (-0.83%)
Mutual labels:  jupyter-notebook
Research public
Quantitative research and educational materials
Stars: ✭ 1,776 (+1367.77%)
Mutual labels:  jupyter-notebook
Batchai
Repo for publishing code Samples and CLI samples for BatchAI service
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook
Multilstm
keras attentional bi-LSTM-CRF for Joint NLU (slot-filling and intent detection) with ATIS
Stars: ✭ 122 (+0.83%)
Mutual labels:  jupyter-notebook
Machine learning model
机器学习基本模型算法介绍(附加案例)
Stars: ✭ 121 (+0%)
Mutual labels:  jupyter-notebook

Kipoi models

CircleCI DOI

This repository hosts predictive models for genomics and serves as a model source for Kipoi. Each folder containing model.yaml is considered to be a single model.

Contributing models

  1. Install kipoi:
pip install kipoi
  1. Run kipoi ls. This will checkout the kipoi/models repo to ~/.kipoi/models)

  2. Follow the instructions on contributing/Getting started.

Using models (to predict, score variants, build new models)

To explore available models, visit http://kipoi.org/models. See kipoi/README.md and docs/using getting started for more information on how to programatically access the models from this repository using CLI, python or R.

Configuring local storage location

This model source (https://github.com/kipoi/models) is included in the Kipoi config file (~/.kipoi/config.yaml) by default:

# ~/.kipoi/config.yaml
model_sources:
    kipoi:
        type: git-lfs
        remote_url: [email protected]:kipoi/models.git
        local_path: ~/.kipoi/models/
        auto_update: True

If you wish to keep the models stored elsewhere, edit the local_path accordingly.

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